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