curl --location 'https://openapi.scdata.cc/api/v1/instagram/realtime/user/info?username=nike&user_id=13460080' \
--header 'Authorization: '{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"user_id": "string",
"username": "string",
"full_name": "string",
"profile_url": "string",
"avatar": "string",
"verified": true,
"description": "string",
"follower_count": 0,
"following_count": 0,
"media_count": 0,
"is_private": true
}
}