{
"allPersonProhibitMsg": 0,
"privacyGroups": 0,
"groupingVerification": 0,
"allowPrivateChat": 0,
"burnAfterReading": 0,
"groupId": 0
}curl --location '/app/group/base/setSwitch' \
--header 'Authorization: Bearer {{token}}' \
--header 'clientid: 428a8310cd442757ae699df5d894f051' \
--header 'content-language: zh_CN' \
--header 'deviceCode;' \
--header 'Content-Type: application/json' \
--data '{
"allPersonProhibitMsg": 0,
"privacyGroups": 0,
"groupingVerification": 0,
"allowPrivateChat": 0,
"burnAfterReading": 0,
"groupId": 0
}'{
"code": 0,
"msg": "",
"data": null
}