body.qty_produced valor inicial: 200 nuevo valor: 250Authorization: ********************curl --location --request DELETE 'https://test.your-api-server.com/api/production/635f4e957d40f350768426ec' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"msg": "Production Created",
"productionSaved": {
"op_number": 6789,
"erp_code": 1011,
"qty_produced": 200,
"_idRecipe": "63435ef0c80e255d09beed98",
"units": "kg",
"_id": "635f4e957d40f350768426ec",
"createdAt": "2022-10-31T04:27:01.840Z",
"updatedAt": "2022-10-31T04:27:01.840Z"
}
}