curl --location 'https://openapi.scdata.cc/api/v1/tiktok/realtime/user/videos?uid=208464585232822272®ion=US&offset=undefined' \
--header 'Authorization: '{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"more": true,
"offset": "string",
"videos": [
{
"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
}
]
}
}