Search Records with Not Null Value

Search Records with Not Null Value

Good day!

Im trying to search for lead records. The criteria is a specific field with a not null value
For example: Get lead records where email field is not null

I have came across these documentation but their samples are limited
https://www.zoho.com/creator/help/script/search-records-in-crm.html:
SAMPLE: crmResp = zoho.crm.searchRecords("Leads", "(Email|=|test@zohocorp.com)");

https://www.zoho.com/crm/help/api/searchrecords.html:
SAMPLE: https://crm.zoho.com/crm/private/json/Leads/searchRecords?authtoken= Auth Token &scope=crmapi&criteria=(((Last Name:Steve)AND(Company:Zillum))OR(Lead Status:Contacted))


Does anyone know how?
Thank you in advance