Description: Retrieves new and active users count based on the specified mode, start and end dates.
Note: If you struggle to figure out the segments, please check out the helper function - get_segment_definition.
Parameters:
api_key: API key (https://app.telemetree.io/settings/project)group_by: List of fields to group byperiod: The start and end datesfilters: List of filters in Amplitude-like formatReturns:
UserCountResponse: The transformed user count data.Raises:
HTTPException: If an error occurs during the retrieval process.