{
"prospectIds": [
1,
2,
3
],
"tagIds": [
1,
2,
3
]
}curl --location --request POST '/open-api/tag/prospect-follow-tag/del-tag' \
--header 'Authorization: Bearer {{auth_token}}' \
--header 'Authorization: Bearer {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"prospectIds": [
1,
2,
3
],
"tagIds": [
1,
2,
3
]
}'{
"code": 0,
"data": true,
"msg": "string",
"requestId": "string"
}