apikey: ********************curl --location --request GET 'https://api.handlefinder.xyz/api/farcaster/user/rank/?ratio' \
--header 'apikey: <api-key>'{
"profileId": "0x24",
"rank": "123",
"count": "1000",
"topFollowers": [
{
"id": "0x13",
"handle": {
"localName": "john.doe"
},
"metadata": {
"coverPicture": {
"optimized": {
"uri": "https://example.com/optimized_picture.jpg"
}
},
"displayName": "John Doe",
"picture": {
"raw": {
"uri": "https://example.com/image.jpg"
}
},
"bio": "I love coding and photography."
},
"stats": {
"followers": 100,
"following": 200,
"lensClassifierScore": 0.8,
"posts": 50
}
}
]
}