Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//dashboard/stats?days=&start_date=&end_date=&granularity=&tz=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"total_revenue": 0,
"revenue_change_percent": 0,
"avg_order_value": 0,
"currency": "string",
"total_orders": 0,
"pending_orders": 0,
"confirmed_orders": 0,
"processing_orders": 0,
"shipped_orders": 0,
"completed_orders": 0,
"cancelled_orders": 0,
"total_customers": 0,
"new_customers": 0,
"total_products": 0,
"low_stock_count": 0,
"total_profit": 0,
"total_cogs": 0,
"products_with_cost": 0,
"period_start": "string",
"period_end": "string"
},
"message": "string"
}