curl --request GET \ --url https://copilotz.com/rest/workspaces/{id} \ --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
Response containing workspace details.