curl --location 'https://openapi.scdata.cc/api/v1/tiktok/realtime/video/detail?video_id=7447950131443469614®ion=US' \
--header 'Authorization: '{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"video_id": "string",
"description": "string",
"create_at": "2019-08-24T14:15:22.123Z",
"author_uid": "string",
"author_unique_id": "string",
"author_nickname": "string",
"duration": 0,
"video_url": "string",
"cover_url": "string",
"share_count": 0,
"like_count": 0,
"comment_count": 0,
"play_count": 0,
"collect_count": 0
}
}