curl --location --request GET '/data-exfiltration/file-movements/' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"person_id": "8CA67511-744C-4D74-B26E-7281CF88712F",
"person_email": "string",
"person_name": "string",
"timestamp": "2023-10-01T12:00:00Z",
"file_id": "string",
"file_name": "string",
"exfiltration_suspected": true,
"device_id": "string",
"movement_type": "airdrop",
"risk_score": 9.2,
"remote_host": "dropbox.com",
"remote_ip": "string",
"risk_factors": [
{
"type": "sensitive_file",
"magnitude": 40
}
],
"allowlisted": true
}