go run ./...
curl -X POST http://localhost:8080/cache -H "Content-Type: application/json" -d '{"key":"super_key","value":"Some important message"}'
curl -X DELETE "http://localhost:8080/cache?key=super_key"
curl -X POST http://localhost:8080/cache -H "Content-Type: application/json" -d '{"key":"temp_key","value":"Some temp message","ttl":10}'