Method Resource Description
GET | POST /reports List of reports
POST /reports/create Add new report (Submit the document to check)
GET | POST /reports/{id} View report {id}
PATCH | POST | PUT /reports/update/{id} Update report {id}
DELETE | POST /reports/delete/{id} Delete report {id}
GET | POST /reports/status/{id} Check status of report {id}