Fetches all domains associated with the authenticated user based on the provided filters
and pagination parameters. The function supports filtering by workspace ID and paginating
the results with limit and offset query parameters.
Available Query Parameters: limit: Number of results to fetch (min: 1, max: 100, default: 100) offset: Offset (starting index) for fetching data (min: 0, default: 0) workspace_id: ID of the workspace whose domains to fetch. All workspaces are considered if this is not provided.
JSON Response: data: Query result as list of dictionaries. total: Total number of domains available, not considering limit and offset.
No response body