Retrieves all contact lists for the team, with optional name filtering.
search parameter to filter lists by name.
List IDs (clt_xxx) can be used with:
GET /contacts — filter contacts by list via the listId query parameterPOST /contacts/lists/{listId}/entities — add contacts to a listBasic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Filter lists by name (case-insensitive partial match).