Workspaces
WorkspaceService manages workspaces at the ACCOUNT level. This service is responsible for creating and listing workspaces within an account. Workspaces provide organizational grouping for resources within an account.
Authentication: Bearer token (JWT) Scope: Account-level operations (manages workspaces themselves, not resources within workspaces)
List workspaces
client.Workspaces.List(ctx, query) (*CursorPagination[Workspace], error)
GET/v1/workspaces