Refresh Access Token
The Refresh Access Token API is an authenticated endpoint intended for
access token renewal.
<Callout intent="warning">
Invoke this endpoint only when the existing access token has expired
(token validity: 7 days). Do not call it repeatedly or on every request,
as this can cause unnecessary token regeneration and potential
rate-limiting issues.
</Callout>