curl --request POST \
--url https://api.example.com/history/commands/print-csv \
--header 'Content-Type: application/json' \
--data '
{
"systems": [
"<string>"
],
"events": [
"<string>"
],
"after": "2023-11-07T05:31:56Z",
"before": "2023-11-07T05:31:56Z"
}
'