I'm getting {"message":"An internal server error occurred while performing this operation."} when I try to create a ticket using the Zoho Desk API.
curl -X POST
https://desk.zoho.com/api/v1/tickets -H "orgId:663619474" -H "Authorization:Zoho-authtoken Here is the auth token" -d '{ "subCategory" : "Sub General", "productId" : "", "contactId" : "258715000000210041", "subject" : "Test", "customFields" : { "Empresa" : "CGMA" }, "departmentId" : "258715000000006907", "channel" : "Email", "description" : "This is just a test", "priority" : "High", "classification" : "", "assigneeId" : "258715000000210041", "email" : "
My Email address", "status" : "Open" }'
I've tried also with few less fields, just the minimum necesary to create a ticket, and still doesn't work.