Authorization: Bearer ********************
[
0
]
curl --location --request POST '/appMark/api/city/queryCityListByCountyIds' \
--header 'Content-Type: application/json' \
--data-raw '[
0
]'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"name": "string",
"parentId": 0,
"level": 0
}
]
}