{
  "users": [
    {
      "id": 1,
      "name": "Pau Stack",
      "email": "pau@stkb.com",
      "username": "pau"
    },
    {
      "id": 2,
      "name": "Valery Stack",
      "email": "valery@stkb.com",
      "username": "valeryantonella"
    },
    {
      "id": 3,
      "name": "Washington Stack",
      "email": "washington@stkb.com",
      "username": "washington"
    },
    {
      "id": 4,
      "name": "Fernando Stack",
      "email": "fernando@stkb.com",
      "username": "fer"
    },
    {
      "id": 5,
      "name": "Marceline Stack",
      "email": "marce@stkb.com",
      "username": "marce"
    }
  ],
  "tasks": [
    {
      "id": 1,
      "title": "Read a book",
      "description": "Read a book about programming",
      "status": "done",
      "userId": 1
    },
    {
      "id": 2,
      "title": "Read training material",
      "description": "Read intership guidelines and training material",
      "status": "pending",
      "userId": 2
    },
    {
      "id": 3,
      "title": "Read training material",
      "description": "Read intership guidelines and training material",
      "status": "done",
      "userId": 3
    },
    {
      "id": 4,
      "title": "Review json data",
      "description": "Review json data for the project",
      "status": "pending",
      "userId": 3
    }
  ]
}