{
  "data": {
    "startAt": 0,
    "maxResults": 2,
    "total": 2,
    "worklogs": [
      {
        "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
        "author": {
          "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
          "accountId": "5b10a2844c20165700ede21g",
          "displayName": "John Doe",
          "active": true
        },
        "updateAuthor": {
          "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
          "accountId": "5b10a2844c20165700ede21g",
          "displayName": "John Doe",
          "active": true
        },
        "comment": {
          "type": "doc",
          "version": 1,
          "content": [
            {
              "type": "paragraph",
              "content": [
                {
                  "type": "text",
                  "text": "Worked on implementing new feature"
                }
              ]
            }
          ]
        },
        "created": "2024-01-15T09:00:00.000+0000",
        "updated": "2024-01-15T09:00:00.000+0000",
        "started": "2024-01-15T08:00:00.000+0000",
        "timeSpent": "3h",
        "timeSpentSeconds": 10800,
        "id": "10000",
        "issueId": "10010"
      },
      {
        "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10001",
        "author": {
          "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
          "accountId": "5b10a2844c20165700ede21g",
          "displayName": "John Doe",
          "active": true
        },
        "updateAuthor": {
          "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
          "accountId": "5b10a2844c20165700ede21g",
          "displayName": "John Doe",
          "active": true
        },
        "created": "2024-01-16T14:00:00.000+0000",
        "updated": "2024-01-16T14:00:00.000+0000",
        "started": "2024-01-16T13:00:00.000+0000",
        "timeSpent": "2h 30m",
        "timeSpentSeconds": 9000,
        "id": "10001",
        "issueId": "10010"
      }
    ]
  }
}