curl --location --request GET 'https://public-api.protokols.io/api/v1/profile//notable-followers?cursor=&limit=101' \
--header 'authorization: Bearer 99f0c8fbb6df52400c8edac910f9dbb3be93faea06ba928bba24011252409c4a'
{
"pagination": {
"page": 0,
"limit": 0,
"cursor": "string"
},
"data": [
{
"id": "string",
"username": "string",
"avatar_url": "string",
"description": "string",
"display_name": "string",
"followers_count": 0,
"lang": "string",
"following_count": 0,
"is_verified": true,
"profile_created_at": "string",
"description_link": "string",
"gold_badge": true,
"kol_score": 0,
"smart_followers_count": 0
}
]
}