curl --location 'https://auth.zamupay.com/apps/graph/api/v1/cybersource/payer-auth/validate' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data '{
"AuthenticationId": "AUTH-3DS-00456",
"TransactionId": "txn_cardinal_0012345"
}'{
"AuthenticationId": "AUTH-3DS-00456",
"AuthenticationStatus": "AUTHENTICATED",
"Eci": "05",
"Cavv": "AAABCSIIAAAAAAACcwgAEMCoNh==",
"XId": "MDAwMDAwMDAwMDAwMDAwMDAwODI=",
"ProtocolVersion": "2.2.0"
}