{
"customerId": 54,
"qwUserId": "78",
"addTagIds": [
"24",
"93"
],
"delTagIds": [
"54",
"39"
]
}
curl --location --request POST '/api/v3/customer-relation/edit-tags' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerId": 54,
"qwUserId": "78",
"addTagIds": [
"24",
"93"
],
"delTagIds": [
"54",
"39"
]
}'
{
"code": 0,
"message": "ok"
}