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