cURL
curl --request GET \ --url https://test-api.afrainity.com/api/v1/school/sessions/{session_pk}/exam-sessions/{exam_session_pk}/report-cards/{id}/ \ --header 'Authorization: Bearer <token>'
{}
Retrieve a specific student’s report card
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Exam session UUID
Report card UUID
Academic session UUID