cURL
curl --request PUT \ --url http://localhost:3091/v1/api/superadmin/reports/{id}/review \ --header 'Authorization: Bearer <token>'
{ "id": 123, "reporterId": 123, "reportedUserId": 123, "reason": "<string>", "description": "<string>", "status": "<string>", "adminNotes": "<string>", "createdAt": "2023-11-07T05:31:56Z", "resolvedAt": "2023-11-07T05:31:56Z" }
Transitions a report to UNDER_REVIEW status
JWT access token from POST /v1/api/auth/login
Report marked as under review