{
"room_id": 72,
"notify_target_tags": "{\"tag\":\"tag1\"}",
"notify_extension": "dolore",
"tags": ["test01", "test02"]
}curl --location --request PATCH 'https://open.yunxinapi.com/im/v2/room_members//actions/tags' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"room_id": 72,
"notify_target_tags": "{\"tag\":\"tag1\"}",
"notify_extension": "dolore",
"tags": ["test01", "test02"]
}'{
"code": 200,
"msg": "success",
"data": {}
}