GET /api/redu/mochila/ — Obtiene la mochila actual.

GET /api/v1/redu/mochila/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2877246,
    "email": null,
    "estado": "pendiente",
    "total_items": 0,
    "colecciones": [],
    "recursos": [],
    "descargable": null
}