Authorization: Bearer ********************
{
"name": "Rajkot",
"state": 2,
"country": 1
}
curl --location --request POST '/city/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Rajkot",
"state": 2,
"country": 1
}'
{}