curl --location --request GET 'https://api.narrativ.tech/functions/v1/youtube/channel/hashtags?account_id&handle&start_date&end_date&mode&sort_by&asc' \
--header 'api-key: <api-key>'{
"totalHashtags": 3,
"data": [
{
"hashtag": "iure",
"totalPosts": 68463810,
"totalViews": 81445835,
"totalEngagement": 68701420
},
{
"hashtag": "adiuvo",
"totalPosts": 38476397,
"totalViews": 18596373,
"totalEngagement": 67406319
},
{
"hashtag": "tergo",
"totalPosts": 94588834,
"totalViews": 36224639,
"totalEngagement": 64068211
}
],
"pagination": {}
}