Authorization: Bearer ********************curl --location '/organization/groups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string"
}'{
"id": "string",
"name": "string",
"created_at": 0,
"is_scim_managed": true,
"group_type": "group"
}