{
"merchantId": "string",
"firstName": "string",
"lastName": "string",
"birthday": "string",
"gender": "string",
"country": "string",
"idType": "string",
"idNumber": "string",
"phoneAreaCode": "string",
"phone": "string",
"email": "user@example.com",
"province": "string",
"city": "string",
"address": "string",
"postalCode": "string",
"remarks": "string"
}curl --location --request POST '/api/open/rest/cardHolderCreate' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'X-Signature: {{reqest_sign}}' \
--header 'X-Timestamp: {{$date.millisecondsTimestamp}}' \
--header 'X-Nonce: {{$helpers.rangeToNumber(min=10000000000,max=99999999999)}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantId": "string",
"firstName": "string",
"lastName": "string",
"birthday": "string",
"gender": "string",
"country": "string",
"idType": "string",
"idNumber": "string",
"phoneAreaCode": "string",
"phone": "string",
"email": "user@example.com",
"province": "string",
"city": "string",
"address": "string",
"postalCode": "string",
"remarks": "string"
}'{
"success": false,
"code": "",
"message": "",
"data": {
"id": "",
"merchantId": "",
"firstName": "",
"lastName": "",
"birthday": "",
"gender": "",
"country": "",
"idType": "",
"idNumber": "",
"phoneAreaCode": "",
"phone": "",
"email": "",
"province": "",
"city": "",
"address": "",
"postalCode": "",
"remarks": ""
}
}