I have set the machine id, password, appkey and all required parameters in the HTTP request message to the /auth/oauth2/v1/token
endpoint via the URI query parameters. However, I got missing required parameter error returns from the API.
{"error":{"id":"xxx","code":"400","message":"Validation error","status":"Bad Request","errors":[{"key":"grant_type","reason":"Missing required parameter 'grant_type'"}]}}