Trados 2019 - Creating projects

We are using the following API call

{{host}}/api/projectserver/v2/projects

{
  "Name": "A-DUMMY-1",
  "OrganizationId": "<ID>",
  "Description": "TESTING THE API",
  "ProjectTemplateId": "<ID>",
  "DueDate": "2021-10-05T11:46:25.928Z",
  "SuppressEmail": true
}

Everything seems to work, because it returns a project ID, but when we try to list the project, it's not there.  Also, we added files to the project and it seemed to work but still can not see anything.    Any idea what the issue is?