Labels
Create label
Create a new label with a name and color.
POST
Request
The label name. Maximum 255 characters.
Hex color code (e.g.,
#FF5733). Must match the format #RRGGBB.Response
Returns201 with the created label. Same shape as one entry in GET /labels.

