curl --location --request POST '/products/cod_product/attributes/cod_attribute' \
--header 'Content-Type: text/plain' \
--data-raw '{
"attributes":[
{
"value":{"titulo":"aaaa","tipo":"qqq"} ,
"order":0
},
{
"value":"b",
"order":1
}
]
}'
{}
Authorization: Bearer ********************