{ "remark": "string", "allow": true }
curl --location --request PATCH 'http://192.168.5.234:8081/api/v1/review/check/admin/' \ --header 'X-Timestamp: {{X-Timestamp}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "remark": "string", "allow": true }'
{ "output": "string", "code": 0, "message": "string", "data": "string" }