...
| Parameter | Type | Description |
|---|---|---|
| token (required) | string | Access token. You can obtain a token by making a request. |
| name (required) | string | The name of the new department. |
| parentDepartmentId (required) | string | The ID of the parent department. |
| code (optional) | string | The department code. |
...