body.qty_produced valor inicial: 200 nuevo valor: 250Authorization: ********************curl --location --request PUT 'https://test.your-api-server.com/api/productionline/63e30b20349e685cf80091a0' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id_controller":0
}'{
"msg": "Linea de produccion actualizada por Id",
"updatedProductionLine": {
"_id": "6360a18aedf3b9fc0fb7241f",
"name": "Molino 1 Mod",
"erp_code": 88888,
"deleted": false,
"createdAt": "2022-11-01T04:33:14.126Z",
"updatedAt": "2022-11-01T04:40:38.163Z"
}
}