curl --location --request GET 'https://openapi.scdata.cc/api/v1/twitch/video/messages?video_id=2300924413&page&page_size' \
--header 'Authorization: '{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"items": [
{
"message_id": "string",
"commenter_id": 0,
"commenter_name": "string",
"commenter_display_name": "string",
"content_offset_seconds": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"message_fragments": "string",
"message_user_badges": "string",
"message_user_color": "string"
}
],
"total": 0,
"page": 0,
"page_size": 0,
"total_pages": 0
}
}