pub(crate) fn prompt_for_account_id() -> String
Expand description

Prompts the user for an account ID.

This function prints a prompt to the standard output, reads a line from the standard input, trims leading and trailing whitespace, and returns the result.