# Functions
AskConfirmation prompts for user input to confirm a choice.
CopyDir copies a directory from src to dest, recursively copying nested directories.
CopyFile copies a file from the src to dest.
DoAuthorizedReq does a http request to the given path in the api endpoint as a user, with the appropriate headers.
DoReq does a http request to the given path in the api endpoint.
FileExists checks if the file exists at the given path.
GenerateUUID returns a uid.
PromptInput prompts the user input and saves the result to the destination.
PromptPassword prompts the user input a password and saves the result to the destination.