async fn create_by_exercise_task_submission_ids(
    pool: Data<PgPool>,
    user: AuthUser,
    new_regrading: Json<NewRegrading>
) -> ControllerResult<Json<Uuid>>
Expand description

POST /api/v0/main-frontend/regradings - Creates a new regrading for the supplied exercise task submission ids and returns the new regrading id.