token: ********************curl --location '/admin/cabinets/datacenter/' \
--header 'token: <api-key>'{
"success": true,
"cabinets": [
{
"id": 0,
"name": "string",
"datacenter_id": 0,
"capacity": 0,
"electric": 0,
"remark": "string",
"contact": {},
"is_lock": 0
}
]
}