{
"guid": "string",
"room_id": "string",
"auto_reply": true,
"robot_id": "string"
}curl --location '/room/modify_room_auto_reply' \
--header 'Content-Type: application/json' \
--data '{
"guid": "string",
"room_id": "string",
"auto_reply": true,
"robot_id": "string"
}'{
"error_code": 0,
"error_message": "string",
"data": {
"result": {}
}
}