username:password
Authorization: Basic *****************
{
"mute": false,
"volume": 80
}
curl --location --request POST '/woosh/robot/setting/Sound' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"}