curl --location --request POST 'http://localhost:1337/api/master/states' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "telangana", "code": "tg" }'
{}