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