{
"imContactId": "string",
"imRoomId": "string",
"imBotId": "string",
"type": 1,
"addTagId": [
"string"
],
"removeTagId": [
"string"
]
}curl --location 'https://chat.jijyun.cn/v1/openapi/wxwork/tag/mark?apiKey=G-DTAmViS7N9y5PYN4ZtCCJ8EleGuLFE4Z6ck2JideXoneaXos' \
--header 'Content-Type: application/json' \
--data '{
"imContactId": "string",
"imRoomId": "string",
"imBotId": "string",
"type": 1,
"addTagId": [
"string"
],
"removeTagId": [
"string"
]
}'{
"Code": 2000,
"Data": {},
"Msg": "成功"
}