curl "https://sandbox.zohoapis.com/crm/v2/leads/search?criteria=((Email:equals:mailexists%40mail.com))" \
-X GET \
-H "Authorization: Zoho-oauthtoken sometoken"
{"code":"INTERNAL_ERROR","details":{},"message":"Internal Server Error","status":"error"}
curl "https://sandbox.zohoapis.com/crm/v2/leads/search?criteria=((Email:equals:mailnotexists%40mail.com))" \
-X GET \
-H "Authorization: Zoho-oauthtoken sometoken"