curl --location --request GET 'https://gitlab.com/api/v3/projects//repository/commits//comments'
{
"author": {
"avatar_url": "string",
"id": "string",
"name": "string",
"state": "string",
"username": "string",
"web_url": "string"
},
"created_at": "string",
"line": "string",
"line_type": "string",
"note": "string",
"path": "string"
}