Request Api with Authtoken

Request Api with Authtoken

Hi, 

I'm trying to get the tickets calling the API but always I'm getting 401

$ curl -X GET https://desk.zoho.com/api/v1/tickets?include=contacts,assignee,departments,team,isRead -H "orgId:$$$$$$$" -H "Authorization:Zoho-authtoken $$$$$$$$$$"
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    93  100    93    0     0     93      0  0:00:01  0:00:01 --:--:--    93{"errorCode":"UNAUTHORIZED","message":"You are not authenticated to perfom this operation."}

Does Zoho desk API support authorization token?

Regards