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