https://blog.logrocket.com/how-to-set-up-node-typescript-express/
- Add or update Joi schema
- Run
npm run types
- Import and use type in controller declaration
*Note: Response and Local typings are manually created
POST http://localhost:8000/vehicles?userId=userA123 { "mileage": 100 }