cURL
curl --request GET \ --url http://localhost:8080/workspaces
{ "total": 1, "data": [ { "id": "<string>", "name": "<string>", "description": "<string>", "metadata": {}, "created_at": 123, "updated_at": 123 } ] }
OK
Show child attributes
1