Authorization: Bearer ********************
{
"BatchId": "string"
}
curl --location --request POST 'https://accountingAPI.smartlogic.mn/api/accounting/DeleteDocumentByBatch' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"BatchId": "string"
}'
{}