Obter estatísticas do dashboard

GET /categories/dashboard/stats

Retorna as estatísticas gerais do sistema.

Responses

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
}