async fn get_regrading_info_by_id(
    pool: Data<PgPool>,
    user: AuthUser,
    regrading_id: Path<Uuid>,
) -> ControllerResult<Json<RegradingInfo>>
Expand description

GET /api/v0/main-frontend/regradings/{id} - Returns relevant information about a regrading.