Authorization: ********************curl --location --request PUT 'https://test.your-api-server.com/api/mes/productionlog' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid":"9d5f0786-f6ea-4801-994e-844818958512",
"codigo":64,
"unidad":"kg",
"cantidad":3408,
"molino":1,
"receta":5,
"silo":1,
"kwhpd004":1296,
"kwhpd005":247,
"kwhpd006":798,
"m3gas":480,
"m3ton":7.4
}'{}