Authorization: Bearer ********************curl --location '/organization/projects//users/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"role": "string"
}'{
"object": "organization.project.user",
"id": "string",
"name": "string",
"email": "string",
"role": "string",
"added_at": 0
}