Introduce list management endpoints (e.g., POST /lists, POST /lists/{id}/contacts) and support an exclude_list_ids parameter in the /person/search API to filter out known contacts without passing large arrays of individual IDs. This will reduce payload sizes, improve query performance, and simplifies the client-side integration