async fn _new_term(
    pool: Data<PgPool>,
    course_id: Path<Uuid>,
    user: AuthUser
) -> ControllerResult<Json<Vec<Term>>>