pub async fn get_org_exam_with_exam_id(
    pool: Data<PgPool>,
    exam_id: Path<Uuid>,
    user: AuthUser
) -> ControllerResult<Json<OrgExam>>
Expand description

GET `/api/v0/main-frontend/organizations/{exam_id}/fetch_org_exam