async fn list_own_shares(
pool: Data<PgPool>,
user: AuthUser,
) -> ControllerResult<Json<Vec<ExerciseSlideSubmissionShare>>>Expand description
GET /api/v0/main-frontend/shared-submissions - Lists the shares the current user has minted,
newest first, so they can be reviewed and withdrawn.