Required scope: projects:write
Create a new project in a workspace or team.
Every project is required to be created in a specific workspace or
organization, and this cannot be changed once set. Note that you can use
the workspace parameter regardless of whether or not it is an
organization.
If the workspace for your project is an organization, you must also
supply a team to share the project with.
Returns the full record of the newly created project.
Deprecation notice: The team parameter and the private_to_team
value for privacy_setting are deprecated. When either is included in
the request, the Asana-Change response header will indicate an affected
deprecation. Clients should switch to using POST /memberships with
{ parent: project, member: team } to share a project with a team after
creation.