Check stream live is online or not

Im as well receiving the 200 OK error. My response: {data:[],pagination:{}}

local Data = {
Url = “https://api.twitch.tv/helix/streams?user_login=12gaugenick
Method = “GET”,
Headers = {
[“Client-ID”] = “p”,
},
}
local Request = Http:RequestAsync(Data)
print(Request.StatusCode, Request.StatusMessage, Request.Body)
return false