{
"id": 0,
"name": "string",
"province": "string",
"city": "string",
"district": "string",
"address": "string",
"phone": "string"
}
curl --location --request POST 'https://api.pandapon.com/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"
}'
{}