view taskscurl --location 'https://api-dev.commandroom.ai/api/api/tasks/my-automations-stats?date_from=2025-01-01&date_to=2025-12-31&timezone=America%2FNew_York' \
--header 'Authorization: Bearer {{token}}' \
--header 'X-Tenant-UUID: '{
"total_executions": 10,
"executions_by_status": {
"completed": 1,
"failed": 1,
"running": 1,
"pending": 1
},
"total_value_impact": 12500.0,
"total_forecast_savings": 12500.0,
"average_executions_per_automation": 1.5,
"active_automations_count": 10
}