async fn get_course( pool: Data<PgPool>, user: AuthToken, course: Path<Uuid>, ) -> ControllerResult<Json<Course>>