Authorization: ********************{
"vnet": "testnat",
"zone": "test"
}curl --location --request POST '/sdn/addVnet' \
--header 'Authorization: <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"vnet": "testnat",
"zone": "test"
}'{
"code": 20000,
"message": "请求成功",
"data": "Success"
}