{
"page": 0,
"pageSize": 0,
"themeId": 0,
"projectId": 0,
"problemCode": "string",
"area": "string",
"reportType": "string",
"superviseType": "string",
"problemStatus": "string"
}
curl --location --request POST '/project-event-center-theme/findLetterProblemAppPage' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"themeId": 0,
"projectId": 0,
"problemCode": "string",
"area": "string",
"reportType": "string",
"superviseType": "string",
"problemStatus": "string"
}'
{
"code": 0,
"msg": "",
"data": {},
"success": false
}