Retrieves all campaigns associated with the authenticated user. Query parameters limit and offset can be used
for pagination, while workspace_id can be used fetch campaigns in a specific workspace.
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 campaigns to fetch. All workspaces are considered if this is not provided.
JSON Response: data: Query result as list of dictionaries. total: Total number of campaigns available, not considering limit and offset.
No response body