Access-Id: ********************Access-Secret: ********************{
"type": "auto",
"ip": "192.168.1.1/32",
"gateway": "192.168.1.1",
"dns": "8.8.8.8"
}curl --location --request POST 'http://10.10.0.26:8080/api/board/network/0' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "auto",
"ip": "192.168.1.1/32",
"gateway": "192.168.1.1",
"dns": "8.8.8.8"
}'{}