No authorisation is required
The example is an example token which won’t work because it’s the example.
Your website (server side) will need to generate an App Access Token
Then call the API with the generated token and the Client ID.
Make sure you are not using your “Client Secret” as a token, as it’s not a token it’s a Client Secret.
I have not written a python example but these examples may help
To get an app access token it’s just a single HTTP Post to Twitch with your ClientID and secret