Issue with token after authorization

I omitted the headers like you asked. Here is the full request:

{
    Method: GET, 
    RequestUri: 'https://api.twitch.tv/helix/users/follows?to_id=143848419', 
    Version: 1.1, 
    Content: <null>, 
    Headers:
    {
        Accept: application/json
        Client-id: myClientId
        Request-Id: |6f130d93-446199f1a749a8e9.1.
    }
}

Seeing this now, I see that my auth header is not going across in the request even though it is added to my HttpClient. Very strange. So it is getting lost somehow but the clientId doesn’t.

EDIT:
I looked into this now that I realize the request was somehow missing the auth header. Apparently this is by design and the request has to be done again according to this stack overflow post and I can confirm that it works: