Authorization: Bearer ********************Access-Id: ********************Access-Secret: ********************{
"start_ip": "192.168.88.20",
"stop_ip": "192.168.88.200",
"subnet": "255.255.255.0",
"router": "192.168.88.252"
}curl --location --request POST '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 '{
"start_ip": "192.168.88.20",
"stop_ip": "192.168.88.200",
"subnet": "255.255.255.0",
"router": "192.168.88.252"
}'{}