{
"method": "/label/contactEditLabel",
"params": {
"guid": "{{guid}}",
"opType": 2,
"paramList": [
{
"labelIdList": [
"1407374973784***6",
"1407375306360***0"
],
"labelSuperIdList": [
"1407375223060***8",
"1407375306360***9"
],
"labelOwnerList": [
"168885236**079**",
"16888523**3079**"
],
"userId": "78813023**9876**"
}
]
}
}curl --location --request POST '/api/qw/doApi' \
--header 'X-QIWEI-TOKEN: {{tokenId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "/label/contactEditLabel",
"params": {
"guid": "{{guid}}",
"opType": 2,
"paramList": [
{
"labelIdList": [
"1407374973784***6",
"1407375306360***0"
],
"labelSuperIdList": [
"1407375223060***8",
"1407375306360***9"
],
"labelOwnerList": [
"168885236**079**",
"16888523**3079**"
],
"userId": "78813023**9876**"
}
]
}
}'{
"data": {},
"code": 0,
"msg": "string"
}