pub async fn verify_email(
__arg0: State<ApiState>,
__arg1: Json<VerifyEmailRequest>,
) -> ApiResponse<Value>Expand description
POST /auth/verify-email
Verifies a user’s email address using the provided token. This endpoint is public (no bearer token required) since the verification token itself serves as proof of email ownership.