pub async fn create_subscription(
configuration: &Configuration,
app_id: &str,
alias_label: &str,
alias_id: &str,
subscription_body: SubscriptionBody,
) -> Result<SubscriptionBody, Error<CreateSubscriptionError>>Expand description
Creates a new Subscription under the User provided. Useful to add email addresses and SMS numbers to the User.