{
"nodeId": 1,
"type": "simple",
"zone": "test"
}curl --location '/sdn/addZone' \
--header 'Content-Type: application/json' \
--data '{
"nodeId": 1,
"type": "simple",
"zone": "test"
}'{
"code": 20000,
"message": "请求成功",
"data": "Success"
}