curl --location --request POST '/api/v1/lead/create' \
--header 'X-Client-Token: 52e4d11256e5c5fe191892a4102560fc36a842468686c98e8e255d85e17f00b7' \
--header 'X-Xlient-Key: bank-one-client' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "test_01",
"lastName": "Agile_soft",
"email": "[email protected]",
"phone": "",
"secondaryEmail": "",
"secondaryPhone": "",
"notes": "Test",
"pipelineId": 71859,
"stageId": 307666,
"contactDate": "2025-12-04",
"leadSourceId": 9200431,
"assignTo": 152083,
"csrId": 0,
"streetAddress": "Blacow Rd",
"city": "Fremont",
"state": "CA",
"country": "USA",
"zip": "38930"
}'