# Create New List Create New List Endpoint: POST /leads/api/lists Version: 3.0 Security: bearerAuth ## Request fields (application/json): - `name` (string) Example: "CMO Germany" ## Response 201 fields (application/json): - `uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `team_id` (integer) Example: 1 - `name` (string) Example: "CMO Germany"