Authorization: ********************
curl --location --request POST 'https://my.xentree.com/api/auth/refresh' \ --header 'Authorization: Bearer <token>'
{ "access_token": "string", "token_type": "bearer", "refresh_token": "string" }