curl --location --request GET '/data-exfiltration/repositories/' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"name": "string",
"is_company_ip": true,
"is_public": true,
"ai_risk_score": 9.2,
"ai_risk_score_reason": "High number of sensitive files",
"risk_factors": [
{
"type": "sensitive_file",
"magnitude": 40
}
],
"allowlisted": true
}