cURL
curl --request GET \ --url https://app.sellitbr.com/api/v1/workspaces \ --header 'Authorization: Bearer <token>'
{ "workspaces": [ { "id": "<string>", "name": "<string>", "icon": "<string>", "plan": "FREE" } ] }
Show child attributes