{
"first_name": "zheng",
"last_name": "hhhh1",
"email": "robin2@email.com",
"mobile_prefix": "+86",
"mobile": "945632262",
"birth_date": "1998-07-02",
"billing_country_code": "US",
"billing_state": "NY",
"billing_city": "ASDA",
"billing_address": "1600 Amphitheatre Parkway",
"billing_postal": "94043",
"remark": "test",
"company_id": "{{companyId}}",
"request_id": "rk-00008",
"sign": "{{sign}}"
}
curl --location --request POST 'https://sandbox.vcc.top/api/cardholder/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "zheng",
"last_name": "hhhh1",
"email": "robin2@email.com",
"mobile_prefix": "+86",
"mobile": "945632262",
"birth_date": "1998-07-02",
"billing_country_code": "US",
"billing_state": "NY",
"billing_city": "ASDA",
"billing_address": "1600 Amphitheatre Parkway",
"billing_postal": "94043",
"remark": "test",
"company_id": "{{companyId}}",
"request_id": "rk-00008",
"sign": "{{sign}}"
}'
{
"code": "0000",
"message": "Success",
"result": {
"remark": "test",
"status": "1",
"cardholder_id": "1952564520941649920",
"company_id": 3201,
"first_name": "zheng",
"last_name": "hhhh1",
"email": "robin2@email.com",
"mobile_prefix": "+86",
"mobile": "945632262",
"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",
"created_time": "2025-08-05T02:57:13.000+00:00"
}
}