curl --location --request PATCH 'https://open.yunxinapi.com/im/v2/room_members/actions/chat_banned_tagged_members' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"operator_account_id":"hzwanglei2014",
"chat_banned":true,
"notification_target_tags": "{\"tag\":\"tag1\"}",
"notification_extension": "dolore",
"notification_enabled":true,
"target_tag": "test01",
"chat_banned_duration":3000
}'