Authorization: ********************{
"poolId": 1,
"startIp": "192.168.1.1",
"endIp": "192.168.1.10",
"dns1": "114.114.114.114",
"dns2": "8.8.8.8"
}curl --location --request POST '/insertIpPoolByRange' \
--header 'Authorization: <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"poolId": 1,
"startIp": "192.168.1.1",
"endIp": "192.168.1.10",
"dns1": "114.114.114.114",
"dns2": "8.8.8.8"
}'{}