{
"name": "string",
"companyId": 0,
"status": 0
}
curl --location --request POST 'https://travel.daoziji.com/user/dept/newlyDept' \
--header 'Authentication;' \
--header 'token: 59488631878869803924403251' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"companyId": 0,
"status": 0
}'
{"msg":"操作成功","code":200,"data":1}