curl --location 'https://openapi.scdata.cc/api/v1/youtube/realtime/user/videos?channel_id=UCUFgkRb0ZHc4Rpq15VRCICA&offset=undefined' \
--header 'Authorization: '{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"more": true,
"offset": "string",
"videos": [
{
"video_id": "string",
"title": "string",
"description": "string",
"create_at": "2019-08-24T14:15:22.123Z",
"channel_title": "string",
"channel_id": "string"
}
]
}
}