curl --location '/api/v1/companies//leads?page=undefined&limit=undefined&full_name_cont=John&full_name_eq=John%20Doe&zip_code_cont=90&zip_code_eq=90210&campaign_name_cont=Summer&campaign_name_eq=Summer%20Campaign%202026&ad_name_cont=Retargeting&ad_name_eq=Retargeting%20Ad%2001&platform_eq=facebook&stage_id_eq=246&lead_date_gteq=2026-01-01T00%3A00%3A00Z&lead_date_lteq=2026-12-31T23%3A59%3A59Z&participant_email_cont=%40mail.com&participant_email_eq=john%40mail.com&participant_phone_number_cont=(516)&participant_phone_number_eq=+15550001111&participant_token_eq=abc123token&participant_first_application_at_gteq=2026-01-01T00%3A00%3A00Z&participant_last_application_at_lteq=2026-12-31T23%3A59%3A59Z&user_leads_status_eq=new_lead&user_leads_ranked_lead_eq=' \
--header 'Authorization;'{
"leads": [
{
"id": 0,
"full_name": "string",
"zip_code": "string",
"platform": "string",
"city": "string",
"zone": "string",
"confidential_number": "(516) 789-xxxx",
"lead_date": "08/21/2025",
"stage": {
"id": 0,
"label": "string",
"hex_color": "string",
"stage_type": "string",
"label_translate": {},
"priority": 0,
"icon_type": "string",
"icon_color": "string",
"sub_stages": [
{}
]
},
"assigned_to": {
"id": 0,
"status": "string",
"assigned_at": "string",
"user": {
"id": 0,
"name": "string",
"avatar_url": "string"
}
}
}
],
"meta": {
"current_page": 0,
"next_page": 0,
"prev_page": 0,
"total_pages": 0,
"total_records": 0
}
}