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