{}
curl --location --request POST 'https://api.pandapon.com/open/address/get' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"id": 11,
"name": "测试",
"province": "杭州",
"city": "浙江",
"district": "余杭区",
"address": "测试",
"phone": "13513513513"
}