[
{
"@type": "TwitterUser",
"internal_id": "<string>",
"rest_id": "<string>",
"name": "<string>",
"alias": "<string>",
"url": "<string>",
"description": "<string>",
"location": "<string>",
"follower_count": 123,
"following_count": 123,
"tweet_count": 123,
"listed_count": 123,
"favorites_count": 123,
"media_count": 123,
"image": "<string>",
"banner_url": "<string>",
"verified": false,
"verified_type": "<string>",
"is_blue_verified": false,
"created_at": 123,
"professional": {
"@type": "TwitterUserProfessional",
"rest_id": "<string>",
"professional_type": "<string>",
"categories": [
{}
]
},
"verification_info": {
"@type": "TwitterUserVerification",
"is_identity_verified": false,
"verified_since": "<string>",
"reason_description": "<string>"
},
"profile_urls": [],
"mentions": [],
"birthdate": {
"@type": "TwitterUserBirthdate",
"day": 123,
"month": 123,
"year": 123,
"visibility": "",
"year_visibility": "",
"timestamp": 123
},
"is_profile_translatable": false,
"has_hidden_subscriptions": false,
"can_highlight_tweets": false,
"highlighted_tweets_count": 0,
"user_seed_tweet_count": 0,
"premium_gifting_eligible": false,
"creator_subscriptions_count": 0
}
]