pub async fn create_account(
configuration: &Configuration,
budget_id: &str,
data: PostAccountWrapper,
) -> Result<AccountResponse, Error<CreateAccountError>>
Expand description
Creates a new account
pub async fn create_account(
configuration: &Configuration,
budget_id: &str,
data: PostAccountWrapper,
) -> Result<AccountResponse, Error<CreateAccountError>>
Creates a new account