curl --location --request POST '/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": "辽宁省 大连市 中山区"
}'