/people: add new students and teachers /auth/edit: set login credentials for teachers /fees/pay: make fee payments for students
These middlewares fetch and parse the body of the current HTTP request for application/json & application/x-www-form-urlencoded requests, and make them available in the req.body of the request’s route handling middleware.
{ "type": "TEACHER", "firstname": "Glad", "lastname": "Chinda" }