I am following the tutorial in this blog post: https://blog.cloudnueva.com/apex-msgraph-introduction but am stuck on pagination which is not covered in the article. Does anyone know how to handle pagination with Microsoft Graph API? There is no page number or offset parameter in the URL, instead the URL to the next page is returned in the results. I don’t see an option to provide the URL in the pagination settings and I’m having trouble finding any articles online discussing this.