curl --location --request GET '/geography/city/list?pageNo=1&pageSize=10' \
--header 'X-Auth-Appid;'
{
"code": 0,
"data": {
"list": [
{
"id": 1,
"appid": "app0000001",
"cityKey": "1",
"provinceKey": "1",
"cityNameEn": "string",
"cityNameSc": "string",
"cityNameTc": "string",
"status": 1,
"creator": "string",
"createTime": "2019-08-24T14:15:22Z",
"updater": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
],
"total": 0
},
"msg": "string",
"traceId": "string"
}