Stuck on implementing a robust pagination loop for queueApi.getQueues() in the genesyscloud-platform-client-sdk v2.0. The default behavior only returns queues for the authenticated user’s division. I need to fetch all queues across specific divisions using the divisionId parameter. My current recursive fetch hits a 400 Bad Request when the pageSize exceeds 100. Is there a recommended pattern to handle the nextPageToken and iterate through multiple divisionId filters without hitting rate limits?