curl --location 'https://base.merchantwarrior.com/post' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data '{
"method": "getSettlement",
"merchantUUID": "123456789abcd",
"apiKey": "1a3b5c",
"settlementFrom": "2026-07-01",
"settlementTo": "2026-07-30",
"version": "1.6",
"hash": "f7a04ace7b0c5bf8f24a49bfc73d3805"
}'{}