Authorization: Bearer ********************
{
"id": 0
}
curl --location --request POST '/api/front/address/default/set' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0
}'
{
"code": 0,
"data": {
"city": "string",
"cityId": 0,
"createTime": "2019-08-24T14:15:22Z",
"detail": "string",
"district": "string",
"id": 0,
"isDefault": true,
"isDel": true,
"latitude": "string",
"longitude": "string",
"phone": "string",
"postCode": 0,
"province": "string",
"realName": "string",
"uid": 0,
"updateTime": "2019-08-24T14:15:22Z"
},
"message": "string"
}