cURL
curl --request GET \ --url https://api.example.com/api/v1/school/subjects/ \ --header 'Authorization: Bearer <token>'
{}
Retrieve a list of all subjects offered in the school
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by level (O Level, A Level)
Search by subject name or code