Zoho Projects API Functional Example in C#

Zoho Projects API Functional Example in C#

I'm trying to use the manuals, but i have the error below:
  1. {
  2.     "error": {
  3.         "code": 6891,
  4.         "message": "Given URL is wrong"
  5.     }
  6. }

Url: https://projectsapi.zoho.com/restapi/portals
Header: "Authorization": "bearer token"

Can someone help me with this?
Thanks in advance.