I'm using the .NET SDK to send requests to Graph, e.g.,
List<Graph.TodoChecklistItem> cliList = await Graph.listChecklistItemsAsync(todoListId, todoTaskId);
I assume the SDK builds an HTML request that it sends to Graph. Is that right? If so, is it possible to get and read the HTML?
Thanks,
Paul