curl --location --request POST 'http://localhost:1337/api/master/staff-designations' \ --header 'Content-Type: application/json' \ --data-raw '{ "title": "accountant", "description": "accountant", "is_teaching_staff": true }'
{}