window.granularity: the rollup table isweek/month group on the fly, and hourAuthorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//analytics/sales-chart?compare=&days=&start_date=&end_date=&granularity=&tz=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"date": "string",
"sales": 0,
"orders": 0,
"prev_date": "string",
"prev_sales": 0,
"prev_orders": 0
}
],
"message": "string"
}