post https://api.firstorion.com/v1/auth/refresh
Refresh / renew expired Access tokens using refresh_token
that was issued with the initial authentication request.
Refresh token is the preferred way to re-authenticate/renew an expired token due to superior performance when comparing to the Get Access Token -method.