{
"isDefault": 0,
"contact": "string",
"address": "string",
"receiver": "string"
}curl --location --request PUT 'https://meikou-api.itheima.net/member/address/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"isDefault": 0,
"contact": "string",
"address": "string",
"receiver": "string"
}'{}