I am creating a custom web application and using Authorization Code Flow (OAuth 2.0) for authentication. This part is working and I am able to get an access_token (or OTDSTicket). Then I use this OTDSTicket to make CS REST API call to the search endpoint and I am getting the first page result. However, when I send another REST API call to get the other pages result, like page 2, 3, etc., it still returns the first page result. I also test this in Postman and I am seeing the same behaviors. Has anyone experience issue like this when using OTDSTicket?
Initial Search REST API call:
Search REST API call to other pages:
Any help is very much appreciated.