Refresh Token
auth
Refresh Token
Issue a new access token before the current one expires.
This endpoint allows clients to extend their session without re-authenticating. The current token must still be valid to obtain a new one.
POST
Refresh Token
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

