curl --location --request DELETE 'https://heimahr.itheima.net/api/company/department/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: text/plain' \
--data-raw ''
{
"success": true,
"code": 0,
"data": null,
"message": "string"
}