curl --location --request GET '/city/details/'
{ "code": 0, "msg": "string", "data": { "id": 0, "name": "string", "parentId": 0, "level": 0 } }