...
- Assuming that both the client and the API Gateway are run on the same server, the Login API url is https://localhost:8243/login.
- payload - "grant_type=password&username=<username>&password=<password>&scope=PRODUCTION". Replace the <username> and <password> values as appropriate.
- headers - Authorization :Bearer Basic <base64 encoded string>, Content-Type: application/x-www-form-urlencoded. Replace the <base64 encoded string> as appropriate.
...