I am new to Canvas and trying to report the course enrollment in Power BI
Using the code below I managed to retrieve the first 10 records. The pagination is not working

I did some debugging and noticed the header returned from this code
headersResponse = Value.Metadata(response)[Headers],
does not have the Link header

Does anyone know why the link header is missing ?