Authorization: Bearer ********************{
"name": "Gujarat",
"country": 2
}curl --location --request POST '/state/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Gujarat",
"country": 2
}'{}