Authorization: ********************curl --location --request PUT 'https://test.your-api-server.com/api/recipe/63e30d02389eecfd0adb1afb' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name":"Ultra Estructural"
}'{
"msg": "Receta actualizada por Id",
"updatedRecipe": {
"_id": "6369c6a493caffcd76bd5da9",
"name": "Receta Prueba 10",
"erp_code": 9,
"id_controller": 10,
"deleted": false,
"ingredients": [
{
"_idMaterial": "63694d46fa090b7b334c7973",
"qty": 100,
"_id": "6369c6a493caffcd76bd5daa"
},
{
"_idMaterial": "63694d46fa090b7b334c7973",
"qty": 50,
"_id": "6369c6a493caffcd76bd5dab"
}
],
"createdAt": "2022-11-08T03:01:56.354Z",
"updatedAt": "2022-11-08T03:03:59.747Z"
}
}