Authorization: ********************curl --location --request GET 'https://test.your-api-server.com/api/production/635f4e957d40f350768426ec' \
--header 'Authorization: Bearer <token>'{
"msg": "Producción por Id",
"production": {
"_id": "635f4e957d40f350768426ec",
"op_number": 6789,
"erp_code": 1011,
"qty_produced": 250,
"_idRecipe": "63435ef0c80e255d09beed98",
"units": "kg",
"createdAt": "2022-10-31T04:27:01.840Z",
"updatedAt": "2022-10-31T04:47:38.602Z"
}
}