{
"data": {
"label_name": "新添加标签"
},
"type": 50002
}curl --location 'http://127.0.0.1:8981/api' \
--header 'Content-Type: application/json' \
--data '{
"data": {
"label_name": "新添加标签"
},
"type": 50002
}'{
"data": {
"label_id": 16,
"label_name": "新添加标签"
},
"msg": "ok",
"type": 50002
}