Authorization: Bearer ********************
{
"id": "12243185291950690304",
"name": "attribute-name",
"code": "attribute-code"
}
curl --location --request PUT '/cost-config/update-cost-attribute' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "12243185291950690304",
"name": "attribute-name",
"code": "attribute-code"
}'
{
"code": 10000,
"message": "success",
"data": "string"
}