{"info":{"_postman_id":"35c6e902-b05e-439b-a1c3-71aa305f35f2","name":"Redis OM Test App","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"20871743","collectionId":"35c6e902-b05e-439b-a1c3-71aa305f35f2","publishedId":"2s93z3gRoH","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-21T10:52:12.000Z"},"item":[{"name":"Create User","id":"1b801e09-b4d9-49c9-a4fa-80e2d4affc87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": \"P1\",\n    \"name\": \"John Doe\",\n    \"dob\": \"1999-07-27\",\n    \"address\": \"23/1, Orange Street, Pineapple\",\n    \"contactNumber\": \"0715847414\",\n    \"children\": [\n        {\n            \"id\": \"C1\",\n            \"name\": \"Edward\",\n            \"dob\": \"2008-05-23\"\n        },\n        {\n            \"id\": \"C2\",\n            \"name\": \"Edward\",\n            \"dob\": \"2008-05-23\"\n        },\n        {\n            \"id\": \"C3\",\n            \"name\": \"Edward\",\n            \"dob\": \"2008-05-23\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/v1/users","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b801e09-b4d9-49c9-a4fa-80e2d4affc87"},{"name":"Get User by ID","id":"d39d5b22-d7ef-4c83-9964-e3290189c9c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/v1/users/P1","urlObject":{"protocol":"http","port":"5000","path":["api","v1","users","P1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d39d5b22-d7ef-4c83-9964-e3290189c9c7"}]}