{
  "data": {
    "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10001",
    "id": "10001",
    "author": {
      "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
      "accountId": "5b10a2844c20165700ede21g",
      "displayName": "Jane Doe",
      "active": true
    },
    "body": {
      "type": "doc",
      "version": 1,
      "content": [
        {
          "type": "paragraph",
          "content": [
            {
              "type": "text",
              "text": "This is an updated comment."
            }
          ]
        }
      ]
    },
    "updateAuthor": {
      "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
      "accountId": "5b10a2844c20165700ede21g",
      "displayName": "Jane Doe",
      "active": true
    },
    "created": "2021-01-17T12:34:00.000+0000",
    "updated": "2021-01-18T10:15:00.000+0000"
  }
}