curl --location --request GET 'https://192.168.88.11:9781/bvcsp/v1/pu/network/ethernet/' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": {
"dhcp": 0,
"pppoe": 0,
"autoDNS": true,
"ip": "string",
"netMask": "string",
"gateway": "string",
"dns": [
"string"
],
"pppoeUserName": "string",
"pppoePassword": "string",
"status": 0
}
}