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