curl --location 'https://192.168.88.32:9781/bvcsp/v1/cascading/lower/create' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"password": "string",
"addr": "string",
"desc": "string",
"enable": true
}'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"name": "string",
"password": "string",
"desc": "string",
"enable": true,
"online_time": 0
}
}