Authorization: ********************
{
"label": {
"name": "string",
"description": "string",
"color": "string",
"label_id": "string",
"deleted": true
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/labels/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"label": {
"name": "string",
"description": "string",
"color": "string",
"label_id": "string",
"deleted": true
}
}'
{
"label_id": "string"
}