{"message":"Welcome to the educational REST API","endpoints":{"list":"GET /students","retrieve":"GET /students/:id","create":"POST /students","replace":"PUT /students/:id","update":"PATCH /students/:id","remove":"DELETE /students/:id"}}