How can I fetch more than 250 data in a JSON query using Postman?

Hi,
I have a query with API integration for dev. How to fetch more than 250 data in a JSON query using postman?
I need data from more than 250 products. Now, I’m fetching only 250 records only. How to get more data?
Can you please suggest how to get more than 250 data using postman? It’s a high priority please reply.
Thanks,

shalu

You are looking for “cursor based pagination”. Here is an article that describes it: https://shopify.dev/api/usage/pagination-rest

#…
Link: “https://{shop}.myshopify.com/admin/api/{version}/products.json?page_info={page_info}&limit={limit}; rel={next}, https://{shop}.myshopify.com/admin/api/{version}/products.json?page_info={page_info}&limit={limit}; rel={previous}”
#…

How to get page info id ? I’m unable to get the page info id in the product. Can you please suggest

?

Does anyone have a solution to the above question?

Does anyone have a solution to the above question?