curl --location 'https://api.trustpay.money/v3/pcard/cardholder' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "Alex",
"last_name": "Chen",
"email": "trustpay@money.com",
"country_code": "SG",
"phone_number": "91234567",
"notify_url": "https://rbaskets.trustpay.money/checkout"
"sign": ""
}'{
"code": 880001,
"message": "success",
"data": {
"cardholder_id": "25ea804d-7fd5-43d5-8792-0fc0214cdb2f",
"cardholder_status": "SUCCESS"
}
}