async fn get_number_of_people_completed_a_course(
    pool: Data<PgPool>,
    user: AuthUser
) -> ControllerResult<Json<Vec<GlobalStatEntry>>>
Expand description

GET /api/v0/main-frontend/global-stats/number-of-people-completed-a-course