{
"projectName": "string",
"description": "string",
"startDate": "string",
"endDate": "string",
"projectId": "string"
}
curl --location --request POST 'http://192.168.102.224/api/openapi-aiappraise-common-1-11-release/project/school/update' \
--header 'Access-Token: {{Access-Token}}' \
--header 'Current-Org-Id: TWPAAS1200000000394' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectName": "string",
"description": "string",
"startDate": "string",
"endDate": "string",
"projectId": "string"
}'
{
"responseEntity": {
"projectId": "string",
"projectName": "string",
"description": "string",
"creatorId": "string",
"createTime": "string",
"lastModifyTime": "string",
"orgId": "string",
"source": "string"
},
"serverResult": {
"resultCode": "string",
"resultMessage": "string"
}
}