Access-Id: ********************Access-Secret: ********************{
"status": false
}curl --location --request POST 'http://10.10.0.26:8080/api/network/port_isolation' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": false
}'{}