username:passwordAuthorization: Basic *****************curl --location --request GET '/repos///pulls//versions' \
--header 'Authorization: Basic <encoded-value>'[
{
"id": 1,
"add_line_num": 1,
"del_line_num": 0,
"commits_count": 1,
"files_count": 1,
"base_commit_sha": "ba54cda01adb334d47cc3230e9c272caef048dac",
"head_commit_sha": "c825f25556ac8f0099e09e42bb8e03e0eebcb3eb",
"start_commit_sha": "ba54cda01adb334d47cc3230e9c272caef048dac",
"created_at": "2023-01-11T16:35:28+08:00",
"updated_at": "2023-01-11T16:35:28+08:00"
},
{
"id": 2,
"add_line_num": 2,
"del_line_num": 0,
"commits_count": 1,
"files_count": 1,
"base_commit_sha": "ba54cda01adb334d47cc3230e9c272caef048dac",
"head_commit_sha": "f6ca54734a7ff2dd4cfd354937f3ece48102cfdb",
"start_commit_sha": "c825f25556ac8f0099e09e42bb8e03e0eebcb3eb",
"created_at": "2023-01-11T16:36:58+08:00",
"updated_at": "2023-01-11T16:36:58+08:00"
}
]