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