{"info":{"_postman_id":"b655dbc7-44bb-47ad-b04f-c76bfaef06e2","name":"LifeRaftTest","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"4791253","collectionId":"b655dbc7-44bb-47ad-b04f-c76bfaef06e2","publishedId":"TzsZsUhC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"fcb040"},"publishDate":"2021-07-26T07:29:06.000Z"},"item":[{"name":"Get Persons","id":"df144e96-864a-484d-9d10-a3e047bbe962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3003/persons","urlObject":{"protocol":"http","port":"3003","path":["persons"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d5d96948-3f4b-4fa7-b50b-f257240c6e86","name":"Get Persons Response","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3003/persons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"687"},{"key":"ETag","value":"W/\"2af-nG19pT8otpRO4Xbj8KAUvYs2Fng\""},{"key":"Date","value":"Mon, 26 Jul 2021 07:25:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"users\": [\n        {\n            \"id\": 1,\n            \"name\": \"Fernando\",\n            \"address\": \"Valle Real\",\n            \"phone_number\": \"3314118887\",\n            \"email\": \"fermanza+1@gmail.com\",\n            \"password\": \"$2b$10$yoINXbGUqEVi6/4ib7s0rOrcs2QEPRO8ReKnTVpSaW7jfP4.8eA0G\",\n            \"roleId\": 1,\n            \"createdAt\": \"2021-07-26T06:34:20.000Z\",\n            \"updatedAt\": \"2021-07-26T07:13:51.000Z\",\n            \"role\": {\n                \"id\": 1,\n                \"name\": \"admin\",\n                \"createdAt\": null,\n                \"updatedAt\": null\n            }\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Matias\",\n            \"address\": \"Paseo de los Virreyes\",\n            \"phone_number\": \"3333333\",\n            \"email\": \"matias@gmail.com\",\n            \"password\": \"$2b$10$Kem1AWHTqImZ2nE/iSYRPuF8tNdth.tcxFlrM6kKHQH.VPSDojl2i\",\n            \"roleId\": 1,\n            \"createdAt\": \"2021-07-26T07:21:51.000Z\",\n            \"updatedAt\": \"2021-07-26T07:21:51.000Z\",\n            \"role\": {\n                \"id\": 1,\n                \"name\": \"admin\",\n                \"createdAt\": null,\n                \"updatedAt\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"df144e96-864a-484d-9d10-a3e047bbe962"},{"name":"Create Person","id":"20f45ba9-f3b5-47aa-ab51-4be8bb560f0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Matias\",\n    \"roleId\": 1,\n    \"address\": \"Paseo de los Virreyes\",\n    \"phone_number\": \"3333333\",\n    \"email\": \"matias@gmail.com\",\n    \"password\": \"Pass123.\",\n    \"passwordConfirmation\": \"Pass123.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/persons/register","urlObject":{"protocol":"http","port":"3003","path":["persons","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a7d0a8e4-72fb-4bab-b6c9-6cfcef8581b1","name":"Create Person Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Matias\",\n    \"roleId\": 1,\n    \"address\": \"Paseo de los Virreyes\",\n    \"phone_number\": \"3333333\",\n    \"email\": \"matias@gmail.com\",\n    \"password\": \"Pass123.\",\n    \"passwordConfirmation\": \"Pass123.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/persons/register"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"ETag","value":"W/\"21-iGErLku/9taeeOQN+9qwFgLXnuo\""},{"key":"Date","value":"Mon, 26 Jul 2021 07:22:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User already exists\"\n}"}],"_postman_id":"20f45ba9-f3b5-47aa-ab51-4be8bb560f0b"},{"name":"Get Person","id":"73d0ea91-f16a-4f7d-b01a-c31575882029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"fernando\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/persons/person","urlObject":{"protocol":"http","port":"3003","path":["persons","person"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"76353a49-0d98-4fd2-bfae-9a00f24e5236","name":"Get Person Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"fernando\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/persons/person"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"280"},{"key":"ETag","value":"W/\"118-cdEZ/0L0O2bU26l4+vjfS5m28cQ\""},{"key":"Date","value":"Mon, 26 Jul 2021 07:20:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": 1,\n        \"name\": \"Fernando\",\n        \"address\": \"Valle Real\",\n        \"phone_number\": \"3314118887\",\n        \"email\": \"fermanza+1@gmail.com\",\n        \"password\": \"$2b$10$yoINXbGUqEVi6/4ib7s0rOrcs2QEPRO8ReKnTVpSaW7jfP4.8eA0G\",\n        \"roleId\": 1,\n        \"createdAt\": \"2021-07-26T06:34:20.000Z\",\n        \"updatedAt\": \"2021-07-26T07:13:51.000Z\"\n    }\n}"}],"_postman_id":"73d0ea91-f16a-4f7d-b01a-c31575882029"},{"name":"Update Person","id":"b484a52e-5b72-4fa6-a0f1-0fa8f0240273","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"fermanza+1@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/persons/update/1","urlObject":{"protocol":"http","port":"3003","path":["persons","update","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c4520178-ab91-41f7-aa66-15fdc10c0721","name":"Update Person Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"fermanza+1@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3003/persons/update/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"ETag","value":"W/\"1b-zaJZv3tKs5G5z3iNH9mC0RCdWt8\""},{"key":"Date","value":"Mon, 26 Jul 2021 07:13:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Person Updated\"\n}"}],"_postman_id":"b484a52e-5b72-4fa6-a0f1-0fa8f0240273"},{"name":"Delete Person","id":"9da43eeb-f5b1-4cdf-88cc-caa61e8fdd4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3003/persons/delete/3","urlObject":{"protocol":"http","port":"3003","path":["persons","delete","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9ea8ac76-e9f2-4040-9b32-fce3883fb1aa","name":"Delete Person Response","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3003/persons/delete/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"27"},{"key":"ETag","value":"W/\"1b-X2KRcjBuJLR05f6OFJVE037WTRU\""},{"key":"Date","value":"Mon, 26 Jul 2021 07:21:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Person Deleted\"\n}"}],"_postman_id":"9da43eeb-f5b1-4cdf-88cc-caa61e8fdd4a"}]}