Issue in OneNote API

Hello Team,
We were testing the Microsoft One Note API to get all pages in particular section.
While testing the API in postman it gives the latest result of page which is being added.
Also while testing the same endpoint in our development server it also gives latest result as shown above
but while testing the same endpoint in our Production server it doesn't give the latest result. it always shows the result ( page title ) which is being added before or prior to latest result
My production server always gives me the page as Dusra-11:35 as a latest result
which is wrong actually the latest result is Hello World-3:16
why it is happening like that, that one server shows correct latest result and other server shows old result
Our Production Server:
44.224.102.169
API which is used in production server is same as used in Postman.
Please suggest some solution.