{
"projectId": "string",
"action": "string",
"targets": [
{
"target": "string",
"year": 0,
"value": 0
}
],
"answers": [
{
"questionId": "string",
"answer": [
"string"
],
"remark": "string"
}
],
"result": "string",
"lastOpTime": 0
}
curl --location --request POST '/api/application/setReviewForm' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string",
"action": "string",
"targets": [
{
"target": "string",
"year": 0,
"value": 0
}
],
"answers": [
{
"questionId": "string",
"answer": [
"string"
],
"remark": "string"
}
],
"result": "string",
"lastOpTime": 0
}'
{
"code": 0,
"message": "string"
}