Generic NodeJS Express REST API

API Response

      {
  "route": "/404",
  "error": {
    "code": 404,
    "status": "Not Found",
    "description": "The requested resource was not found."
  }
}