X-API-Token: ********************
curl --location --request GET 'https://api.appcenter.ms/v0.1/apps///analytics/events//device_count?start=' \
--header 'X-API-Token;'
{
"total_devices": 0,
"total_devices_with_event": 0,
"previous_total_devices_with_event": 0,
"devices_count": [
{
"datetime": "string",
"count": 0
}
]
}