curl --location --request GET 'https://api.narrativ.tech/functions/v1/youtube/trending/cashtags?timeframe&sort_by&asc' \
--header 'api-key: <api-key>'{
"data": [
{
"totalPosts": 71174340,
"totalViews": 61401857,
"totalEngagement": 68872662,
"cashtag": "cimentarius"
},
{
"totalPosts": 72792466,
"totalViews": 79481611,
"totalEngagement": 68795952,
"cashtag": "bis"
},
{
"totalPosts": 7283919,
"totalViews": 73493554,
"totalEngagement": 19085379,
"cashtag": "amicitia"
}
]
}