curl --location --request GET 'https://dev.api.fieldedge.com/leads/v1/customers/by-address?addressLine1&addressLine2&city&stateOrRegion&postalCode'{
"customers": [
{
"customerId": "c82bd0d3-55e5-4e45-a3d0-4281aadb24f8",
"firstName": "John",
"lastName": "Doe"
},
{
"customerId": "a7b2d1e3-5f89-4b1d-9a6e-2c9b8f2a0b44",
"firstName": "Jane",
"lastName": "Smith"
}
]
}