token: ********************curl --location '/admin/datacenters//switchs' \
--header 'token: <api-key>'{
"success": true,
"switchs": [
{
"id": 0,
"name": "string",
"ports_counter": {}
}
]
}