curl --location 'https://api.narrativ.tech/functions/v1/x-profile-hashtags?account_id=undefined&handle=undefined&start_date=undefined&end_date=undefined&sort_by=undefined&asc=undefined' \
--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": {}
}