Authorization: Bearer ********************
curl --location --request GET '/appMark/api/city/getById/'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"name": "string",
"parentId": 0,
"level": 0,
"isDelete": 0,
"children": [
{}
]
}
}