access-token: ********************
curl --location --request GET '/config-system-dept/get-cost-center-change-list?departmentCode' \
--header 'access-token;'
{
"code": "string",
"data": [
{
"changeType": "string",
"id": 0,
"level": "string",
"newCode": "string",
"newCostCenterCode": "string",
"newCostCenterName": "string",
"newName": "string",
"oldCode": "string",
"oldCostCenterCode": "string",
"oldCostCenterName": "string",
"oldName": "string",
"operateTime": "string",
"operator": "string"
}
],
"message": "string",
"success": true
}