UIPath Rest API returns 405 method not allowed

Hi, I tried following api
https://platform.uipath.com/odata/Queues
according to the API doc posted on
UiPath by clicking “Try it out!”
button on the page without any parameters,
but it returns
{
“date”: “Mon, 09 Jul 2018 08:37:32 GMT”,
“x-content-type-options”: “nosniff”,
“api-supported-versions”: “5.0”,
“expect-ct”: “max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\”",
“x-frame-options”: “DENY”,
“status”: “405”,
“cache-control”: “no-store, must-revalidate, no-cache, max-age=0”,
“strict-transport-security”: “max-age=31536000; includeSubDomains”,
“cf-ray”: “4379781c09c83391-HKG”,
“content-length”: “0”,
“server”: “cloudflare”,
“content-type”: null
}
Is there anything I missed?

did you get the authorization? I mean, the Bearer

If you try it out without Authorization you won’t get real values in the response. At least I guess that, or may there is something I’m missing…