Create Stage
Create a Lead pipeline stage.
**Required:** `name` (max 255, unique per tenant + tenant_location).
**Optional:** `sort_order` (int ≥ 0), `is_initial`, `is_won`, `is_lost` (bool — at most one of is_won/is_lost), `color` (#RRGGBB), `description` (max 5000).
Headers
{{tenant_key_name}}
Request
This endpoint expects a multipart form.
name
Required: Stage name - max 255, unique
color
Optional: 6-digit hex starting with #
is_won
Optional: true|false (mutually exclusive with is_lost)
is_lost
Optional: true|false (mutually exclusive with is_won)
is_initial
Optional: true|false
sort_order
Optional: Integer ≥ 0
description
Optional: max 5000
Response
Successful response

