User Creation via API
Refresh token
Refresh access token by presenting previously acquired refresh token. Requires the refresh token initially acquired to be passed as x-auth-token in header
POST
This endpoint allows users to refresh their expired or soon-to-expire access tokens using a valid refresh token. It returns a new access token without requiring the user to log in again.