curl --location --request POST 'http://localhost:1337/api/master/sections' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "C", "classes_masters": [ { "id": 1 } ] }'
{}