curl --request GET \
--url http://localhost:8080/cabinet/admin/tickets/stats{
"total": 123,
"open": 123,
"pending": 123,
"answered": 123,
"closed": 123
}Get ticket statistics.
curl --request GET \
--url http://localhost:8080/cabinet/admin/tickets/stats{
"total": 123,
"open": 123,
"pending": 123,
"answered": 123,
"closed": 123
}