curl --request PATCH \
--url https://api.sternrockcapital.com/leads/{leadId} \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"address2": "<string>",
"city": "<string>",
"dateOfBirth": "<string>",
"email": "<string>",
"name": "<string>",
"phoneNumber": "<string>",
"social": "<string>",
"state": "<string>",
"status": "new",
"zipCode": "<string>"
}
'