curl --location --request GET '/api/admin/system/city/info?id' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}'
{
"code": 0,
"data": {
"areaCode": "string",
"cityId": 0,
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"isShow": true,
"lat": "string",
"level": 0,
"lng": "string",
"mergerName": "string",
"name": "string",
"parentId": 0,
"updateTime": "2019-08-24T14:15:22Z"
},
"message": "string"
}