500 http code and response text "Unexpected 'I'" received
I am looking to consume your rest api but it is returning a http 500 error code and response text
Unexpected 'I' received, I basically wanted to retrieve all organizations by using the following CURL statement
curl -X GET \
'https://desk.zoho.com/api/v1/tickets?include=contacts' \
-H 'Authorization: Zoho-authtoken 4328511e9f9f3e2603cca68e3a7f897c' \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' \
-H 'Postman-Token: a75ff3d0-92a0-4b7c-86b1-1e234ab38952'