curl --location --request POST 'https://public.outreach2day.com/workspaces' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"project_name": "string",
"description": "string"
}'{
"workspace_id": 0,
"project_name": "string",
"type": "string",
"max_mailboxes": 0,
"description": "string",
"role": "string",
"stripe_subscription_id": "string"
}