{
"poolId": 1,
"startIp": "192.168.1.1",
"endIp": "192.168.1.10",
"dns1": "114.114.114.114",
"dns2": "8.8.8.8",
"allocationMask": 64
}curl --location '/insertIpPoolByRange' \
--header 'Content-Type: application/json' \
--data '{
"poolId": 1,
"startIp": "192.168.1.1",
"endIp": "192.168.1.10",
"dns1": "114.114.114.114",
"dns2": "8.8.8.8",
"allocationMask": 64
}'{}