username:passwordAuthorization: Basic *****************{
"mute": false,
"volume": 80
}curl --location '169.254.128.2:5480/woosh/robot/setting/Sound' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"mute": false,
"volume": 80
}'{"body":{"alarm":10,"full":98,"idle":80,"low":20,"robotId":30001},"msg":"Request succeed","ok":true,"type":"woosh.robot.setting.Power"}