cURL
curl --request POST \ --url https://kan.bn/api/v1/workspaces \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "slug": "<string>" } '
{ "code": "BAD_REQUEST", "message": "Invalid input data", "issues": [] }
Creates a new workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 64
3 - 24
Successful response