curl --location --request GET '/member/address' \
--header 'Authorization: {{token}}'
{
"msg": "string",
"result": [
{
"id": "string",
"receiver": "string",
"contact": "string",
"provinceCode": "string",
"cityCode": "string",
"countyCode": "string",
"fullLocation": "string",
"address": "string",
"isDefault": 0
}
]
}