{"info":{"_postman_id":"8ea61480-1c69-4e5f-a8f6-5c53d51be8bf","name":"noSQLPerson","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"7473960","collectionId":"8ea61480-1c69-4e5f-a8f6-5c53d51be8bf","publishedId":"2sBXinGprw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-03-30T10:47:21.000Z"},"item":[{"name":"save","id":"8985bc1c-68c4-4698-abfa-9750add4e67f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\n    \"age\" : 66,\n    \"name\" : \"Sara\"\n\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/person/save","urlObject":{"protocol":"http","port":"8080","path":["api","v1","person","save"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"aea49891-0dd7-4f3c-b343-8eba18894402","name":"http://localhost:8080/api/v1/person/save","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\n    \"age\" : 45,\n    \"name\" : \"Eric\"\n\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/person/save"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"147"},{"key":"Date","value":"Mon, 30 Mar 2026 10:06:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"age\": 45,\n    \"createdAt\": \"2026-03-30T10:06:24.115826145Z\",\n    \"email\": null,\n    \"id\": \"1fc932cd-76cc-4f99-84ea-d5a92c1be275\",\n    \"name\": \"Eric\",\n    \"operation\": \"CREATE\"\n}"}],"_postman_id":"8985bc1c-68c4-4698-abfa-9750add4e67f"},{"name":"getAll","id":"80d1c306-5d63-4490-b80c-ab01c7a3a6df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/person/getAll","urlObject":{"protocol":"http","port":"8080","path":["api","v1","person","getAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4e25791d-70d4-473a-a15c-a842285315a7","name":"http://localhost:8080/api/v1/person/getAll","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/person/getAll"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"465"},{"key":"Date","value":"Mon, 30 Mar 2026 10:08:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"age\": 35,\n        \"createdAt\": null,\n        \"email\": null,\n        \"id\": \"98vla-56gsf-45d4\",\n        \"name\": \"Marc\",\n        \"operation\": \"student\"\n    },\n    {\n        \"age\": 45,\n        \"createdAt\": \"2026-03-30T10:06:24.115826145Z\",\n        \"email\": null,\n        \"id\": \"1fc932cd-76cc-4f99-84ea-d5a92c1be275\",\n        \"name\": \"Eric\",\n        \"operation\": \"CREATE\"\n    },\n    {\n        \"age\": 25,\n        \"createdAt\": null,\n        \"email\": null,\n        \"id\": \"98vla-aeasf-45d4\",\n        \"name\": \"Jordi\",\n        \"operation\": \"student\"\n    },\n    {\n        \"age\": 45,\n        \"createdAt\": \"2026-03-30T10:02:55.569776477Z\",\n        \"email\": null,\n        \"id\": \"1\",\n        \"name\": \"Eric\",\n        \"operation\": \"CREATE\"\n    }\n]"}],"_postman_id":"80d1c306-5d63-4490-b80c-ab01c7a3a6df"},{"name":"getByKey","id":"dc0fbd51-e7d0-42a8-b16e-7b9b88c07993","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/person/getByKey?id=be77b16f-17ec-49f3-97c9-218d5616d228&operation=CREATE","urlObject":{"protocol":"http","port":"8080","path":["api","v1","person","getByKey"],"host":["localhost"],"query":[{"key":"id","value":"be77b16f-17ec-49f3-97c9-218d5616d228"},{"key":"operation","value":"CREATE"}],"variable":[]}},"response":[{"id":"da34646a-dae3-4029-9807-6906379b0dac","name":"http://localhost:8080/api/v1/person/getByKey?id=be77b16f-17ec-49f3-97c9-218d5616d228&operation=CREATE","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/v1/person/getByKey?id=be77b16f-17ec-49f3-97c9-218d5616d228&operation=CREATE","protocol":"http","host":["localhost"],"port":"8080","path":["api","v1","person","getByKey"],"query":[{"key":"id","value":"be77b16f-17ec-49f3-97c9-218d5616d228"},{"key":"operation","value":"CREATE"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Date","value":"Mon, 30 Mar 2026 11:37:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"age\": 56,\n    \"createdAt\": \"2026-03-30T11:14:50.931256229Z\",\n    \"email\": null,\n    \"id\": \"be77b16f-17ec-49f3-97c9-218d5616d228\",\n    \"name\": \"Tom\",\n    \"operation\": \"CREATE\"\n}"}],"_postman_id":"dc0fbd51-e7d0-42a8-b16e-7b9b88c07993"},{"name":"update","id":"4da18ff0-2c45-422d-8e98-19fab2117553","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"age\": 56,\n    \"createdAt\": \"2026-03-30T11:14:50.931256229Z\",\n    \"email\": null,\n    \"id\": \"be77b16f-17ec-49f3-97c9-218d5616d228\",\n    \"name\": \"Thomas\",\n    \"operation\": \"UPDATE\"\n   \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/person/update","urlObject":{"protocol":"http","port":"8080","path":["api","v1","person","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4ff24854-22d0-4629-b918-fc78a38d2d0c","name":"update","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"  {\n        \"age\": 66,\n        \"createdAt\": \"2026-03-30T11:16:49.718365908Z\",\n        \"email\": null,\n        \"id\": \"552da4f9-61d0-4cf3-9501-4abcb1721936\",\n        \"name\": \"Jessica\",\n        \"operation\": \"CREATE\"\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/person/update"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"195"},{"key":"Date","value":"Mon, 30 Mar 2026 11:48:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"age\": 66,\n    \"createdAt\": \"2026-03-30T11:16:49.718365908Z\",\n    \"email\": null,\n    \"id\": \"552da4f9-61d0-4cf3-9501-4abcb1721936\",\n    \"name\": \"Jessica\",\n    \"operation\": \"UPDATE\",\n    \"updatedAt\": \"2026-03-30T11:47:59.243789556Z\"\n}"}],"_postman_id":"4da18ff0-2c45-422d-8e98-19fab2117553"},{"name":"delete","id":"edfce22d-8ce0-410e-ab00-a23dd07adba1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/person/deleteByKey?id=1fc932cd-76cc-4f99-84ea-d5a92c1be275&operation=CREATE","urlObject":{"protocol":"http","port":"8080","path":["api","v1","person","deleteByKey"],"host":["localhost"],"query":[{"key":"id","value":"1fc932cd-76cc-4f99-84ea-d5a92c1be275"},{"key":"operation","value":"CREATE"}],"variable":[]}},"response":[{"id":"5154ee00-74eb-4d57-997e-f4917b538881","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8080/api/v1/person/deleteByKey?id=1fc932cd-76cc-4f99-84ea-d5a92c1be275&operation=CREATE","protocol":"http","host":["localhost"],"port":"8080","path":["api","v1","person","deleteByKey"],"query":[{"key":"id","value":"1fc932cd-76cc-4f99-84ea-d5a92c1be275"},{"key":"operation","value":"CREATE"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"164"},{"key":"Date","value":"Tue, 31 Mar 2026 07:51:27 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"age\": 45,\n    \"createdAt\": \"2026-03-30T10:06:24.115826145Z\",\n    \"email\": null,\n    \"id\": \"1fc932cd-76cc-4f99-84ea-d5a92c1be275\",\n    \"name\": \"Eric\",\n    \"operation\": \"CREATE\",\n    \"updatedAt\": null\n}"}],"_postman_id":"edfce22d-8ce0-410e-ab00-a23dd07adba1"}]}