content in the response will always be Base64 encoded.Authorization: Bearer ********************curl --location 'https://api.github.com/repos///git/blobs/' \
--header 'Authorization: Bearer <token>'{
"content": "string",
"encoding": "string",
"highlighted_content": "string",
"node_id": "string",
"sha": "string",
"size": 0,
"url": "http://example.com"
}