curl --location --request POST '/http/api/CreateLead' \
--header 'Authentication;' \
--header 'Content-Type: application/json' \
--data-raw '{
"City": "DUBAI",
"Comments": "I am intrested in your latest offers!",
"Email": "",
"Fname": "JAMEEL",
"Lname": "AHMED",
"Make": "BEN",
"MobileNo": "552200099",
"Model": "",
"Nationality": "",
"Region": "DU",
"SourceSystem": "ZSAP",
"UtmCampaign": "CEM1234",
"UtmMedium": "DEFR5",
"UtmSource": "ABCD12",
"CampaignId": "119513256",
"EBp": "",
"ECp": "",
"ELeadCreated": "",
"Origin": "Z03"
}'