--header 'orgId: 20111214606' \
--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \ \
--data '{
"contactId" : "####",
"subject" : "Test",
"departmentId" : "####",
"description" : "API ticket creation test",
"status" : "Open"
}
Regards.