curl --location --request POST '/attributes/products/cod_product' \
--header 'Content-Type: text/plain' \
--data-raw '{
"attributes": [
{
"attribute_key":"referencia",
"value":"11",
"order":"1"
},
{
"attribute_key":"gereric_class_attribute",
"value":"21",
"order":"2"
}
]
}'
{}
Authorization: Bearer ********************