{
"starterId": "string",
"keyword": "string",
"status": "string",
"handlerId": "string",
"ids": [
"string"
],
"targetId": "string"
}
curl --location --request POST 'http://localhost:8082/robot/servicedialogue/workorder/complete' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"starterId": "string",
"keyword": "string",
"status": "string",
"handlerId": "string",
"ids": [
"string"
],
"targetId": "string"
}'
{
"code": 0,
"msg": "",
"data": false
}