Verify Magic Link

Verify token from email

Request Parameters
GET https://read.lovelettersfromgod.com/letter

Copy the token from the "Send Magic Link" response

Expected Response
{
  "device_token": "dt_abc123...",
  "user": {
    "id": "uuid",
    "email": "user@example.com"
  }
}

The device_token will be automatically saved to localStorage