Some endpoints make use of a "cursor_string" argument, which allows you to get more results on a subsequent request,
it is obtained alongside the results you have already gotten
Remarks
So you can make a request without that, make a 2nd request with what you've obtained for more results,
and then possibly a 3rd request with what you've got from the 2nd request for even more results!
Some endpoints make use of a "cursor_string" argument, which allows you to get more results on a subsequent request, it is obtained alongside the results you have already gotten