Authorization: oauth ********************
curl --location --request GET 'https://api-v2.streamvi.io/method/broadcast/restreams-chat?v&language&broadcast_id&key' \
--header 'Authorization: oauth <token>'
{
"results": [
{
"restream_id": 222,
"channel_id": 111,
"name": "Name",
"image": "https://example.com/image.jpg",
"platform": "twitch",
"viewers": 1000
}
]
}