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