cURL
curl --request POST \ --url https://api.snitcher.com/v1/workspaces \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "https://acme.com" } '
{ "success": true }
Enter your personal access token (PAT) to authenticate
"https://acme.com"
Workspace details
true
Show child attributes