username:password
Authorization: Basic *****************
{
"occupy": true
}
curl --location --request POST '/woosh/robot/SetProgramMute' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"occupy": true
}'
{"body":{},"msg":"Request succeed","ok":true,"type":"woosh.robot.SetOccupancy"}