Hello,
i have issue with Post method via Power Automate Desktop.
This is the correct Post call in Postman:


This is what i have in Power Automate Desktop:


And receiving this error:
Unable to connect to the remote server.: Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException: Failed to invoke web service: Unable to connect to the remote server. ---> System.Net.WebException: Unable to connect to the remote server. ---> System.Net.Sockets.SocketException: The connection attempt failed because the connected party did not properly respond after a period of time, or the established connection failed because the connected host did not respond xx.xxxx.xx.xxx:1111 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at Microsoft.Flow.RPA.Desktop.Modules.Web.Actions.WebActions.FormulateWebRequest(String url, String method, Boolean useAuthentication, String username, String password, String userAgent, String accept, String contentType, Boolean followRedirection, String customHeaders, Boolean clearCookies, String requestBody, Int32 connectionTimeout, Boolean acceptUntrustedCertificates) at Microsoft.Flow.RPA.Desktop.Modules.Web.Actions.InvokeWebServiceBase.<>c__DisplayClass51_0.<Execute>b__0() --- End of inner exception stack trace --- at Microsoft.Flow.RPA.Desktop.Modules.Web.Actions.InvokeWebServiceBase.<>c__DisplayClass51_0.<Execute>b__0() at Microsoft.Flow.RPA.Desktop.Modules.Web.Actions.WebActions.Execute(Nullable1 revocationCheckOption, ILogger1 logger, Action action) at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary2 inputArguments, Dictionary2 outputArguments)