curl --location 'https://base.merchantwarrior.com/batch/' \
--header 'MW-API-VERSION: 2.0' \
--header 'MW-MERCHANTID: 123456789abcd' \
--header 'MW-APIKEY: 1a3b5c' \
--header 'MW-MESSAGEHASH: 59e5f6f02777398bfd5652d041f1e0d3e44e30587308c55c7053f5e7d4b3a48d' \
--header 'Content-Type: application/json'{
"responseCode": 0,
"responseMessage": "Operation successful",
"notifyURL": "https://www.your.com/notifyUrl",
"totalRecords": "5"
}