{
"id": 1,
"userId": 123,
"name": "重要客户",
"color": "#FF0000",
"sign": 1
}
curl --location --request POST '/crm/addLabel' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"userId": 123,
"name": "重要客户",
"color": "#FF0000",
"sign": 1
}'
{
"date": "string",
"status": 0,
"message": "string",
"data": "string",
"returnCode": 0,
"count": 0,
"isEmpty": true
}