X-API-KEY: ********************curl --location 'https://api.falken.ltd/api/organizations//news/articles//analytics?days=undefined' \
--header 'X-API-KEY: <api-key>'{
"totalViews": 0,
"uniqueViews": 0,
"viewsLast7Days": 0,
"viewsLast30Days": 0,
"dailyViews": [
{
"date": "2019-08-24T14:15:22.123Z",
"totalCount": 0,
"uniqueCount": 0
}
],
"deviceBreakdown": [
{
"label": "string",
"count": 0,
"percentage": 0
}
],
"browserBreakdown": [
{
"label": "string",
"count": 0,
"percentage": 0
}
],
"topReferrers": [
{
"label": "string",
"count": 0,
"percentage": 0
}
]
}