Authorization: Bearer ********************curl --location --request PUT '/products_attributes/cod_atributo' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"name": "Peso Cúbico",
"type": "real"
}'{}