Return your user account information from Less annoying CRM
get_account_information(user_code, api_token)
The user code to identify your account
The api token to connect to your account
For using this function you will need to get your credentials from your Less Annoying CRM. Make sure to have your user code and your api_token.
if (FALSE) {
get_account_information(user_code = "6A6E88",
api_token = "FBHV7C")
}