Creates a new label with a customizable name and color hex code for categorization.
Create Label
POST
/v1/labels
Parameters
| Name | Type | Description |
|---|---|---|
titlerequired | string | Label name/title |
color | string | Hex color code (e.g. '#3B82F6') |
description | string | Optional label purpose description |