curl --location --request POST 'https://openapi.italent.cn/compensationv2/v1/CostCenter/BatchDelete' \
--header 'Content-Type: application/json' \
--data-raw '//1.已存在的成本中心
[
"cheng31","chenABCD","cheng41","chengABC"
]'
{
"code": 0,
"message": "string",
"data": {
"failCodes": [
"string"
],
"moreMessage": "string"
},
"isSuccess": true
}