Error 401 with new API

Thanks for the feedback, but it’s still broken since the patch now I have error 401
{“error”:“Unauthorized”,“status”:401,“message”:“OAuth token is missing”}

dataType: “json”,
url: “https://api.twitch.tv/helix/streams?first=6&language=fr&game_id={{ gametwitchid }}”,
headers: {
“Authorization”: “Bearer mytoken”,
“Client-ID”: “myclientid”,
},