Authorization while using http-connector

Hi all,
I am pretty new to camunda. I am trying to connect to a microservice using http-connector in the camunda modeler. I have defined the header (with variable assignment type as Map, key as Content-Type and value as application/json), payload, url and method in the input parameters of the connector tab of camunda modeller. I need to give authorization details as well but I do not know how to define them as input parameters. Can anyone help me understand how to give the authorization details in the camunda modeller connector input parameter?

Hi,

have you read this thread: How to use Basic authentication with Connector ?