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