curl --request POST \
--url https://api.comm.com/api/v1/voice/agents/classifiers/call-outcome/rerun \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"dry-run": true,
"cancel-pending": true,
"limit": 2
}
'