{
"ip": "192.168.20.56",
"name": "test3",
"note": "note",
"enable": 1
}curl --location '/ztpManage/v1/openApi/ipPoolCreate' \
--header 'Content-Type: application/json' \
--data '{
"ip": "192.168.20.56",
"name": "test3",
"note": "note",
"enable": 1
}'{
"code": 10000,
"msg": "成功",
"traceId": "44081a9a-71d8-42f9-baca-21291e83377b"
}