Authorization: Bearer ********************
curl --location --request GET '/cities?name&page&size' \ --header 'Authorization: Bearer <token>'
{ "cities": [ { "id": "string", "name": "string" } ] }