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

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

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