async fn dispatch_create(
user: &PasswordManagerClient,
args: SendCreateArgs,
json: Option<SendView>,
) -> Result<CommandOutput>Expand description
Run bw send create, either from a full-object SendView (json) or from the
individual CLI flags. The JSON input, when present, has already been resolved and parsed
in SendArgs::run so parse errors surface before the auth check.