This is silly all I am trying to do is to verify with Okta API with user and password as a post method. I tried the same with postman and it worked fine. here is the body of post
“{”“username”“:”“blah”“,”“password”“:”“blah!”“}”
the headers are Accept and Content-Type → (application\json).
I tried sending it as params, I still get the same error.
The issue is resolved. Weird thing, when I do a preview in the UiPath I get err, 400. When I debug it, I get back status 200. There are no var on anything in the body, something to be aware off.