Create a workspace and add the current user as owner.
cURL
curl --request POST \ --url https://api.example.com/api/v1/workspaces/ \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "name": "<string>", "slug": "<string>", "icon": "", "description": "" }
1 - 255
Successful Response
Contact support