[
  {
    "scope": "https://api.github.com:443",
    "method": "get",
    "path": "/repos/owner/repo/pulls/123",
    "body": "",
    "status": 200,
    "response": {
      "id": 123,
      "node_id": "PR_kwDOQG2ass5fDRmM",
      "number": 123,
      "state": "open",
      "title": "Test PR",
      "body": "This is a test PR",
      "head": {
        "ref": "feature-branch",
        "sha": "abc123def456",
        "repo": {
          "id": 123456,
          "name": "repo",
          "full_name": "owner/repo"
        }
      },
      "base": {
        "ref": "main",
        "sha": "def456ghi789",
        "repo": {
          "id": 123456,
          "name": "repo",
          "full_name": "owner/repo"
        }
      },
      "mergeable": true,
      "mergeable_state": "clean",
      "merged": false,
      "rebaseable": true,
      "user": {
        "login": "testuser",
        "id": 12345,
        "type": "User"
      },
      "created_at": "2024-01-01T10:00:00Z",
      "updated_at": "2024-01-01T11:00:00Z"
    }
  }
]
