curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/nodes \
--header 'Authorization: Bearer <token>'{
"nodes": [],
"total": 0,
"online": 0
}Get list of connected nodes.
curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/nodes \
--header 'Authorization: Bearer <token>'{
"nodes": [],
"total": 0,
"online": 0
}