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