{
"customerId": 4,
"delQwTagIds": [
"53",
"80",
"23"
],
"addQwTagIds": [
"66"
]
}curl --location --request POST '/api/v3/clue/edit-tags' \
--header 'appId: {{appId}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 4,
"delQwTagIds": [
"53",
"80",
"23"
],
"addQwTagIds": [
"66"
]
}'{
"code": 0,
"message": "ok"
}