Option 1: Initialize the Client with a Teamspace
You can initialize the Datagrid client with a teamspace ID. All subsequent requests from that client will automatically be scoped to that teamspace.Option 2: Scope Individual Requests
Alternatively, you can scope individual requests by passing theDatagrid-Teamspace header. This is useful when you need to make requests to different teamspaces from the same client.