curl --location 'https://openapi.scdata.cc/api/v1/twitter/realtime/user/info?username=elonmusk&user_id=44196397' \
--header 'Authorization: '{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"user_id": "string",
"username": "string",
"nickname": "string",
"profile_url": "string",
"avatar": "string",
"description": "string",
"verification_type": "string",
"blue_verified": true,
"follower_count": 0,
"following_count": 0,
"tweet_count": 0,
"media_count": 0,
"bio_url": "string",
"register_at": "string"
}
}