{
"provinceId": 430000,
"latitude": "110.110",
"longitude": "110.110",
"cityId": 430100,
"isDefault": 1,
"contact": "左大师",
"address": "甘肃省秦皇岛市苏尼特右旗",
"mobile": "18163981583",
"userId": 1,
"districtId": 430121
}curl --location --request POST '/api/address/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"provinceId": 430000,
"latitude": "110.110",
"longitude": "110.110",
"cityId": 430100,
"isDefault": 1,
"contact": "左大师",
"address": "甘肃省秦皇岛市苏尼特右旗",
"mobile": "18163981583",
"userId": 1,
"districtId": 430121
}'{}