CHALLENGE 6 || CAR MANAGEMENT API Database - Redis - Postgresql Routes 1. Get All Cars GET Methode localhost:8080/api/cars 2. Get byID GET Methode localhost:8080/api/cars/:id 3. Create Cars POST Methode localhost:8080/api/cars 4. Update Cars PUT Methode localhost:8080/api/cars/:id 5. Delete Cars DELETE Methode localhost:8080/api/cars/:id