curl --location 'https://openapi.scdata.cc/api/v1/youtube/realtime/video/detail?video_id=Sv6dMFF_yts' \
--header 'Authorization: '{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"video_id": "string",
"title": "string",
"description": "string",
"create_at": "2019-08-24T14:15:22.123Z",
"duration": "string",
"video_url": "string",
"cover_url": "string",
"channel_title": "string",
"channel_id": "string",
"video_type": "string",
"category_id": 0,
"caption": true,
"like_count": 0,
"comment_count": 0,
"play_count": 0
}
}