access-token: ********************curl --location '/admin/switchs/top/traffic/' \
--header 'access-token: <api-key>'{
"success": true,
"data": [
{
"port_id": 1,
"port_name": "Gi1/0/1",
"switch_name": "switch-01",
"traffic": 100.5
}
]
}