pub async fn create_user_consent_with_id(
configuration: &Configuration,
user_consent_id: &str,
user_consent_request: Option<UserConsentRequest>,
) -> Result<UserConsentResponse, Error<CreateUserConsentWithIdError>>
Expand description
Creates a single User consent.