apikey: ********************curl --location --request GET 'https://api.handlefinder.xyz/api/lens/profile/collect/list/?currency&month&year' \
--header 'apikey: <api-key>'[
{
"id": "1234567890",
"collectedProfileId": "0x13",
"collectedPubId": "0x24",
"collectorProfileId": "0x34",
"collectActionResult": "Success",
"collectActionData": "{\"url\": \"https://example.com\"}",
"currency": "USDT",
"amount": 100,
"usdAmount": 200,
"timestamp": "2022-01-01T12:00:00Z"
}
]