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