username:password
Authorization: Basic *****************
curl --location --request GET '/repos///git/refs' \
--header 'Authorization: Basic Og=='
[
{
"object": {
"sha": "string",
"type": "string",
"url": "string"
},
"ref": "string",
"url": "string"
}
]