{
"country": "中国", // 国家
"country_code": "CN", // 国家编码
"first_name": "Zhang", // 姓
"last_name": "San", // 名
"email": "1666545092@qq.com", // 邮箱
"phone": "16653956763", // 电话
"state": "北京", // 省、州
"city": "北京", // 城市
"address": "西五大街", // 街道
"zipcode": "1234" //邮编
}curl --location 'https://agent-sand.orixa.tech/agent/v1/holder/add' \
--header 'X-Access-Key: ak_a2d1db7b35eeb2658046f15ba3cc36c6' \
--header 'X-Timestamp: 1784279270' \
--header 'X-Nonce: b3f4ea552bb67f95' \
--header 'X-Signature: 89161bd92e0bb602926ebce7f83800a9513b34522b0bb42c583b96514b10192a' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "中国", // 国家
"country_code": "CN", // 国家编码
"first_name": "Zhang", // 姓
"last_name": "San", // 名
"email": "1666545092@qq.com", // 邮箱
"phone": "16653956763", // 电话
"state": "北京", // 省、州
"city": "北京", // 城市
"address": "西五大街", // 街道
"zipcode": "1234" //邮编
}'{"code":200,"msg":"success","time":"1765024225","data":{"cardholder_id":"f0276293-bc5d-49fa-9090-449cbe7c55cb","status":"SUCCESS"}}