Hey there, im trying to request e.g. Streams but allways got 404, no mather what i do.
node_fetch('https://api.twitch.tv/helix/streams?game_id=33214', {
method: 'post',
headers: {
'Client-ID': Client-ID,
'Accept': 'application/vnd.twitchtv.v5+json'
},
})
.then(res => res.json())
.then(json => console.log(json));