{
"id": 0,
"title": "string",
"content": "string",
"pictures": "string",
"pics": [
{
"fileKey": "string",
"url": "string"
}
],
"starterId": 0,
"receiveTime": "string",
"status": "string",
"handlerId": 0,
"handleTime": "string",
"targetId": "string",
"createTime": "string"
}
curl --location --request POST 'http://localhost:8082/robot/servicedialogue/workorder/add' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"title": "string",
"content": "string",
"pictures": "string",
"pics": [
{
"fileKey": "string",
"url": "string"
}
],
"starterId": 0,
"receiveTime": "string",
"status": "string",
"handlerId": 0,
"handleTime": "string",
"targetId": "string",
"createTime": "string"
}'
{
"code": 0,
"msg": "",
"data": false
}