curl --location 'https://meikou-api.itheima.net/member/address/12' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json'{
"msg": "string",
"result": {
"id": "string",
"receiver": "string",
"provinceCode": "string",
"cityCode": "string",
"countyCode": "string",
"address": "string",
"isDefault": 0,
"contact": "string",
"postalCode": "string",
"addressTags": "string",
"fullLocation": "string"
}
}