Obter estatísticas do dashboard
Retorna as estatísticas gerais do sistema.
GET
/categories/dashboard/stats
curl \
--request GET 'http://localhost:8000/categories/dashboard/stats'
Response examples (200)
{
"totalUsers": 42,
"totalProductsSold": 42,
"totalSales": 42.0,
"totalActiveGardens": 42,
"totalProducts": 42,
"totalQuestionsAnswered": 42
}