How should I paginate the /api/v2/analytics/conversations/details/query endpoint? The docs show a cursor field in the response, but my Python SDK only accepts a page parameter. I tried passing the cursor string as the page value, but the API returns a 400 Bad Request. Is there a specific header I need to set, or is the SDK outdated for this endpoint?