_daily_revenue_series for why today can never be served from theAuthorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//analytics/overview?days=&start_date=&end_date=&granularity=&tz=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"total_sales": 0,
"total_orders": 0,
"avg_order_value": 0,
"sales_change_percent": 0,
"orders_change_percent": 0,
"collected_revenue": 0,
"collected_change_percent": 0,
"previous_total_sales": 0,
"previous_total_orders": 0,
"previous_collected_revenue": 0,
"currency": "string"
},
"message": "string"
}