curl --request POST \
--url https://{host}/Agent/StateMachines/CreateReport \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tokenId": "<string>",
"reportType": "<string>",
"reportFormat": "<string>"
}
'