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