curl --request GET \
--url http://localhost:8080/cabinet/admin/stats/system-info{
"bot_version": "<string>",
"python_version": "<string>",
"uptime_seconds": 123,
"users_total": 123,
"subscriptions_active": 123
}Get system information for admin dashboard.
curl --request GET \
--url http://localhost:8080/cabinet/admin/stats/system-info{
"bot_version": "<string>",
"python_version": "<string>",
"uptime_seconds": 123,
"users_total": 123,
"subscriptions_active": 123
}