curl --location --request GET 'https://api.synup.com/api/v4/locations//bing-analytics?fromDate&toDate' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'
{
"data": {
"bingInsights": {
"views": [
{
"startTime": "2018-12-17T00:00:00+00:00",
"value": 73
}
]
}
}
}