I'm unable to pull issues of private repository under my account.
I've created personal access token with repo permissions.
Using this command to fetch issues :
curl -i https://api.github.com/repos/{owner}/{repo}/issues -H "Authorization: token {personal-access-token}"
But getting error :
{ "message": "Not Found", "documentation_url": "https://docs.github.com/rest/reference/issues#list-repository-issues" }
Maybe check for the repository under the organization account; then you must use:
The full command: