Authorization: Bearer ********************
curl --location '/products/cod_product/attributes/cod_attribute' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: text/plain' \ --data '{ "value":"sim", "order":"1" }'
{}