{
"id": 0,
"pid": 0,
"name": "string",
"code": "string",
"managerId": 0,
"introduce": "string",
"createTime": "string"
}
curl --location --request PUT 'https://heimahr.itheima.net/api/company/department/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"pid": 0,
"name": "string",
"code": "string",
"managerId": 0,
"introduce": "string",
"createTime": "string"
}'
{
"success": true,
"code": 0,
"data": "string",
"message": "string"
}