Add a lead label

POST {{baseUrl}}/leadLabels

Creates a lead label.

Request Body

{"name"=>"<string>", "color"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:{&quot;id&quot;:&quot;f08b42a0-4e75-11ea-9643-03698ef1cfd6&quot;,&quot;name&quot;:&quot;Hot&quot;,&quot;color&quot;:&quot;red&quot;,&quot;add_time&quot;:&quot;2020-02-13T15:31:44.000Z&quot;,&quot;update_time&quot;:&quot;2020-10-14T13:11:36.000Z&quot;}}