access-token: ********************{
"ip": "192.168.1.100",
"switch_port_id": 1
}curl --location '/admin/switchs//ports//acl/binding' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"ip": "192.168.1.100",
"switch_port_id": 1
}'{
"success": true,
"error": "string"
}