username:password
Authorization: Basic *****************
curl --location --request GET '/repos///git/trees/' \
--header 'Authorization: Basic Og=='
{
"page": 0,
"sha": "string",
"total_count": 0,
"tree": [
{
"mode": "string",
"path": "string",
"sha": "string",
"size": 0,
"type": "string",
"url": "string"
}
],
"truncated": true,
"url": "string"
}