curl --request GET \
--url https://api.example.com/cabinet/admin/servers/{server_id}/stats \
--header 'Authorization: Bearer <token>'{
"id": 123,
"display_name": "<string>",
"squad_uuid": "<string>",
"current_users": 123,
"max_users": 123,
"active_subscriptions": 123,
"trial_subscriptions": 123,
"usage_percent": 123
}Get server statistics.
curl --request GET \
--url https://api.example.com/cabinet/admin/servers/{server_id}/stats \
--header 'Authorization: Bearer <token>'{
"id": 123,
"display_name": "<string>",
"squad_uuid": "<string>",
"current_users": 123,
"max_users": 123,
"active_subscriptions": 123,
"trial_subscriptions": 123,
"usage_percent": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.