curl --location --request GET 'https://api.narrativ.tech/functions/v1/telegram/channel/cashtags?account_id&handle&start_date&end_date&mode&sort_by&asc' \
--header 'api-key: <api-key>'{
"totalCashtags": 20823121,
"data": [
{
"cashtag": "abeo",
"totalPosts": 56778473,
"totalViews": 45725417,
"totalEngagement": 76348474
},
{
"cashtag": "cohaero",
"totalPosts": 93621974,
"totalViews": 55321105,
"totalEngagement": 65326962
},
{
"cashtag": "cum",
"totalPosts": 42771974,
"totalViews": 63036888,
"totalEngagement": 54391113
}
],
"pagination": {}
}