{"info":{"_postman_id":"30343b0b-ef3f-4ea7-936a-678c1a7be682","name":"KV-Store","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"25374920","collectionId":"30343b0b-ef3f-4ea7-936a-678c1a7be682","publishedId":"2sB2xBDq2X","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-06-21T07:23:02.000Z"},"item":[{"name":"Get Key","id":"3ef4258f-9d77-45c0-9080-f1d60397183c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:4000/get?key=2","urlObject":{"protocol":"http","port":"4000","path":["get"],"host":["localhost"],"query":[{"key":"key","value":"2"}],"variable":[]}},"response":[],"_postman_id":"3ef4258f-9d77-45c0-9080-f1d60397183c"},{"name":"Set Key","id":"c26ce63a-7a30-4a29-9661-b28957239f6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"Key\": \"2\",\r\n    \"value\": \"value\",\r\n    \"ttl\": \"1m\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/set","urlObject":{"protocol":"http","port":"4000","path":["set"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c26ce63a-7a30-4a29-9661-b28957239f6d"},{"name":"Update Key","id":"222fd49c-26df-4c87-ad10-03ae6d098eb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"Key\": \"2\",\r\n    \"value\": \"newvalue\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:4000/update","urlObject":{"protocol":"http","port":"4000","path":["update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"222fd49c-26df-4c87-ad10-03ae6d098eb4"},{"name":"Delete Key","id":"b9cf1f2a-314d-4075-97b6-729947794b59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:4000/delete?Key=1","urlObject":{"protocol":"http","port":"4000","path":["delete"],"host":["localhost"],"query":[{"key":"Key","value":"1"}],"variable":[]}},"response":[],"_postman_id":"b9cf1f2a-314d-4075-97b6-729947794b59"}]}