{
  "count": 1,
  "_embedded": {
    "terminals": [
      {
        "resource": "terminal",
        "id": "term_7MgL4wea46qkRcoTZjWEH",
        "mode": "live",
        "status": "active",
        "brand": "PAX",
        "model": "A920",
        "serialNumber": "1234567890",
        "currency": "EUR",
        "description": "Terminal #12345",
        "profileId": "pfl_QkEhN94Ba",
        "createdAt": "2022-02-12T11:58:35.0Z",
        "_links": {
          "self": {
            "href": "...",
            "type": "application/hal+json"
          }
        }
      }
    ]
  },
  "_links": {
    "self": {
      "href": "...",
      "type": "application/hal+json"
    },
    "previous": null,
    "next": {
      "href": "...",
      "type": "application/hal+json"
    },
    "documentation": {
      "href": "...",
      "type": "text/html"
    }
  }
}
