List all customers
Retrieve all customers owned by the authenticated developer.
curl -X GET "https://api.getlens.ai/v1/customers"[
{
"key": "customer-001",
"name": "Acme Corp",
"description": "Main customer account for Acme Corporation",
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-01-15T10:30:00.000Z"
}
]