woosh::robot::SwitchControlModewoosh::robot::Modeusername:passwordAuthorization: Basic *****************{
"mode": 1
}curl --location --request POST '169.254.128.2:5480/woosh/robot/SwitchControlMode' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"mode": 1
}'{"body":{"ctrl":2,"work":3},"msg":"Request succeed","ok":true,"type":"woosh.robot.Mode"}