Authorization: Bearer ********************{
"name": "attribute-name",
"code": "attribute-code"
}curl --location --request POST '/cost-config/add-cost-attribute' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "attribute-name",
"code": "attribute-code"
}'{
"code": 10000,
"message": "success",
"data": "string"
}