When POSTing to: https://developer.api.autodesk.com/hq/v1/regions/eu/accounts{AccountId}/projects I get:
Error 404 Not Found
{
"code": 1004,
"message": "this account doesn't exist."
}
As I understand the AccountId is the hubId and it exists since https://developer.api.autodesk.com/project/v1/hubs/b.{AccountId} returns the account info.
What am I doing wrong?

