async fn restore(
    request_id: RequestId,
    pool: Data<PgPool>,
    page_id: Path<Uuid>,
    restore_data: Json<HistoryRestoreData>,
    app_conf: Data<ApplicationConfiguration>,
    user: AuthUser,
    jwt_key: Data<JwtKey>
) -> ControllerResult<Json<Uuid>>
Expand description

POST /api/v0/main-frontend/pages/:page_id/restore