Authorization: Bearer ********************{
"name": "",
"description": "",
"pass_through": {
"mode": ""
},
"port_mirroring": false,
"migratable": false
}curl --location --request PUT '/ovms/vnicprofiles/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "",
"description": "",
"pass_through": {
"mode": ""
},
"port_mirroring": false,
"migratable": false
}'{}