Being new to coding, I need some guidance on how to work with YouTube's pageToken and nextPageToken. After retrieving my initial set of results, I am struggling to understand how to call for more results using the nextPageToken code provided. The API documentation mentions needing a string in the nextPageToken, but I'm not sure what exactly it should contain or how to utilize it to fetch the next batch of results.
I apologize if my explanation is unclear; I am still learning and trying my best to articulate my challenges.