curl --location --request GET 'https://xjjl-fsea-0smf.f2.xano.io/api:-rEW9niB/leads?channel_id=uuid' \
--header 'x-api-key: {your_api_key}'{
"lead": [
{
"id": 1,
"created_at": 1697068800000,
"email": "jane@example.com",
"first_name": "Jane",
"last_name": "Doe",
"phone": "+4512345678",
"company_name": "Acme Inc.",
"source": "Email Campaign",
"employee": "John",
"status": "New lead",
"notes": "",
"_properties": [
{
"value": "text",
"property_definitions_id": 1,
"_property_name": {
"name": "text"
}
}
]
}
]
}