How to use credentials to pass in a username and password to your rest message endpoint?
I currently have a REST Message set up with a POST method to log into a third party service. When trying to use Basic authentication with username and password, I will get the following error: When I remove the authentication and pass in an object...
