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