curl --request GET \
--url https://api.example.com/api/v1/dashboard/stats{
"total_projects": 3,
"switches_today": 2,
"skills_executed": 5,
"tools_connected": 1
}
Estadísticas globales para el dashboard overview.
curl --request GET \
--url https://api.example.com/api/v1/dashboard/stats{
"total_projects": 3,
"switches_today": 2,
"skills_executed": 5,
"tools_connected": 1
}
{
"total_projects": 3,
"switches_today": 2,
"skills_executed": 5,
"tools_connected": 1
}