Loading stream information json into Glitch Twitchbot

fetch(
    ‘https://api.twitch.tv/helix/streams?user_id=’ + id,
    headers: {
        'Client-ID': YOURCLIENT,
        'Authorization': 'Bearer ' + YOURTOKEN
    }
)