Need some help to discover twitch API

Why do you have Authorization twice?

Just like the documentation shows, you need 1 Client-ID header, and 1 Authorization header. The Authorization header must be a User Token, whose user id matches that of the broadcaster_id, and the Client ID must be the Client ID used to create that token.