create
Developing
POST
http://localhost:1337/api/master/districts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:1337/api/master/districts' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "nizamabad",
"code": "nzd"
}'
Response Response Example
{}
Request
Body Params application/json