async fn get_course_by_id( path: Path<Uuid>, pool: Data<PgPool>, user: AuthUser, ) -> ControllerResult<Json<Course>>
GET /api/v0/cms/courses/:course_id - Get the course.