x-api-key: ********************
{ "type": "string" }
curl --location --request POST 'https://api.mircate.com/5p1hp1d2t/CALL/MerchantAccount/listExports/' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "type": "string" }'
{ "exports": [ { "fileName": "string", "itemCount": 0, "format": "string", "createdAt": "string" } ] }