curl --location --request GET 'https://api.narrativ.tech/functions/v1/x/trending/topics?country_code' \
--header 'api-key: <api-key>'{
"data": [
{
"trend": "eu",
"tweetCount": 62316136
},
{
"trend": "cupidatat amet non in nostrud",
"tweetCount": -55045520
},
{
"trend": "veniam",
"tweetCount": 51868111
}
]
}