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