{
"key": "string",
"method": "string",
"data": {
"hideVoiceModule":false,
"hideNoteModule":false
}
}
curl --location --request GET 'http://dev-cn.your-api-server.comreceiveModuleHide' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "string",
"method": "string",
"data": {
"hideVoiceModule":false,
"hideNoteModule":false
}
}'
{}