curl --request POST \
--url https://api.human.prod.artistree.io/v1/projects/{project_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"projectId": "<string>",
"operation": "updateName",
"value": {
"emails": [
"<string>"
],
"role": "<string>"
}
}
'