curl --location 'https://auth.zamupay.com/apps/graph/api/v1/cybersource/payer-auth/enrolment' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data '{
"SetupId": "3DS-SETUP-00789",
"TransientToken": "transientToken_ZpKnXq...",
"Amount": "1000",
"Currency": "KES",
"OrderId": "ORD-20250424-00123",
"ReturnUrl": "https://checkout.partner.com/3ds/complete"
}'{
"EnrolmentStatus": "ENROLLED",
"ChallengeRequired": false,
"AuthenticationId": "AUTH-3DS-00456",
"Eci": "05",
"Cavv": "AAABCSIIAAAAAAACcwgAEMCoNh==",
"XId": "MDAwMDAwMDAwMDAwMDAwMDAwODI="
}