Login And User Details
- Redirect the user to the login page.
- After successful log in, get the Code from the redirect URL.
- POST the code and checksum (SHA-256 of api_key + secret_key + code) to call the /GenAcsTok api request.
- Get the access_token in response.
- Include the access_token in the Authorization header when making each individual API call.
