pub async fn send_verification(
__arg0: State<ApiState>,
headers: HeaderMap,
) -> ApiResponse<VerificationSentResponse>Expand description
POST /auth/verify-email/send
Generates a verification token for the authenticated user’s email. Requires a valid bearer token.