Authorization: Bearer ********************{
"projectSectionId": "string",
"platformProcessId": "15c1148b-aecf-41ce-bd76-e7b636c00135",
"projectPartId": "string",
"name": "string",
"constructionCorp": "string",
"supervisorCorp": "string",
"testTime": "string",
"testInfomation": "string",
"reviewer": "string",
"fileList": [
{
"path": "string",
"url": "string",
"name": "string",
"size": 0,
"type": "string",
"sort": 0,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}curl --location --request POST '/api/services/app/aiQualityTest/qualityTest/crOrUp' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"projectSectionId": "string",
"platformProcessId": "15c1148b-aecf-41ce-bd76-e7b636c00135",
"projectPartId": "string",
"name": "string",
"constructionCorp": "string",
"supervisorCorp": "string",
"testTime": "string",
"testInfomation": "string",
"reviewer": "string",
"fileList": [
{
"path": "string",
"url": "string",
"name": "string",
"size": 0,
"type": "string",
"sort": 0,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}'