Authorization: ********************curl --location --request POST 'https://test.your-api-server.com/api/mes/productionlog' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"codigo":64,
"unidad":"kg",
"cantidad":3408,
"molino":1,
"receta":5,
"silo":1,
"kwhpd004":1296,
"kwhpd005":247,
"kwhpd006":798,
"m3gas":480,
"m3ton":7.4
}'{
"msg": "Registro de produccion creado",
"productionLogSaved": {
"codigo": 64,
"unidad": "kg",
"cantidad": 3408,
"estado": false,
"molino": 1,
"receta": 5,
"silo": 1,
"kwhpd004": 1296,
"kwhpd005": 247,
"kwhpd006": 798,
"m3gas": 480,
"m3ton": 7.4,
"_id": "63cc6ecfc9dfc3da9289b1f2",
"createdAt": "2023-01-21T23:01:35.068Z",
"updatedAt": "2023-01-21T23:01:35.068Z"
}
}