package api type CheckTokenResponse struct { AccountID int `json:"accountID"` TwoFa bool `json:"twoFa"` } type VerifyTokenResponse struct { Verified bool `json:"verified"` }