I am creating a CLI using nodejs, and all my API calls that the CLI will make require a auth token. So when someone makes an API call, I will first need to authenticate and then save the session/auth token and use that for any subsequent API calls.I am creating a CLI using nodejs, and all my AP