curl --request POST \
--url https://api.plane.so/api/v1/workspaces/{workspace_slug}/teamspaces/ \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"name": "<string>",
"description_json": {},
"description_html": "<string>",
"description_stripped": "<string>",
"description_binary": "<string>",
"logo_props": {},
"lead": "<string>"
}
'