Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/city/station/city/' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": "",
"data": {
"cityCode": "",
"provinceCode": ""
}
}