Authorization: Bearer ********************openidoffline_accessprofileemailcurl --location --request GET 'https://api.belga.press/belgapress/api/reporting/feeds/statistics/graphs/uniquereaders?resolution&start&end&brandids&excludedrecipientsids' \
--header 'Authorization: Bearer <token>'{
"_links": {
"next": "http://example.com",
"prev": "http://example.com",
"self": "http://example.com"
},
"_meta": {
"total": 0,
"aggregate": {
"total": 0
},
"resolution": "HOUR"
},
"data": [
{
"slice": "2019-08-24T14:15:22.123Z",
"uniqueReaders": 0
}
]
}