Sorry, I am not good at C#..
I am trying to write Looping for the result of data collected from each API call.
Because it is API, it has certain limitation ("PageSize") to collect data each time.
Currently, it has "PageSize" of 2000, and it increments by that value (2000).
"Offset" points...