[
{
"HashCode": 12345,
"Location": "New York",
"DeviceName": "My Laptop",
"IpAddress": "192.168.1.100",
"UserId": 1,
"IsTrusted": true,
"ExpirationTime": 1678886400
},
{
"HashCode": 67890,
"Location": "London",
"DeviceName": "My Phone",
"IpAddress": "10.0.0.1",
"UserId": 1,
"IsTrusted": false,
"ExpirationTime": 1678972800
}
]