To maintain the current session:
- From Swagger, scroll down to the authenticate endpoint.
- Click GET /user/authenticate (Renew token).
- Enter the bearer token that's about to expire in the authorization header.
- Click Try it out! to return a new token, which is valid for 15 minutes.
- Copy the new token to your clipboard and use it for any subsequent calls.