Authorization: ********************curl --location 'https://test.your-api-server.com/api/recipe?productionLines=undefined&idController=undefined&productionLineName=undefined&mioboxCode=undefined' \
--header 'Authorization: Bearer <token>'{
"msg": "Lista de recetas",
"count": 5,
"filters": {
"productionLines": "string",
"idController": 0,
"productionLineName": "string",
"mioboxCode": "string"
},
"recipes": [
{
"_id": "string",
"name": "string",
"_idControllerRecipe": 0,
"productionLineUse": [
"string"
]
}
]
}