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