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