access-token: ********************{
"remark": "服务器端口"
}curl --location --request PUT '/admin/switchs/port/' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"remark": "服务器端口"
}'{
"success": true,
"message": "端口备注修改成功"
}