curl --location --request GET 'https://public-api.protokols.io/api/v1/narratives/gaming/projects?cursor&limit&sort_by&sort_order' \
--header 'authorization: Bearer 99f0c8fbb6df52400c8edac910f9dbb3be93faea06ba928bba24011252409c4a'
{
"data": [
{
"twitter_profile": {
"id": "string",
"username": "string",
"avatar_url": "string",
"description": "string",
"display_name": "string",
"followers_count": 0,
"lang": "string",
"following_count": 0,
"is_verified": true,
"profile_created_at": "string",
"description_link": "string",
"gold_badge": true
},
"coin": {
"name": "string",
"symbol": "string",
"image_url": "string",
"market_cap": 0,
"price": 0,
"contract_address": "string"
},
"mindshare": {
"mindshare_percent": 0,
"change_24h": 0,
"change_7d": 0,
"change_30d": 0,
"change_90d": 0
},
"total_views": 0,
"total_posts": 0
}
],
"pagination": {
"page": 0,
"limit": 0,
"cursor": "string"
}
}