The following is happening: you start the process and within the same thread, the process advances to the activity HTTP Call, which fails. The error thrown by the http connector is returned to your REST call.
I recommend checking the configuration of the activity. Can you check whether activity HTTP Call has an input called url and that the value of this input is the URL you want to call? If so, can you call it directly from postman?