Authorization: ********************
{ "channelType": "string" }
curl --location --request POST 'getCityList' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "channelType": "string" }'
{}