Authorization: ********************curl --location --request GET 'https://test.your-api-server.com/api/productionline/6360a18aedf3b9fc0fb7241f' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"msg": "Linea de producción por Id",
"productionLine": {
"_id": "6360a18aedf3b9fc0fb7241f",
"name": "Molino 1",
"erp_code": 1234,
"deleted": false,
"createdAt": "2022-11-01T04:33:14.126Z",
"updatedAt": "2022-11-01T04:33:14.126Z"
}
}