username:password
Authorization: Basic *****************
curl --location --request GET '/repos///wiki/pages' \
--header 'Authorization: Basic Og=='
[
{
"html_url": "string",
"last_commit": {
"author": {
"date": "string",
"email": "user@example.com",
"name": "string"
},
"commiter": {
"date": "string",
"email": "user@example.com",
"name": "string"
},
"message": "string",
"sha": "string"
},
"sub_url": "string",
"title": "string"
}
]