Here's an example call (using XXX as merchant ID and YYY as the api token):
POST https://apisandbox.dev.clover.com/v3/merchants/XXX/exports?access_token=YYY { "type": "ORDERS", "startTime": 1553990400000, "endTime": 1554163200000 }
The response we get back is:
{ "message": "You do not have the required permissions to create this export." }
We have orders permissions on our test merchants, and the failure seems to happen across all our test merchants.