{
"address": "string",
"area": 0,
"city": 0,
"default": 0,
"id": 0,
"phone": "string",
"province": 0,
"true_name": "string"
}curl --location --request POST 'https://api.gogpu.cn/user/address/EditAddress' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string",
"area": 0,
"city": 0,
"default": 0,
"id": 0,
"phone": "string",
"province": 0,
"true_name": "string"
}'{
"code": 0,
"data": null,
"msg": "string"
}