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