{
"projectId": 0,
"themeId": 0,
"inspectDate": "string",
"projectLoc": "string",
"longitude": "string",
"latitude": "string",
"reportType": "string",
"superviseType": "string",
"problemSaveDto": {
"id": 0,
"problemDesc": "string",
"basisId": 0,
"problemStatus": "string",
"problemStatusDesc": "string",
"projectId": 0,
"fileName": "string",
"filePath": "string",
"videoName": "string",
"videoPath": "string"
}
}
curl --location --request POST '/project-event-center-theme/saveProjectProblemInApp' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": 0,
"themeId": 0,
"inspectDate": "string",
"projectLoc": "string",
"longitude": "string",
"latitude": "string",
"reportType": "string",
"superviseType": "string",
"problemSaveDto": {
"id": 0,
"problemDesc": "string",
"basisId": 0,
"problemStatus": "string",
"problemStatusDesc": "string",
"projectId": 0,
"fileName": "string",
"filePath": "string",
"videoName": "string",
"videoPath": "string"
}
}'
{
"code": 0,
"msg": "",
"data": {},
"success": false
}