Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//analytics/realtime/snapshot' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"views_today": 0,
"visitors_today": 0,
"active_now": 0,
"orders_today": 0,
"revenue_today": 0,
"recent_orders": [
{
"order_id": "string",
"order_number": "string",
"total": 0,
"customer_name": "string",
"item_count": 0,
"payment_method": "string"
}
],
"hourly_orders": [
0
],
"hourly_revenue": [
0
],
"top_pages": [
{
"path": "string",
"views": 0
}
],
"available": true
},
"message": "string"
}