{
"problemId": 0,
"handleStatus": "string",
"handleContent": "string"
}
curl --location --request POST '/project-event-center-theme/handleInspect' \
--header 'Content-Type: application/json' \
--data-raw '{
"problemId": 0,
"handleStatus": "string",
"handleContent": "string"
}'
{
"code": 0,
"msg": "",
"data": {},
"success": false
}