curl --location --request POST 'https://shopify-mistica.onrender.com/shopify/products' \
--header 'Content-Type: application/json' \
--data-raw '{
"Codigo": 1323,
"Descripcion": "M VESTIDO NEGRO",
"Unidad": "UND",
"Referencia": "2427029",
"Talla": "M",
"Color": "NEGRO",
"Marca": "YNES",
"Valor": 15900,
"Stock": 12
}'{}