username:passwordAuthorization: Basic *****************curl --location --request GET '/repos///pulls//files' \
--header 'Authorization: Basic <encoded-value>'[
{
"additions": 0,
"changes": 0,
"contents_url": "string",
"deletions": 0,
"filename": "string",
"html_url": "string",
"previous_filename": "string",
"raw_url": "string",
"status": "string"
}
]