async fn get_course( course_id: Path<Uuid>, pool: Data<PgPool>, ) -> ControllerResult<Json<Course>>
GET /api/v0/course-material/courses/:course_id - Get course.
/api/v0/course-material/courses/:course_id