# create an instance of the API class
api_instance = PureCloudPlatformClientV2.ConversationsApi(apiclient)
body = PureCloudPlatformClientV2.ConversationQuery()
body.interval = '2023-01-03T00:00:00.000+0000'/'2023-01-04T00:00:00.000+0000'
body.pagesize = 100
But the pagesize is still default 25. What's wrong with my code?