{
"workId": 0,
"assessText": "string",
"handleSpeed": 0,
"serviceAttitude": 0,
"handleEffect": 0
}
curl --location --request POST 'http://localhost:8080/work/fault-work/assess' \
--header 'Content-Type: application/json' \
--data-raw '{
"workId": 0,
"assessText": "string",
"handleSpeed": 0,
"serviceAttitude": 0,
"handleEffect": 0
}'
{
"": {}
}