{
"parentId": 100,
"deptName": "1",
"orderNum": 1,
"leader": "11",
"phone": "15208460000",
"email": "11@qq.com",
"status": "0"
}curl --location --request POST 'http://develop.tianxin.supermind.quant-chi.com:8045/api/sys/dept/add' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"parentId": 100,
"deptName": "1",
"orderNum": 1,
"leader": "11",
"phone": "15208460000",
"email": "11@qq.com",
"status": "0"
}'{"body":"","header":{"code":200,"message":""}}