curl --location 'https://base.merchantwarrior.com/post' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data '{
"method": "processBatch",
"merchantUUID": "123456789abcd",
"apiKey": "1a3b5c",
"batchNotifyURL": "https://www.example.com/notify.php",
"batchFile": "Batch.zip",
"fileHash": "e9ddc296b76b3398934bfc06239073df",
"urlHash": "511999e54b9ad51ce4c28d7f0550ac81",
"batchResponseFileAttach": true,
"batchResponseFileCompress": true
}'{
"responseCode": "0",
"responseMessage": "Batch has been successfully submitted.",
"batchUUID": "1336583d3a953ce2d"
}