cURL
curl --request POST \ --url https://api.example.com/api/v1/school/form/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "level": "A Level", "is_deleted": true } '
{}
Create a new form/level in the system
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Auto-populate created_by from request.user when available.
1 - 255
A Level
O Level