post https://api-sandbox.duda.co/api/integrationhub/application//token/refresh
Create a new access token with an existing refresh token, from an App Install
Request a new authorization code for this App Install. This is used to authenticate against a specific site/app install area.
{
"authorization_code": "string",
"expiration_date": 0,
"refresh_token": "string",
"type": "string"
}