curl --location 'https://openapi.scdata.cc/api/v1/tiktok/realtime/user/info?unique_id=nike&user_id=208464585232822272' \
--header 'Authorization: '{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"uid": "string",
"unique_id": "string",
"sec_uid": "string",
"nickname": "string",
"profile_url": "string",
"avatar": "string",
"description": "string",
"verified": true,
"country": "string",
"follower_count": 0,
"following_count": 0,
"total_favorited": 0,
"video_count": 0
}
}