{
"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: your-access-key' \
--header 'timestamp: your-timestamp' \
--header 'user-id: your-user-id' \
--header 'signature: your-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"
}