async fn new_glossary_term( pool: Data<PgPool>, course_id: Path<Uuid>, new_term: Json<TermUpdate>, user: AuthUser, ) -> ControllerResult<Json<Uuid>>