curl --request POST \
--url https://api.uqpay.com/api/v1/issuing/cardholders \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-auth-token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYXN0ZXJfaWQiOiIwIiwiY3VzdG9tZXJfaWQiOiI3NGJkNmU3MS0zMzJmLTRmM2ItODBhNi0yYWFmMTgzN2IzY2UiLCJhY2NvdW50X2lkIjoiNzRiZDZlNzEtMzMyZi00ZjNiLTgwYTYtMmFhZjE4MzdiM2NlIiwiYXBpX3ZlcnNpb24iOiJWMS4wIiwiY2xpZW50X2lkIjoiNEo3aEN2Q2t6MlhjdmtxODU1bkNNTCIsImV4cCI6MTcxMTgzMzQzNiwiaXNzIjoidXFwYXkifQ.x8A3czt6ephNFju5kSderETlAFCOShWsqDaQkOBBunY' \
--header 'x-idempotency-key: 18523f72-f4de-4f9c-bb8e-ec7d1c4f32be' \
--header 'x-on-behalf-of: 18523f72-f4de-4f9c-bb8e-ec7d1c4f32be' \
--data '
{
"residential_address": {
"city": "Singapore",
"country": "SG",
"line2": "THE METROPOLIS",
"state": "Singapore",
"line1": "9 N Buona Vista Dr",
"postal_code": "138666"
},
"phone_number": "86683306",
"country_code": "SG",
"last_name": "Toy",
"first_name": "Emily",
"email": "demo@example.com"
}
'