pub async fn list_members_for_account(
configuration: &Configuration,
account_slug: &str,
) -> Result<Vec<Member>, Error<ListMembersForAccountError>>
pub async fn list_members_for_account(
configuration: &Configuration,
account_slug: &str,
) -> Result<Vec<Member>, Error<ListMembersForAccountError>>