[
  {
    "printer": {
      "id": null,
      "name": "HP Color Printer",
      "driver": "Driver description",
      "port": "Port description",
      "shared": true,
      "site": {
        "id": null,
        "name": "Austin TX, USA",
        "description": "AUS",
        "location": "AUS",
        "timezone": "UTC-6h"
      },
      "department": {
        "id": null,
        "name": "Support",
        "description": "Support Department",
        "default_assignee_id": null
      },
      "technical_contact": {
        "group_id": null,
        "is_user": null,
        "id": null,
        "name": "John Doe",
        "email": "john.doe@email.com",
        "avatar": {
          "type": "initials",
          "color": "#1000",
          "initials": "JD"
        }
      }
    }
  }
]