GET /company_time_series/{id}.Authorization: Bearer ********************offline_access-Offline accessopenid-OpenIDprofile-Profileemail-Emailcurl --location 'https://api.belga.press/belgapress/api/sentometrics/entities//sentiment/timeseries?start=undefined&end=undefined&frequency=undefined&themes=undefined&languages=undefined&sentiments=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"date": "2019-08-24",
"sentiment": {
"positive": 0,
"negative": 0,
"neutral": 0
}
}
]
}