Authorization: Bearer ********************{
"Name": "test",
"Autostart": true,
"ForwardMode": "nat",
"IPAddress": "192.168.90.1",
"NetMask": "255.255.255.0",
"DhcpStart": "192.168.90.2",
"DhcpEnd": "192.168.90.5"
}curl --location --request POST 'http://127.0.0.1:30800/v1/libvirt/network/createStart' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Name": "test",
"Autostart": true,
"ForwardMode": "nat",
"IPAddress": "192.168.90.1",
"NetMask": "255.255.255.0",
"DhcpStart": "192.168.90.2",
"DhcpEnd": "192.168.90.5"
}'{}