cURL
curl --request GET \ --url https://api.example.com/api/v1/school/teacher-comment-templates/by-teacher/ \ --header 'Authorization: Bearer <token>'
{}
Retrieve all comment templates created by a specific teacher. Returns teacher information along with their templates.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Teacher ID to filter templates