List workspaces for current user
Requires session authentication (not API key)
curl -X GET "https://loading/api/v1/workspaces"{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
}{
"error": "string"
}