I’m hitting a 413 Entity Too Large error when querying the Genesys Analytics API for a 90-day span. The payload seems too big for the endpoint. I’m using the Python SDK to build the request. Should I split this into multiple 30-day chunks and merge the results locally, or is there a way to paginate this request in the SDK? Here’s the snippet causing the issue.