VerifyCodeResponse
Result of a successful verification-code submission (failures are returned as 4xx errors).
verifiedboolean
True once the verification code is accepted (or the magic link was already verified)
Example:
trueVerifyCodeResponse
{
"verified": true
}