Authorization: Bearer ********************Access-Id: ********************Access-Secret: ********************{}curl --location --request GET 'http://10.10.0.26:8080/api/network/dhcp' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"code": 200,
"msg": "success",
"time": 1766569746919,
"data": {
"info": "dhcp",
"get": "rd_default.conf",
"start": "192.168.88.20",
"end": "192.168.88.200",
"opt subnet": "255.255.255.0",
"opt router": "192.168.88.252",
"interface": "br0",
"dhcp_state": "stop"
}
}