username:passwordAuthorization: Basic *****************{
"taskSetId": 0
}curl --location --request POST '169.254.128.2:5480/woosh/task/RepeatTask' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskSetId": 0
}'{"body":{},"msg":"Request succeed","ok":true,"type":"woosh.robot.ExecPreTask"}