{
"id": 0,
"name": "string",
"province": "string",
"city": "string",
"district": "string",
"address": "string",
"phone": "string"
}
curl --location --request POST '/v2/open/address/addOrUpdate' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"province": "string",
"city": "string",
"district": "string",
"address": "string",
"phone": "string"
}'
{
"code": 0,
"msg": "string"
}