{
"method": "/label/editLabel",
"params": {
"guid": "{{guid}}",
"opType": 1,
"paramList": [
{
"labelId": "",
"labelSuperId": "14073751403**0383",
"labelName": "f3"
}
]
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/label/editLabel",
"params": {
"guid": "{{guid}}",
"opType": 1,
"paramList": [
{
"labelId": "",
"labelSuperId": "14073751403**0383",
"labelName": "f3"
}
]
}
}'{
"data": {},
"code": 0,
"msg": "string"
}