{ "receiver": "string", "contact": "string", "provinceCode": "string", "cityCode": "string", "countyCode": "string", "address": "string", "isDefault": 1 }
curl --location --request PUT '/member/address/' \ --header 'Authorization: {{token}}' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "msg": "string", "result": { "id": "string" } }