{
"_links": {
"current_user": {
"href": "string",
"type": "string"
},
"current_user_actor": {
"href": "string",
"type": "string"
},
"current_user_organization": {
"href": "string",
"type": "string"
},
"current_user_organizations": [
{
"href": "string",
"type": "string"
}
],
"current_user_public": {
"href": "string",
"type": "string"
},
"repository_discussions": {
"href": "string",
"type": "string"
},
"repository_discussions_category": {
"href": "string",
"type": "string"
},
"security_advisories": {
"href": "string",
"type": "string"
},
"timeline": {
"href": "string",
"type": "string"
},
"user": {
"href": "string",
"type": "string"
}
},
"current_user_actor_url": "https://github.com/octocat.private.actor?token=abc123",
"current_user_organization_url": "https://github.com/octocat-org",
"current_user_organization_urls": [
"https://github.com/organizations/github/octocat.private.atom?token=abc123"
],
"current_user_public_url": "https://github.com/octocat",
"current_user_url": "https://github.com/octocat.private?token=abc123",
"repository_discussions_category_url": "https://github.com/{user}/{repo}/discussions/categories/{category}",
"repository_discussions_url": "https://github.com/{user}/{repo}/discussions",
"security_advisories_url": "https://github.com/security-advisories",
"timeline_url": "https://github.com/timeline",
"user_url": "https://github.com/{user}"
}