access-token: ********************curl --location '/admin/switchs//diff/ports' \
--header 'access-token: <api-key>'{
"success": true,
"ports": {
"add": [
{
"port_index": 1,
"port_name": "Gi1/0/1"
}
],
"delete": [
{
"port_index": 24,
"port_name": "Gi1/0/24"
}
]
}
}