{
"room_id": 79,
"operator_account_id": "88",
"blocked": false,
"notification_enabled": true,
"notification_extension": "dolor officia"
}curl --location --request PATCH 'https://open.yunxinapi.com/im/v2/room_members//actions/blocked' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"room_id": 79,
"operator_account_id": "88",
"blocked": false,
"notification_enabled": true,
"notification_extension": "dolor officia"
}'{
"code": 200,
"msg": "success",
"data": {}
}