async fn get_email_templates_by_course_instance_id(
    course_instance_id: Path<Uuid>,
    pool: Data<PgPool>,
    user: AuthUser
) -> ControllerResult<Json<Vec<EmailTemplate>>>