curl --location --request POST 'https://jerry.fintechfinancial.ca/prod/api/v1/leads' \
--header 'X-Api-Key: XXXXXXXXXXXXXXX' \
--header 'x-tenant-id: 12345' \
--header 'Content-Type: application/json' \
--data-raw '{
"language": "fr",
"customerId": 58293,
"companyId": 1,
"firstName": "Lucas",
"lastName": "Ramirez",
"email": "lucas.ramirez@example.co",
"phone": "5141234567",
"dob": "1992-08-15",
"province": "QC",
"empIncomeType": "Employedd",
"empName": "Tech Solutions Inc",
"empPhone": "5147654321",
"empDate": "2021-05-01",
"workAddress": "1234 Saint Laurent Blvd, Montreal, QC",
"loanAmount": 3000
}'