So i try to get looker api token using these options
const loginOptions = {
type: "POST",
url: "https://domain.cloud.looker.com/api/4.0/login/",
contentType: 'application/x-www-form-urlencoded',
data: "client_id=id&client_secret=secret",
};
const response = await zafClient.request(loginOptions);i got 400 bad request, when i am trying with curl/postman it's worked, currently i'm using zaf sdk version 2.0.11, anyone can help me?
this is what i got in chrome dev tools:


request actually go to the looker side, but it returns bad request