{
"omni_users": [
{
"omni_user_uuid": "RxfVYxYAyje2ke4BUiCZnT",
"remove_tag_ids": [
49901
]
},
{
"omni_user_uuid": "irbiX739VU4siUd9ETXMN5",
"remove_tag_ids": [
333,
4343,
9899
]
}
]
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/tag/remove/userTag' \
--header 'app_id: 202305171108447827375161344' \
--header 'app_id;' \
--header 'access_token: ' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"omni_users": [
{
"omni_user_uuid": "RxfVYxYAyje2ke4BUiCZnT",
"remove_tag_ids": [
49901
]
},
{
"omni_user_uuid": "irbiX739VU4siUd9ETXMN5",
"remove_tag_ids": [
333,
4343,
9899
]
}
]
}'
{
"requestId": "string",
"code": 0,
"msg": "string",
"data": {},
"timestamp": 0
}