Error in authorizing token {"error":"Unauthorized","status":401,"message":"Client ID and OAuth token do not match"}

I suggest googling how to make HTTP requests in whatever programming language you’re working with, and then follow the Twitch Documentation https://dev.twitch.tv/docs/api as that explains what URLs, Querystring Params, and Headers, you need to use to make requests.