How to Pass Parameter using Json Format in post call using http-connector?

I have POST api that api have 4 parameters --Passing parameter using json how can I achieve using camunda?

{
“customerCode”: “13”,
“customerName”: “Kithiyon”,
“commodity”: “Wheat”,
“emailId”: “kithiyonmca@gmail.com

}