curl --location --request GET '/tenantapi/setting.power.powerConfig/getAllAvatarConfig'
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"V1": {
"video_mode_title": "string",
"video_mode_status": 0,
"video_power": 0,
"video_time": "string"
},
"V2": {
"video_mode_title": "string",
"video_mode_status": 0,
"video_power": 0,
"video_time": "string"
}
}
}