Api hates me, I just want my user info

I kept searching, and found that:

HTTP.get('https://api.twitch.tv/helix/users', {
  params:{
    id:'<our client_id (which I was able to find by the request that was working mentioned in my OP)>'
  },
  headers:{
    'Client-ID':'<our client id>',
  },
} , (res)=>{
    console.log(res)
}

But, Now I can’t figure out how to use the response… The log is getting null