Authorization: ********************{
"iface": "vmbr1",
"type": "bridge"
}curl --location --request POST '/createPveNodeInterface/' \
--header 'Authorization: <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"iface": "vmbr1",
"type": "bridge"
}'{
"code": 20000,
"message": "请求成功",
"data": "Success"
}