token: ********************
{
"applicantId":1,
"bpmId":1,
"paperName":"2233",
"whetherRelatedProject":"1",
"projectNames":[],
"paperAuthors":[],
"otherAuthors":[],
"files":"files",
"experts":[]
}
curl --location --request POST '/paperEthicalReview/save' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"applicantId":1,
"bpmId":1,
"paperName":"2233",
"whetherRelatedProject":"1",
"projectNames":[],
"paperAuthors":[],
"otherAuthors":[],
"files":"files",
"experts":[]
}'
{
"code":200,
"data":null,
"jurisdiction":null,
"message":""
}