curl --request POST \
--url https://api.prod.polymarketexchange.com/v1/report/executions/csv \
--header 'Content-Type: application/json' \
--data '
{
"startTime": "2023-11-07T05:31:56Z",
"endTime": "2023-11-07T05:31:56Z",
"accounts": [
"<string>"
]
}
'