curl --location --request POST 'https://api.oraydev.cn/sl/v1/enterprise/department' \
--header 'Authorization: Bearer ${access_token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"parent_id": 0
}'
{
"department_id": 0,
"ent_id": 0,
"ext_login": true,
"is_batch": true,
"is_provide": 0,
"level": 0,
"name": "string",
"open_department_id": "string",
"oray_userid": 0,
"parent_id": 0,
"path": "string",
"sort": 0,
"user_count": 0
}