device (Device): The device where the USB connection occurredcurl --location --request GET '/devices/usb-connections/' \
--header 'Authorization: Bearer <token>'{
"connection_count": 5,
"device_instance_id": "USB\\VID_1050&PID_0407\\serial&2",
"device_serial_number": "123456789",
"device_type": "hid",
"latest_connected_time": "2024-01-15T10:30:00Z",
"manufacturer": "Yubico",
"product_id": 1031,
"product_name": "YubiKey OTP+FIDO+CCID",
"risk_level": 0,
"vendor_id": 4176
}