curl --request POST \
--url https://vantage-us.abbyy.com/api/reporting/v2/exports/transaction-steps \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data '
{
"filters": {
"startDate": "2025-12-17T15:36:38.524Z",
"skillId": "<string>",
"transactionId": "<string>",
"endDate": "2023-11-07T05:31:56Z"
},
"sendEmailNotification": true
}
'