{
  "data": {
    "_expands": [],
    "size": 1,
    "start": 0,
    "limit": 50,
    "isLastPage": true,
    "_links": {
      "base": "https://your-domain.atlassian.net/rest/servicedeskapi",
      "context": "context"
    },
    "values": [
      {
        "id": "10",
        "name": "Unassigned issues",
        "jql": "project = SD AND assignee is EMPTY AND resolution = Unresolved ORDER BY \"Time to resolution\" ASC",
        "fields": [
          "issuetype",
          "issuekey",
          "summary",
          "created",
          "reporter",
          "duedate"
        ],
        "issueCount": 10,
        "_links": {
          "self": "https://your-domain.atlassian.net/rest/servicedeskapi/servicedesk/1/queue/10"
        }
      }
    ]
  }
}