{ "status": "processing", "result": "举报无问题,资源已删除" }
curl --location --request PUT 'http://localhost:9000/api/admin/reports/4/process' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywidXNlcm5hbWUiOiJyb290Iiwicm9sZSI6InN1cGVyYWRtaW4iLCJpYXQiOjE3MzU3MDU5MjYsImV4cCI6MTczNTc5MjMyNn0.kBrCUEuofe2_-Ohtv02ZqOAjSuzguHJjBl7l-l8Selk' \ --header 'Content-Type: application/json' \ --data-raw '{ "status": "processing", "result": "举报无问题,资源已删除" }'
{}