Array of follower profiles.
Whether more results are available.
Cursor for the next page.
{
"users": [
{
"id": "987654321",
"username": "xquikcom",
"name": "Xquik",
"followers": 10000,
"following": 500,
"verified": true,
"profilePicture": "https://pbs.twimg.com/profile_images/xquik/photo.jpg",
"description": "All-in-one X automation platform"
}
],
"has_next_page": true,
"next_cursor": "DAACCgACGE..."
}