cURL
curl --request GET \ --url https://api.example.com/api/v1/school/form/ \ --header 'Authorization: Bearer <token>'
{}
Retrieve a list of all active forms/levels (e.g., O Level Form 1-4, A Level Lower/Upper)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>