curl --location -g --request PUT '/products_attributes/{{identificador_atributo}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "atributo_1",
"name": "Atributo exemplo 1",
"type": "texto",
"required": 0,
"is_custom_attributes": 1
}'
{}
Authorization: Bearer ********************