{
"dhcp": true,
"ip": "string",
"gateway": "string",
"netmask": "string",
"dns1": "string",
"dns2": "string"
}
curl --location --request POST 'http://test-cn.your-api-server.com/ethernet/configEthernet' \
--header 'Content-Type: application/json' \
--data-raw '{
"dhcp": true,
"ip": "string",
"gateway": "string",
"netmask": "string",
"dns1": "string",
"dns2": "string"
}'
{
"data": "string",
"errorMessage": "string",
"errorCode": 0,
"isSuccess": true
}