{
"id": 8,
"userId": 1,
"contact": "左大师1",
"mobile": "18163981584",
"provinceId": 440000,
"cityId": 440300,
"districtId": 440305,
"address": "1111",
"longitude": "111.111",
"latitude": "111.111",
"isDefault": 0,
"createTime": "2022-10-19 10:46:37",
"updateTime": "2022-10-19 10:46:37"
}curl --location --request POST '/api/address/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 8,
"userId": 1,
"contact": "左大师1",
"mobile": "18163981584",
"provinceId": 440000,
"cityId": 440300,
"districtId": 440305,
"address": "1111",
"longitude": "111.111",
"latitude": "111.111",
"isDefault": 0,
"createTime": "2022-10-19 10:46:37",
"updateTime": "2022-10-19 10:46:37"
}'{}