Is there a way to obtain an OAuth code programatically, i.e. without a human user logging in? I am trying to query the REST API for my business's merchant account, and I would like to be able to pull down data automatically. Correct me if I am wrong, but once I generate the code parameter, I will then be able to make a request using 'https://sandbox.dev.clover.com/oauth/token?clientid={appId}&clientsecret={appSecret}&code={codeUrlParam}'.