Get Moderators 401 Error

So I set up a new twitch account to try and do this request on my own moderators, and I’m still receiving:

"error": "Unauthorized",
"status": 401,
"message": "Insufficient authorization in token"

I logged into my account, registered a new app, and sent this to get my Oauth token (I tried both implicit, and authorizatoin code flows), the request I sent was:

https://id.twitch.tv/oauth2/authorize?client_id=rf1123pvpvqytve34c1qn67bij9u&redirect_uri=http://localhost&response_type=token&scope=moderation:read.

That’s not the actual client ID, but with this I received my token, and then sent my get moderators request like so:

Again the client ID and authorization are not the actual ones. If there’s anything I’m missing or more information please let me know, I really appreciate the active people on the twitch dev forums, there’s so much info and so much to learn!