{
"projectId": "string",
"newProjectNo": "string",
"newProjectName": "string",
"newProjectPmA": "string",
"newProjectPmB": "string",
"newProjectStatus": "string",
"newProDepart": "string",
"newProBranch": "string",
"userId": "string"
}curl --location --request POST '/api/projectInfo/updateProjectInfoTools' \
--header 'userId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string",
"newProjectNo": "string",
"newProjectName": "string",
"newProjectPmA": "string",
"newProjectPmB": "string",
"newProjectStatus": "string",
"newProDepart": "string",
"newProBranch": "string",
"userId": "string"
}'{
"code": "string",
"message": "string",
"traceId": "string",
"data": {},
"timestamp": 0,
"success": true
}