{
"receiver": "老李",
"contact": "13900002020",
"provinceCode": "210000",
"cityCode": "210200",
"countyCode": "210202",
"address": "xxx街xxx路",
"postalCode": "111006",
"addressTags": "家里",
"isDefault": 1,
"fullLocation": "辽宁省 大连市 中山区"
}curl --location --request POST 'http://pcapi-xiaotuxian-front-devtest.itheima.net/member/address' \
--header 'Authorization: {{ERABBIT_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"receiver": "老李",
"contact": "13900002020",
"provinceCode": "210000",
"cityCode": "210200",
"countyCode": "210202",
"address": "xxx街xxx路",
"postalCode": "111006",
"addressTags": "家里",
"isDefault": 1,
"fullLocation": "辽宁省 大连市 中山区"
}'{
"code": "1",
"msg": "操作成功",
"result": {
"id": "1543553507431288834"
}
}