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

GET /api/v0/cms/exercise-services - List all exercise services configured in the system.