cURL
curl --request POST \ --url https://api.human.prod.artistree.io/v1/projects \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "projectName": "<string>" } '
{ "id": "<string>", "name": "<string>", "date_created": "<string>", "members": [ { "email": "<string>", "role": "<string>" } ] }
Creates a new project within your organization.
The access token received from the authorization server in the OAuth 2.0 flow.
The created project
Show child attributes