cURL
curl --request GET \ --url https://api.example.com/api/v1/school/teacher-comment-templates/ \ --header 'Authorization: Bearer <token>'
{}
Retrieve all pre-defined comment templates for teachers to use in report cards
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>