{
"projectId": "string",
"action": "string",
"content": "string",
"result": "string",
"lastOpTime": 0
}
curl --location --request POST '/api/application/review' \
--header 'token;' \
--header 'client;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "string",
"action": "string",
"content": "string",
"result": "string",
"lastOpTime": 0
}'
{
"code": 0,
"message": "string"
}