pub async fn get_account(
configuration: &Configuration,
account_id: &str,
) -> Result<Vec<AccountMembership>, Error<GetAccountError>>
pub async fn get_account(
configuration: &Configuration,
account_id: &str,
) -> Result<Vec<AccountMembership>, Error<GetAccountError>>