offset (default 0) and limit (default 20).customers:readcurl --location 'https://dev.api.fieldedge.com/open-api/v1/customers/by-address?addressLine1=&addressLine2=&city=&stateOrRegion=&postalCode=&offset=&limit=&sort='{
"total": 2,
"limit": 20,
"offset": 0,
"customers": [
{
"customerId": "c82bd0d3-55e5-4e45-a3d0-4281aadb24f8",
"firstName": "John",
"lastName": "Doe"
},
{
"customerId": "a7b2d1e3-5f89-4b1d-9a6e-2c9b8f2a0b44",
"firstName": "Jane",
"lastName": "Smith"
}
]
}