{
"contact": "Joker",
"phone": "18666666666",
"province": "安徽省",
"city": "滁州市",
"district": "凤阳县",
"address": "我是详细地址",
"isDefault": true
}
curl --location --request POST 'https://mall.dusksnow.top/app/user/address/add' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact": "Joker",
"phone": "18666666666",
"province": "安徽省",
"city": "滁州市",
"district": "凤阳县",
"address": "我是详细地址",
"isDefault": true
}'
{
"code": 1000,
"data": {
"id": 6
},
"message": "success"
}