{
"receiver": "文霞",
"contact": "18210090580",
"provinceCode": "110000",
"cityCode": "110100",
"countyCode": "110101",
"address": "共四任化步",
"postalCode": "44",
"addressTags": "接书拉",
"isDefault": 0
}curl --location 'https://meikou-api.itheima.net/member/address' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"receiver": "文霞",
"contact": "18210090580",
"provinceCode": "110000",
"cityCode": "110100",
"countyCode": "110101",
"address": "共四任化步",
"postalCode": "44",
"addressTags": "接书拉",
"isDefault": 0
}'{
"code": "string",
"msg": "string",
"result": {
"id": "string"
}
}