curl --location --request POST 'http://test-cn.your-api-server.com/ethernet/getEthernetDetail'
{
"data": {
"connected": true,
"mac": "string",
"dhcp": true,
"ip": "string",
"netmask": "string",
"gateway": "string",
"dns1": "string",
"dns2": "string"
},
"errorMessage": "string",
"errorCode": 0,
"isSuccess": true
}