I’ve just revoked your OAuth token. You should NEVER share them publicly, they must be treated like a password and kept confidential.
Secondly, the reason you are getting an error that your OAuth token and Client ID don’t match is because your OAuth token wasn’t created by that Client ID.
If you want to use your own Client ID you need to generate a token yourself using either the Implicit or Auth code flows https://dev.twitch.tv/docs/authentication/getting-tokens-oauth
If you use a token generated by some external site (which is not recommended) you will have to use their Client ID when making requests with that token.