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