curl --location --request POST 'http://localhost:1337/api/master/classes' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "7th class" }'
{}