curl --location 'https://openapi.scdata.cc/api/v1/twitter/realtime/user/tweets?username=elonmusk&user_id=44196397&offset=' \
--header 'Authorization: '{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"more": true,
"offset": "string",
"tweets": [
{
"tweet_id": "string",
"tweet_url": "string",
"description": "string",
"create_at": "2019-08-24T14:15:22.123Z",
"lang": "string",
"like_count": 0,
"comment_count": 0,
"share_count": 0,
"collect_count": 0,
"quote_count": 0,
"view_count": 0,
"media_type": "string",
"cover_url": "string",
"resources": [
"string"
],
"duration": 0,
"tags": [
"string"
],
"is_retweet": true,
"is_reply": true,
"is_quote": true,
"author_user_id": "string",
"author_username": "string",
"author_nickname": "string",
"author_avatar": "string"
}
]
}
}