curl --request GET \
--url https://api.example.com/cabinet/admin/stats/system-info \
--header 'Authorization: Bearer <token>'{
"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 https://api.example.com/cabinet/admin/stats/system-info \
--header 'Authorization: Bearer <token>'{
"bot_version": "<string>",
"python_version": "<string>",
"uptime_seconds": 123,
"users_total": 123,
"subscriptions_active": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.