{
"account_id": "edbf3a26-6603-40a3-873e-d24605b79345",
"first_name": "John",
"last_name": "Doe",
"area_code": "+1",
"phone": "4151234567",
"country": "US",
"country_name": "United States",
"state": "CA",
"city": "San Francisco",
"line1": "Market Street 123",
"line2": "Apt 8",
"postal_code": "94105",
"id_type": "passport",
"id_type_no":"112222"
}curl --location 'https://uat.bkj.com/openapi/v1/card/delivery-addresses' \
--header 'X-Api-Key: your-X-Api-Key' \
--header 'X-Timestamp: 1770356156' \
--header 'X-Signature: xxxxxxxx' \
--header 'X-Nonce: xxxxxxx' \
--header 'Accept-Language: en-US' \
--header 'Idempotency-Key: 调用方自己生成的幂等 key' \
--header 'Content-Type: application/json' \
--data '{
"account_id": "edbf3a26-6603-40a3-873e-d24605b79345",
"first_name": "John",
"last_name": "Doe",
"area_code": "+1",
"phone": "4151234567",
"country": "US",
"country_name": "United States",
"state": "CA",
"city": "San Francisco",
"line1": "Market Street 123",
"line2": "Apt 8",
"postal_code": "94105",
"id_type": "passport",
"id_type_no":"112222"
}'{
"code": 0,
"data": {
"id": "0b715a73-640c-429b-94e5-0912ec3a6581",
"first_name": "John",
"last_name": "Doe",
"area_code": "+1",
"phone": "4151234567",
"country": "US",
"country_name": "United States",
"state": "CA",
"city": "San Francisco",
"line1": "Market Street 123",
"line2": "Apt 8",
"postal_code": "94105",
"id_type": "passport",
"id_type_no": "112222"
},
"message": "成功",
"timestamp": 1775644518814
}