apikey: ********************curl --location --request GET 'https://api.handlefinder.xyz/api/farcaster/user/recentFollowers/' \
--header 'apikey: <api-key>'{
"followers": [
{
"profileFollowerId": 1234567890,
"followedAt": "2025-02-03T20:30:24.325Z"
}
],
"nextCursor": "abc123",
"total": 1000
}