{
  "logs": [
    {
      "id": 1,
      "message": "Changed network card in server 007",
      "attention": false,
      "tech": "Sam Smith",
      "date": "2020-12-10T03:32:18.656Z"
    },
    {
      "id": 2,
      "message": "issue in hard drive on workstation 002",
      "attention": true,
      "tech": "John Doe",
      "date": "2020-12-10T03:31:44.746Z"
    },
    {
      "message": "1122 wireless down",
      "attention": true,
      "tech": "Sara Wilson",
      "date": "2019-05-31T15:46:48.690Z",
      "id": 3
    },
    {
      "id": 4,
      "message": "Workstation 026 is up and running",
      "attention": false,
      "tech": "Sara Wilson",
      "date": "2020-12-10T03:52:16.646Z"
    }
  ],
  "techs": [
    {
      "id": 1,
      "firstName": "John",
      "lastName": "Doe"
    },
    {
      "id": 2,
      "firstName": "Sam",
      "lastName": "Smith"
    },
    {
      "id": 3,
      "firstName": "Sara",
      "lastName": "Wilson"
    },
    {
      "firstName": "Stephin",
      "lastName": "Reji",
      "id": 4
    }
  ]
}