I developed a customs connector. one of API is using application/x-www-form-urlencoded paramsmeter in body .
when i test the connector in powerapp, it always return 400 bad request "Required String parameter 'q' is not present (400)",
but when copy the swagger script into postman, it can work fine. i'm not sure what's wrong on powerapp


