I am experiencing an issue with pagination with the Search Folders endpoint where no results are returned when the page token is used. In the example I am testing with there are 4 folders returned if no page size query param is provided. If we provide a page size of 1, a single result is returned as expected, and the Link header property is returned as well with the page token. If we attempt to pass that page token as a query param to that same endpoint, we receive a 200 OK but an empty array in the response body.
Testing a similar scenario with the Search Documents endpoint everything works as expected. We are able to pass a page size of 1 and use the page tokens to page through the results as expected. This particular issue only seems to occur with the Search Folders endpoint.