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