create
Developing
POST
http://localhost:1337/api/master/sections
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:1337/api/master/sections' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "C",
"classes_masters": [
{
"id": 1
}
]
}'
Response Response Example
{}
Request
Body Params application/json