Authorization: ********************{
"nodeId": 5,
"gateway": "23.94.247.33",
"mask": 28,
"dns1": "114.114.114.114",
"dns2": "8.8.8.8",
"poolName": "美国1"
}curl --location '/insertIpPoolByMask' \
--header 'Authorization: <token>' \
--header 'Content-Type: application/json' \
--data '{
"nodeId": 5,
"gateway": "23.94.247.33",
"mask": 28,
"dns1": "114.114.114.114",
"dns2": "8.8.8.8",
"poolName": "美国1"
}'{}