access-token: ********************{
"speed": 1000
}curl --location '/admin/switchs/ports//speed' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"speed": 1000
}'{
"success": true,
"message": "端口限速操作成功"
}