Authorization: ********************curl --location --request GET 'https://api-homolog.docsend.com.br/api/v1/auth/trusted-devices' \
--header 'Authorization: Bearer <token>'[
{
"id": 0,
"deviceName": "string",
"ipAddress": "string",
"userAgent": "string",
"trustedAt": "2019-08-24T14:15:22.123Z",
"expiresAt": "2019-08-24T14:15:22.123Z",
"lastUsedAt": "2019-08-24T14:15:22.123Z",
"isExpired": true,
"isCurrent": true
}
]