username:password
Authorization: Basic *****************
{
"content_base64": "string",
"message": "string",
"title": "string"
}
curl --location --request POST '/repos///wiki/new' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"content_base64": "string",
"message": "string",
"title": "string"
}'
{
"commit_count": 0,
"content_base64": "string",
"footer": "string",
"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"
},
"sidebar": "string",
"sub_url": "string",
"title": "string"
}