apikey: ********************curl --location --request GET 'https://api.handlefinder.xyz/api/farcaster/user/casts/' \
--header 'apikey: <api-key>'{
"casts": [
{
"fid": 43454,
"hash": "c57d66772385814197166d147d80a772",
"type": 1,
"text": "Some cast text",
"parentUrl": "https://example.com/parent-cast",
"parentCastFid": 45678,
"parentCastHash": "c57d66772385814197166d147d80a772",
"createdAt": "2022-01-01T12:00:00.000Z"
}
],
"total": 100,
"limit": 50,
"skip": 0
}