Writing a wrapper class for Asana API in Salesforce APEX, encountering this status code for any 'valid' GET command sent:
HttpResponse[Status=Object Not Found, StatusCode=404]
Even with the simplest of commands, GET /users/me
This is the HttpRequest that is generated and sent:
System.HttpRequest[Endpoint=https://app.asana.com/api/1.0/users/me, Method=GET]