curl --location --request GET '/tenantapi/setting.power.powerConfig/getVoiceConfig' \
--header 'Token: {{token}}'{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"voice_copy": "string",
"voice_power": "string",
"voice_words": "string"
}
}