cURL
curl --request GET \ --url https://copilotz.com/rest/workspaces \ --header 'Authorization: Bearer <token>'
[ { "name": "Edit the name of your workspace" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Name of the workspace.
"Edit the name of your workspace"