Authorization: ********************curl --location --request POST '/api/city' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Pelotas",
"state": "Rio Grande do Sul",
"country": "Brasil"
}'{
"id": "dde44383-0875-4e30-85d5-c715e35d7a3a",
"name": "Pelotas",
"state": "Rio Grande do Sul",
"country": "Brasil"
}