I think I see where the confusion is coming from now, @teja gudipati .
So the token comes in the body of the response, and needs to be placed into the header of the next request, if I understand correctly.
In this case, "AbsoluteURL" is not what you want to use.
The Key should be Headers['header_name_for_next_page_token']
, renames as appropriate.
The Value should be $.nextPageToken
The Key specifies where to insert pagination in the next request.
The Value specifies where to get the pagination info from the response.
Hi @MartinJaffer-MSFT ,
Thanks for your response.
The header is coming from the API response.
It is not in URL format, It is just giving me the key like this
"GVW7W2IHU63RQ36MSKLINOEE3DZWRRW52OPCPQ7MVF65L3TUJFGZKRE2XJYQEFOSZSWOBV5FM3CBE==="