cURL
curl --request GET \ --url https://api.example.com/api/v1/school/teacher-grade-comments/ \ --header 'Authorization: Bearer <token>'
{}
Retrieve teacher comments associated with specific grades
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Filter by grade (A, B, C, D, E, F)