curl --location --request GET '/devices/infections/' \
--header 'Authorization: Bearer <token>'{
"id": "8CA67511-744C-4D74-B26E-7281CF88712F",
"name": "RIG Exploit Kit Detection",
"type": "unspecified",
"status": "quarantined",
"detection_time": "2021-01-01T00:00:00Z",
"source": "unspecified",
"employee_name": "Joe Smith",
"employee_email": "joe.smith@example.com",
"external_id": "19414015",
"risk_score": 9.2,
"risk_factors": [
{
"type": "sensitive_file",
"magnitude": 40
}
],
"allowlisted": true
}