@Abhinav Gundapaneni Hello and welcome to Microsoft Q&A.
When the pagination passes you a full or partial url like:
https://MySite.net/api/table/pages/3
or
/table/pages/3
then you should use the "absoluteURL" pagination rule.
If the pagination is meant as a url parameter like
statehash=f4sdh5
in
https://MySite.net/api/queryresults?statehash=f4sdh5
then you should use the "QueryParameters" pagination rule. The Name value would be "statehash" and since you get the cursorEnd from the body, choose "Body" and "pagination.cursorEnd"