How to set up optional query parameters in HTTP Request connector (Mule 4)?

In this article, I will explain how to pass query parameters in HTTP request in mule 4. The HTTP Request Connector provides the most common way to consume an external HTTP service. When sending HTTP requests you can choose what method to use (GET, POST, etc) and it may include a body, headers, attachments, query […]