curl --location --request GET 'https://openapi.scdata.cc/api/v1/twitch/monitor/live/list?monitor_id=db78ef84a28644b4983ce6c07b4eeec9&page&page_size' \
--header 'Authorization: '{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"items": [
{
"live_id": 0,
"user_id": 0,
"user_login": "string",
"user_name": "string",
"game_id": 0,
"game_name": "string",
"type": "string",
"title": "string",
"viewer_count": 0,
"started_at": "2019-08-24T14:15:22.123Z",
"ended_at": "2019-08-24T14:15:22.123Z",
"language": "string",
"thumbnail_url": "string",
"tags": "string",
"is_mature": 0
}
],
"total": 0,
"page": 0,
"page_size": 0,
"total_pages": 0
}
}