isVerified = true.verificationCode (short OTP) or verificationToken (one-time long token). Server picks semantics.curl --location --request POST 'http://localhost:3000/api/auth/verify-email' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "Ines60@yahoo.com",
"verificationCode": 487443
}'{
"status": "ok",
"message": "Email verified successfully",
"data": {}
}