cURL
curl --request GET \ --url https://test-api.afrainity.com/api/v1/school/sessions/ \ --header 'Authorization: Bearer <token>'
{}
Retrieve a list of all active academic sessions in the system
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>