{ "name": "Workspace Name" }
curl --location --request POST 'https://api.anthropic.com/v1/organizations/workspaces?members&reference&Type&_postman_listIndexKey=key&_postman_listAllowsMultipleValues' \ --data-raw '{ "name": "Workspace Name" }'
curl "https://api.anthropic.com/v1/organizations/workspaces" \ --header "anthropic-version: 2023-06-01" \ --header "content-type: application/json" \ --header "x-api-key: $ANTHROPIC_ADMIN_KEY" \ --data '{ "name": "Workspace Name" }'