{
"code": "string",
"name": "string",
"city_code": "string"
}curl --location 'https://master-apis.vercel.app/api/district/create-district' \
--header 'token: ' \
--header 'Content-Type: application/json' \
--data '{
"code": "string",
"name": "string",
"city_code": "string"
}'{
"message": "success",
"data": {
"code": "7",
"name": "RSS Metal",
"createdAt": "2078-12-08T22:24:13.701Z",
"updatedAt": "2030-02-26T11:54:10.274Z",
"id": "e3ca57c790bacce4f83aae72",
"city_code": "c"
}
}