pub async fn send_password_reset(
__arg0: State<App>,
__arg1: Path<String>,
) -> ClResult<(StatusCode, Json<ApiResponse<PasswordResetResponse>>)>Expand description
POST /api/admin/tenants/{id_tag}/password-reset - Send password reset email
pub async fn send_password_reset(
__arg0: State<App>,
__arg1: Path<String>,
) -> ClResult<(StatusCode, Json<ApiResponse<PasswordResetResponse>>)>POST /api/admin/tenants/{id_tag}/password-reset - Send password reset email