I am using Postman to make a POST call to add a user to an Autodesk BIM 360 Project. https://developer.api.autodesk.com/hq/v1/accounts/:account_id/projects/:project_id/users When I hit send I am getting the following error:
"code": 1004, "message": "this project doesn't exist."
I know that my authorization works because I have used it for other calls. I got the project id from the URL so it should be correct. What could be causing this error?