{
"merNo": "104001001",
"firstName": "test2",
"lastName": "test",
"city": "city1",
"country": "CN",
"address": "adress1",
"zipcode": "000000",
"state": "state1",
"email": "123456@gmail.com",
"tel": "123456789",
"birthday": "2000-01-01",
"gender": "1",
"telCode": "86",
"idType1": "01",
"idCard1": "331000000000000000",
"photoFrontId1": "1727235173391.png",
"photoBackId1": "1727235173391.png",
"sign": "e8b6b0b9f0b0f8b0b8b0a0b0c0d0e0f"
}
curl --location --request POST 'https://testpay.onlinepay.ai/card/createCardHolder' \
--header 'Content-Type: application/json' \
--data-raw '{
"merNo": "104001001",
"firstName": "test2",
"lastName": "test",
"city": "city1",
"country": "CN",
"address": "adress1",
"zipcode": "000000",
"state": "state1",
"email": "123456@gmail.com",
"tel": "123456789",
"birthday": "2000-01-01",
"gender": "1",
"telCode": "86",
"idType1": "01",
"idCard1": "331000000000000000",
"photoFrontId1": "1727235173391.png",
"photoBackId1": "1727235173391.png",
"sign": "e8b6b0b9f0b0f8b0b8b0a0b0c0d0e0f"
}'
{
"code": "00000",
"data": {
"cardHolderNo": "CH02507311039501368"
},
"message": "SUCCESS"
}