Authorization: Bearer ********************{
"managerID": 0,
"excelFile": "string"
}curl --location --request POST '/cost-attribute/import-attribute' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"managerID": 0,
"excelFile": "string"
}'{
"code": 10000,
"message": "success",
"data": {
"managerID": 0,
"excelFile": "string"
},
"importedCostAttributeCodes": [
{
"costAttributeCode": 0,
"costAttributeName": "string"
}
],
"errorMessage": "string"
}