{
"id": 0,
"name": "string",
"address": "string",
"phone": "string",
"province": "string",
"city": "string",
"area": "string"
}curl --location --request PUT 'https://test.51vive.com/mall/userInformation/address' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"address": "string",
"phone": "string",
"province": "string",
"city": "string",
"area": "string"
}'{
"code": 0,
"msg": "string",
"data": {}
}