curl --location --request PUT '/member/address/1539126595464204290' \
--header 'Authorization: {{ERABBIT_ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"receiver": "慕容复",
"contact": "13966666666",
"provinceCode": "320000",
"cityCode": "320500",
"countyCode": "320508",
"address": "慕容山庄1",
"postalCode": "415366",
"addressTags": "姑苏慕容",
"isDefault": 0,
"fullLocation": "江苏省苏州市姑苏区",
"id": "1539126595464204290"
}'