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