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