username:password
Authorization: Basic *****************
{
"robotId": 30001
}
curl --location --request POST '/woosh/robot/Scene' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"robotId": 30001
}'
{"body":{"mapId":0,"mapName":"wooshmap","sceneName":"wooshmap","version":"147"},"msg":"","ok":true,"type":"woosh.robot.Scene"}