async fn update(
    id: Path<Uuid>,
    update: Json<TermUpdate>,
    pool: Data<PgPool>,
    user: AuthUser,
) -> ControllerResult<HttpResponse>