Authentication
📄️ Create Access Token for Login
Generate an Access Token by providing your API ID and API Key in the request body. Use the Access Token to authenticate and log in to the application via the 'Authorize' section.
📄️ Refresh Access Token
Refresh the user's access token by providing the old access token in the request header. A new access token will be generated upon successful authentication.