# Create a list Create a new contact list. Endpoint: POST /leads/api/lists Version: 2.0.0 Security: bearerAuth ## Request fields (application/json): - `name` (string, required) Name for the new list. Example: "CMO Germany" ## Response 201 fields (application/json): - `uuid` (string) Example: "a1b2c3d4-e5f6-7890-abcd-ef1234567890" - `team_id` (integer) - `name` (string) Example: "CMO Germany" - `created_at` (string) - `updated_at` (string)