{
"cardholder_id": "",
"email":"robin1@email.com",
"company_id": "{{companyId}}",
"sign": "{{sign}}"
}
curl --location --request POST 'https://sandbox.vcc.top/api/cardholder/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardholder_id": "",
"email":"robin1@email.com",
"company_id": "{{companyId}}",
"sign": "{{sign}}"
}'
{
"code": "0000",
"message": "Success",
"result": {
"remark": "test",
"cardholder_id": "1952543826753224704",
"first_name": "zheng",
"last_name": "hhhh1",
"email": "robin1@email.com",
"mobile_prefix": "+86",
"mobile": "945632261",
"birth_date": "1998-07-02",
"billing_country_code": "US",
"billing_state": "NY",
"billing_city": "ASDA",
"billing_address": "1600 Amphitheatre Parkway",
"billing_postal": "94043",
"cardholder_status": "1"
}
}