Right now my flow is: input -> invokeHTTP -> handleHttpRespone
My invokeHTTP makes a POST request and returns a message. However, it still responds with the payload I sent to it using Postman. Do I need to use ReplaceText or some other processor before the response handler?