access-token: ********************{
"action": "vlan",
"ports": [
1,
2,
3
],
"data": {
"vlan_id": 0,
"status": "up",
"speed": 0,
"mtu": 0
}
}curl --location '/admin/switchs//bulk_action' \
--header 'access-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"action": "vlan",
"ports": [
1,
2,
3
],
"data": {
"vlan_id": 0,
"status": "up",
"speed": 0,
"mtu": 0
}
}'{
"success": true,
"data": {},
"error": "string"
}