curl --location --request GET '/rpa-operate/123' \
--header 'Authorization: Bearer xxxxxx / Basic xxxxx:xxxxx'{
"rpaId": 0,
"userId": 0,
"rpaOperationName": "string",
"operationId": 0,
"interval": 0,
"intervalTime": 0,
"firstOperationDelay": 0,
"isExecuteNow": true,
"operationBeanList": [
{
"x": 0,
"y": 0,
"operationType": 0,
"operationTimestamp": "string",
"event": 0,
"keyCode": 0,
"isDown": true
}
],
"saveTimestamp": 0
}