Create a new workspace into your Square Cloud account.
cURL
curl --request POST \ --url https://api.squarecloud.app/v2/workspaces \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "status": "success", "response": { "id": "dcedcd13d7e272a7b32a70f6a1d180f23c12d759", "name": "Test" } }
success
error
Show Toggle object