curl --location --request POST '/repos/octocat/Hello-World/pulls/42/ingest' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"prNumber": 42,
"repositoryFullName": "acme/widgets",
"githubPrUrl": "https://github.com/acme/widgets/pull/42",
"title": "feat: add new widget",
"body": "This PR adds a new widget to the application.",
"diff": "...",
"authorLogin": "alice",
"githubPrCreatedAt": "2025-06-04T12:34:56Z"
}
}