apikey: ********************curl --location --request GET 'https://api.handlefinder.xyz/api/farcaster/user/followers/top/' \
--header 'apikey: <api-key>'[
{
"fid": 1234567890,
"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
}
}
]