{
  "data": {
    "expand": "names,schema",
    "startAt": 0,
    "maxResults": 50,
    "total": 1,
    "issues": [
      {
        "expand": "",
        "id": "10001",
        "self": "https://your-domain.atlassian.net/rest/api/3/issue/10001",
        "key": "HSP-1",
        "fields": {
          "summary": "Bug in authorization process",
          "issueType": {
            "name": "Bug",
            "id": "1"
          },
          "project": {
            "key": "HSP",
            "name": "Example Project",
            "id": "10000"
          },
          "status": {
            "name": "Open",
            "id": "1"
          },
          "priority": {
            "name": "Medium",
            "id": "3"
          },
          "assignee": {
            "displayName": "John Smith",
            "accountId": "5b10a2844c20165700ede21g"
          }
        }
      }
    ]
  }
}