{
  "usuarios": [
    {
      "id": 1,
      "title": "Post 1"
    },
    {
      "id": 2,
      "title": "Post 2"
    },
    {
      "id": 3,
      "title": "Post 3"
    }
  ],
  "comments": [
    {
      "id": 1,
      "body": "some comment",
      "postId": 1
    },
    {
      "id": 2,
      "body": "some comment",
      "postId": 1
    }
  ],
  "user": {
    "name": "admin",
    "id": 11,
    "ubicacion": "Mexico",
    "worknumber": "111322",
    "completed": true,
    "token": "ai99-uix3-99uif",
    "codigo": 200
  }
}