Help for Webhook

I used a app access token.

https://id.twitch.tv/oauth2/token?client_id={clientId}&client_secret={clientSecret}&grant_type=client_credentials

{
“access_token”: “xxxxxxxxxxxxxxxxxxxxxxxxxx”,
“expires_in”: 5543713,
“token_type”: “bearer”
}