Authorization: Bearer ********************curl --location '/organization/projects//groups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"group_id": "string",
"role": "string"
}'{
"object": "project.group",
"project_id": "string",
"group_id": "string",
"group_name": "string",
"group_type": "group",
"created_at": 0
}