# Functions
CreateAccount associates an account name with a user ID and returns a status string.
Get calls the API at the relative path, and returns the data retrieved or an error.
GetAccount retrieves the user account name.
GetProfile retrieves the user profile.
Post calls the API at the relative path with the payload, and returns the data retrieved or an error.
StoreProfile stores the user's profile and returns a status string.
ValidateAccount validates an account name and returns whether it is valid or not.