{"info":{"_postman_id":"3da9a5d0-ac83-48ca-8139-3c9b437c3082","name":"WYT_API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"14129745","collectionId":"3da9a5d0-ac83-48ca-8139-3c9b437c3082","publishedId":"UVXhobVi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-01-12T08:42:26.000Z"},"item":[{"name":"users","item":[{"name":"getUsers","id":"abc6c4ad-2565-4bea-ae60-25d0962e99d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InVzZXJuYW1lIjoic3NzIn0sImlhdCI6MTY0MTg2OTEzMiwiZXhwIjoxNjQxODcyNzMyfQ.aTdvBc8KcpvwIdp7nnTK0PuYpEigdAuQQ_4n9YR9-10","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/users","urlObject":{"protocol":"http","port":"3001","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"efab1134-72c9-4636-9680-3d608c61c2ad","name":"getUsers","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InVzZXJuYW1lIjoic3NzIn0sImlhdCI6MTY0MTg2OTEzMiwiZXhwIjoxNjQxODcyNzMyfQ.aTdvBc8KcpvwIdp7nnTK0PuYpEigdAuQQ_4n9YR9-10","type":"text"}],"url":"http://localhost:3001/users"},"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":"324"},{"key":"ETag","value":"W/\"144-/lfMdINRXKNJ25ovI5XuPfgV41I\""},{"key":"Date","value":"Wed, 12 Jan 2022 07:29:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": [\n        {\n            \"id\": \"eb964325-3a64-49ea-8b5a-5e2e6fdd2b5d\",\n            \"firstName\": \"John\",\n            \"lastName\": \"Lennon\",\n            \"pictureId\": null,\n            \"bio\": null,\n            \"username\": \"john123\",\n            \"password\": \"$2b$12$pHcUUHHIkkarq0gfILw/R.Lh4soosR8Q82eI66EA6uFcPssYXL.P2\",\n            \"createdAt\": \"2022-01-12T07:28:35.106Z\",\n            \"updatedAt\": \"2022-01-12T07:28:35.106Z\",\n            \"Posts\": []\n        }\n    ]\n}"}],"_postman_id":"abc6c4ad-2565-4bea-ae60-25d0962e99d1"},{"name":"getUserById","id":"8ded3743-c2f5-4a73-8578-a5cc6f31bbe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"localhost:3001/users/ffbf809a-257c-4b21-ba2c-b71a7f84de9f","urlObject":{"port":"3001","path":["users","ffbf809a-257c-4b21-ba2c-b71a7f84de9f"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"35e17bef-1952-4f8d-959f-6a9027f68668","name":"getUserById","originalRequest":{"method":"GET","header":[],"url":"localhost:3001/users/ffbf809a-257c-4b21-ba2c-b71a7f84de9f"},"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":"323"},{"key":"ETag","value":"W/\"143-gqOL4f2i8B/nKW/WEXe8Sk/g+/M\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:02:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": {\n        \"id\": \"ffbf809a-257c-4b21-ba2c-b71a7f84de9f\",\n        \"firstName\": \"Pam\",\n        \"lastName\": \"Halper\",\n        \"pictureId\": null,\n        \"bio\": null,\n        \"username\": \"pamhalper\",\n        \"password\": \"$2b$12$cPO9EjnVtkWE4lEkw2nvsO16AeXr61OJ/M6fJFWRwlsgYEzNv9d3a\",\n        \"createdAt\": \"2022-01-12T07:58:27.621Z\",\n        \"updatedAt\": \"2022-01-12T07:58:27.621Z\",\n        \"Posts\": []\n    }\n}"}],"_postman_id":"8ded3743-c2f5-4a73-8578-a5cc6f31bbe6"},{"name":"createUser","id":"c34f06e0-ea9e-4d83-acdc-3ec6e6993f61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Michael\",\n    \"lastName\": \"Scott\",\n    \"username\": \"michael123\",\n    \"password\": \"michael123\"   \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/users","urlObject":{"protocol":"http","port":"3001","path":["users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"94ec305f-a146-42a2-a6a5-6bf02aeb3647","name":"createUser","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Michael\",\n    \"lastName\": \"Scott\",\n    \"username\": \"michael123\",\n    \"password\": \"michael123\"   \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/users"},"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":"316"},{"key":"ETag","value":"W/\"13c-gurYSookttQoxQeQ7y3ac7IArbc\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:03:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": {\n        \"createdAt\": \"2022-01-12T08:00:38.760Z\",\n        \"updatedAt\": \"2022-01-12T08:00:38.760Z\",\n        \"id\": \"78442e1f-01f9-4f74-bad1-fa9bc428bee7\",\n        \"firstName\": \"Michael\",\n        \"lastName\": \"Scott\",\n        \"username\": \"michael123\",\n        \"password\": \"$2b$12$hPr4Lmver.WnhGzP1b0She.E8NpXzjQOvTIi/ihJ6m3QG2PruiwSG\",\n        \"pictureId\": null,\n        \"bio\": null\n    }\n}"}],"_postman_id":"c34f06e0-ea9e-4d83-acdc-3ec6e6993f61"},{"name":"deleteUser","id":"0e5f80e6-eb79-47c6-b8e6-c4be8379e307","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3001/users/320a9f86-fadd-4306-a02f-a7aa9a69ccd6","urlObject":{"protocol":"http","port":"3001","path":["users","320a9f86-fadd-4306-a02f-a7aa9a69ccd6"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a7eee27a-bdc6-4bb0-861b-ce71b8fc1956","name":"deleteUser","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3001/users/320a9f86-fadd-4306-a02f-a7aa9a69ccd6"},"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":"64"},{"key":"ETag","value":"W/\"40-/dbUeP42bk03Ilw31JV++qoMAeM\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:04:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": \"320a9f86-fadd-4306-a02f-a7aa9a69ccd6\"\n}"}],"_postman_id":"0e5f80e6-eb79-47c6-b8e6-c4be8379e307"},{"name":"updateUser","id":"a90bec2c-110b-4d3c-9b3c-319b21c63b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"worldsbestboss\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/users/78442e1f-01f9-4f74-bad1-fa9bc428bee7","urlObject":{"protocol":"http","port":"3001","path":["users","78442e1f-01f9-4f74-bad1-fa9bc428bee7"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c3f7be86-857f-4cba-835e-effa9d46a92e","name":"updateUser","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"worldsbestboss\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/users/78442e1f-01f9-4f74-bad1-fa9bc428bee7"},"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":"326"},{"key":"ETag","value":"W/\"146-PC//LkqeUdRuWe1HY8IHiRhzlPc\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:05:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": [\n        1,\n        [\n            {\n                \"id\": \"78442e1f-01f9-4f74-bad1-fa9bc428bee7\",\n                \"firstName\": \"Michael\",\n                \"lastName\": \"Scott\",\n                \"pictureId\": null,\n                \"bio\": null,\n                \"username\": \"worldsbestboss\",\n                \"password\": \"$2b$12$hPr4Lmver.WnhGzP1b0She.E8NpXzjQOvTIi/ihJ6m3QG2PruiwSG\",\n                \"createdAt\": \"2022-01-12T08:00:38.760Z\",\n                \"updatedAt\": \"2022-01-12T08:00:38.760Z\"\n            }\n        ]\n    ]\n}"}],"_postman_id":"a90bec2c-110b-4d3c-9b3c-319b21c63b65"}],"id":"3a2ad6d3-fe54-4000-a28c-f77bdac03204","_postman_id":"3a2ad6d3-fe54-4000-a28c-f77bdac03204","description":""},{"name":"auth","item":[{"name":"signUp","id":"1634a3bb-4c0f-4ffc-a123-4e08af7d65b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InVzZXJuYW1lIjoiaGVjdG9wcjEyMzQifSwiaWF0IjoxNjQxNzY2OTE0LCJleHAiOjE2NDE3NzA1MTR9.EHMumE0bTL6UvDTo_xlOCNLs970lApknWAeFRDV9vII","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Lennon\",\n    \"username\": \"john123\",\n    \"password\": \"john123\"   \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/auth/signup","urlObject":{"protocol":"http","port":"3001","path":["auth","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"43cf11fa-0a0e-4078-a2b0-82275b202dd7","name":"signUp","originalRequest":{"method":"POST","header":[{"key":"","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InVzZXJuYW1lIjoiaGVjdG9wcjEyMzQifSwiaWF0IjoxNjQxNzY2OTE0LCJleHAiOjE2NDE3NzA1MTR9.EHMumE0bTL6UvDTo_xlOCNLs970lApknWAeFRDV9vII","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"John\",\n    \"lastName\": \"Lennon\",\n    \"username\": \"john123\",\n    \"password\": \"john123\"   \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/auth/signup"},"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":"436"},{"key":"ETag","value":"W/\"1b4-+B+Yx9tUUcmgHyUdXRCTbzeDPFY\""},{"key":"Date","value":"Wed, 12 Jan 2022 07:35:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": {\n        \"message\": \"User created successfully\",\n        \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InVzZXJuYW1lIjoiam9objEyMyJ9LCJpYXQiOjE2NDE5NzI5MDgsImV4cCI6MTY0MTk3NjUwOH0.QNtip_P2Gi6w3vZ98ers_AEEq4lmOju42OHztIFXgpk\",\n        \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InVzZXJuYW1lIjoiam9objEyMyJ9LCJpYXQiOjE2NDE5NzI5MDgsImV4cCI6MTY0MjQwNDkwOH0.xRtoo48ZEr_udEFOM6pHv98T4Z7BXAxqOUjMJGvUJZ8\"\n    }\n}"}],"_postman_id":"1634a3bb-4c0f-4ffc-a123-4e08af7d65b1"},{"name":"logOut","id":"02152d26-1d94-433e-9ba4-abeead4ca62f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InVzZXJuYW1lIjoiam9objEyMyJ9LCJpYXQiOjE2NDE5NzQ4MjgsImV4cCI6MTY0MjQwNjgyOH0.iHGTe7IFuDrlYvrxF9W1nuLctwPfRmWKUh7AlbVyT-s\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/auth/logout","urlObject":{"protocol":"http","port":"3001","path":["auth","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"59425bab-67d9-463d-97a5-25477b940b54","name":"logOut","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InVzZXJuYW1lIjoiam9objEyMyJ9LCJpYXQiOjE2NDE5NzQ4MjgsImV4cCI6MTY0MjQwNjgyOH0.iHGTe7IFuDrlYvrxF9W1nuLctwPfRmWKUh7AlbVyT-s\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/auth/logout"},"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":"53"},{"key":"ETag","value":"W/\"35-vFw4UWvfaBrqpqVFR3dbzlavheE\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:07:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": {\n        \"message\": \"Token removed\"\n    }\n}"}],"_postman_id":"02152d26-1d94-433e-9ba4-abeead4ca62f"},{"name":"refreshToken","id":"700f059b-b57a-461a-aaef-138034ea47bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InVzZXJuYW1lIjoicGFtaGFscGVyIn0sImlhdCI6MTY0MTk3NDM1OCwiZXhwIjoxNjQyNDA2MzU4fQ.Sej2qo7l8LoRqeQ0Twi2Nm9HnfherO6Cb6tsB5msL0Y\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/auth/refresh-token","urlObject":{"protocol":"http","port":"3001","path":["auth","refresh-token"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ce1c232a-34fc-4894-aa72-c12080d81e7c","name":"refreshToken","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"refreshToken\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InVzZXJuYW1lIjoicGFtaGFscGVyIn0sImlhdCI6MTY0MTk3NDM1OCwiZXhwIjoxNjQyNDA2MzU4fQ.Sej2qo7l8LoRqeQ0Twi2Nm9HnfherO6Cb6tsB5msL0Y\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/auth/refresh-token"},"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":"306"},{"key":"ETag","value":"W/\"132-8se2u6Lv3+yHagjEkWeEgishxiM\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:09:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": {\n        \"message\": \"acces token refreshed\",\n        \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InVzZXIiOnsidXNlcm5hbWUiOiJwYW1oYWxwZXIifSwiaWF0IjoxNjQxOTc0MzU4LCJleHAiOjE2NDI0MDYzNTh9LCJpYXQiOjE2NDE5NzQ5NDIsImV4cCI6MTY0MTk3ODU0Mn0.DzcwD3fRjFPsgp7f6AXUoJkHL6Rf1w3jo5HIEXTkK38\"\n    }\n}"}],"_postman_id":"700f059b-b57a-461a-aaef-138034ea47bf"},{"name":"logIn","id":"d91688ff-8ca3-4855-9caa-486c3839b7a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"john123\",\n    \"password\": \"john123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/auth/login","urlObject":{"protocol":"http","port":"3001","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4eb8da5e-525c-44ee-b7f7-75b65670f852","name":"logIn","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"john123\",\n    \"password\": \"john123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/auth/login"},"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":"419"},{"key":"ETag","value":"W/\"1a3-G88aFffCSGDw+ebMOMOGNKSds9k\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:07:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": {\n        \"message\": \"Loged in\",\n        \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InVzZXJuYW1lIjoiam9objEyMyJ9LCJpYXQiOjE2NDE5NzQ4MjgsImV4cCI6MTY0MTk3ODQyOH0.tU39akJTRhGHUcg8lN0pbe3MVY-VAEuxo7QywyccfV4\",\n        \"refreshToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7InVzZXJuYW1lIjoiam9objEyMyJ9LCJpYXQiOjE2NDE5NzQ4MjgsImV4cCI6MTY0MjQwNjgyOH0.iHGTe7IFuDrlYvrxF9W1nuLctwPfRmWKUh7AlbVyT-s\"\n    }\n}"}],"_postman_id":"d91688ff-8ca3-4855-9caa-486c3839b7a4"}],"id":"e41ebbe1-8d0e-49ac-82ab-ac8c5a518c67","_postman_id":"e41ebbe1-8d0e-49ac-82ab-ac8c5a518c67","description":""},{"name":"posts","item":[{"name":"getPosts","id":"918b09c1-0a9a-4aed-ac31-212d2b9f69c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3001/posts","urlObject":{"protocol":"http","port":"3001","path":["posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6bf4cfcd-4243-473b-b26c-0829edfa1b8a","name":"getPosts","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3001/posts"},"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":"996"},{"key":"ETag","value":"W/\"3e4-u0GRWxFuqfMwmPialALpmNF3Nxw\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:22:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": [\n        {\n            \"id\": \"4e93220f-50bb-4874-a1f1-3079711406ce\",\n            \"title\": \"Sounds good\",\n            \"body\": \"When Happier Than Ever dropped, I was expecting something big, heartfelt, and most importantly, very different from When We All Fall Asleep, Where Do We Go? I think that is exactly what we got, but I was blown away by the raw emotion demonstrated throughout the album.\",\n            \"rate\": 2,\n            \"mediaTitle\": \"Happier Than Ever\",\n            \"userId\": \"ffbf809a-257c-4b21-ba2c-b71a7f84de9f\",\n            \"typeId\": 4,\n            \"createdAt\": \"2022-01-12T08:21:46.942Z\",\n            \"updatedAt\": \"2022-01-12T08:21:46.942Z\",\n            \"User\": {\n                \"id\": \"ffbf809a-257c-4b21-ba2c-b71a7f84de9f\",\n                \"firstName\": \"Pam\",\n                \"lastName\": \"Halper\",\n                \"pictureId\": null,\n                \"bio\": null,\n                \"username\": \"pamhalper\",\n                \"password\": \"$2b$12$cPO9EjnVtkWE4lEkw2nvsO16AeXr61OJ/M6fJFWRwlsgYEzNv9d3a\",\n                \"createdAt\": \"2022-01-12T07:58:27.621Z\",\n                \"updatedAt\": \"2022-01-12T07:58:27.621Z\"\n            },\n            \"Type\": {\n                \"id\": 4,\n                \"name\": \"Music\",\n                \"description\": \"Post section about music\",\n                \"createdAt\": \"2022-01-12T08:21:32.117Z\",\n                \"updatedAt\": \"2022-01-12T08:21:32.117Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"918b09c1-0a9a-4aed-ac31-212d2b9f69c7"},{"name":"getPostsById","id":"325fb012-783d-4ee1-bc81-7cf083de0b10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3001/posts/4e93220f-50bb-4874-a1f1-3079711406ce","urlObject":{"protocol":"http","port":"3001","path":["posts","4e93220f-50bb-4874-a1f1-3079711406ce"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0b83bf34-e418-4f13-b4fd-fc6909115ee1","name":"getPostsById","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3001/posts/4e93220f-50bb-4874-a1f1-3079711406ce"},"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":"994"},{"key":"ETag","value":"W/\"3e2-nhILepALINpYNc0DLuSD2CPHeiE\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:22:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": {\n        \"id\": \"4e93220f-50bb-4874-a1f1-3079711406ce\",\n        \"title\": \"Sounds good\",\n        \"body\": \"When Happier Than Ever dropped, I was expecting something big, heartfelt, and most importantly, very different from When We All Fall Asleep, Where Do We Go? I think that is exactly what we got, but I was blown away by the raw emotion demonstrated throughout the album.\",\n        \"rate\": 2,\n        \"mediaTitle\": \"Happier Than Ever\",\n        \"userId\": \"ffbf809a-257c-4b21-ba2c-b71a7f84de9f\",\n        \"typeId\": 4,\n        \"createdAt\": \"2022-01-12T08:21:46.942Z\",\n        \"updatedAt\": \"2022-01-12T08:21:46.942Z\",\n        \"User\": {\n            \"id\": \"ffbf809a-257c-4b21-ba2c-b71a7f84de9f\",\n            \"firstName\": \"Pam\",\n            \"lastName\": \"Halper\",\n            \"pictureId\": null,\n            \"bio\": null,\n            \"username\": \"pamhalper\",\n            \"password\": \"$2b$12$cPO9EjnVtkWE4lEkw2nvsO16AeXr61OJ/M6fJFWRwlsgYEzNv9d3a\",\n            \"createdAt\": \"2022-01-12T07:58:27.621Z\",\n            \"updatedAt\": \"2022-01-12T07:58:27.621Z\"\n        },\n        \"Type\": {\n            \"id\": 4,\n            \"name\": \"Music\",\n            \"description\": \"Post section about music\",\n            \"createdAt\": \"2022-01-12T08:21:32.117Z\",\n            \"updatedAt\": \"2022-01-12T08:21:32.117Z\"\n        }\n    }\n}"}],"_postman_id":"325fb012-783d-4ee1-bc81-7cf083de0b10"},{"name":"createPost","id":"10438a63-60ef-436b-a1a8-b088d7aaa9c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Sounds good\",\n    \"body\":\"When Happier Than Ever dropped, I was expecting something big, heartfelt, and most importantly, very different from When We All Fall Asleep, Where Do We Go? I think that is exactly what we got, but I was blown away by the raw emotion demonstrated throughout the album.\",\n    \"rate\": 2,\n    \"mediaTitle\": \"Happier Than Ever\",\n    \"userId\":\"ffbf809a-257c-4b21-ba2c-b71a7f84de9f\",\n    \"typeId\": 4\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/posts","urlObject":{"protocol":"http","port":"3001","path":["posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5777275c-38ca-4686-9e16-436f998b1827","name":"createPost","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Sounds good\",\n    \"body\":\"When Happier Than Ever dropped, I was expecting something big, heartfelt, and most importantly, very different from When We All Fall Asleep, Where Do We Go? I think that is exactly what we got, but I was blown away by the raw emotion demonstrated throughout the album.\",\n    \"rate\": 2,\n    \"mediaTitle\": \"Happier Than Ever\",\n    \"userId\":\"ffbf809a-257c-4b21-ba2c-b71a7f84de9f\",\n    \"typeId\": 4\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/posts"},"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":"550"},{"key":"ETag","value":"W/\"226-k+tTbtVt0WfD20KAzHxxrWUNmd8\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:21:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": {\n        \"id\": \"4e93220f-50bb-4874-a1f1-3079711406ce\",\n        \"title\": \"Sounds good\",\n        \"body\": \"When Happier Than Ever dropped, I was expecting something big, heartfelt, and most importantly, very different from When We All Fall Asleep, Where Do We Go? I think that is exactly what we got, but I was blown away by the raw emotion demonstrated throughout the album.\",\n        \"rate\": 2,\n        \"mediaTitle\": \"Happier Than Ever\",\n        \"userId\": \"ffbf809a-257c-4b21-ba2c-b71a7f84de9f\",\n        \"typeId\": 4,\n        \"updatedAt\": \"2022-01-12T08:21:46.942Z\",\n        \"createdAt\": \"2022-01-12T08:21:46.942Z\"\n    }\n}"}],"_postman_id":"10438a63-60ef-436b-a1a8-b088d7aaa9c5"},{"name":"updatePost","id":"7e240095-05a0-4cae-b3fd-cbe9b0247df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"I like it\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/posts/4e93220f-50bb-4874-a1f1-3079711406ce","urlObject":{"protocol":"http","port":"3001","path":["posts","4e93220f-50bb-4874-a1f1-3079711406ce"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e083b2e4-5906-460b-ba96-774298d1491b","name":"updatePost","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"I like it\"\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/posts/4e93220f-50bb-4874-a1f1-3079711406ce"},"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":"554"},{"key":"ETag","value":"W/\"22a-YJ/3RqtDTdLdAJdwv5FbJ+SQh5E\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:28:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": [\n        1,\n        [\n            {\n                \"id\": \"4e93220f-50bb-4874-a1f1-3079711406ce\",\n                \"title\": \"I like it\",\n                \"body\": \"When Happier Than Ever dropped, I was expecting something big, heartfelt, and most importantly, very different from When We All Fall Asleep, Where Do We Go? I think that is exactly what we got, but I was blown away by the raw emotion demonstrated throughout the album.\",\n                \"rate\": 2,\n                \"mediaTitle\": \"Happier Than Ever\",\n                \"userId\": \"ffbf809a-257c-4b21-ba2c-b71a7f84de9f\",\n                \"typeId\": 4,\n                \"createdAt\": \"2022-01-12T08:21:46.942Z\",\n                \"updatedAt\": \"2022-01-12T08:28:05.279Z\"\n            }\n        ]\n    ]\n}"}],"_postman_id":"7e240095-05a0-4cae-b3fd-cbe9b0247df6"},{"name":"deletePost","id":"283b967c-7b38-42eb-ae71-8bdd11dfd7d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3001/posts/9a9650e7-8f20-4669-b04e-24f7ed9fefd4","urlObject":{"protocol":"http","port":"3001","path":["posts","9a9650e7-8f20-4669-b04e-24f7ed9fefd4"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8aa56448-4eac-4f8a-9666-00743cacec9f","name":"deletePost","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3001/posts/9a9650e7-8f20-4669-b04e-24f7ed9fefd4"},"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":"64"},{"key":"ETag","value":"W/\"40-kZJJAsaqbR1KQYdjwPZrpFtdQ6I\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:30:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": \"9a9650e7-8f20-4669-b04e-24f7ed9fefd4\"\n}"}],"_postman_id":"283b967c-7b38-42eb-ae71-8bdd11dfd7d2"}],"id":"16e7bb08-4e3d-4103-bbcb-390a77055073","_postman_id":"16e7bb08-4e3d-4103-bbcb-390a77055073","description":""},{"name":"types","item":[{"name":"createType","id":"cfe9e28e-a984-4157-9ee1-1bfe8e2336e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Music\",\n    \"description\": \"Post section about music\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/types","urlObject":{"protocol":"http","port":"3001","path":["types"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f2cd3907-cd18-4b59-9dd4-ea8b6cefa104","name":"createType","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Music\",\n    \"description\": \"Post section about music\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/types"},"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":"168"},{"key":"ETag","value":"W/\"a8-aPZmQxwm0L8cV7nv6jNZVVWb0jM\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:21:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": {\n        \"id\": 4,\n        \"name\": \"Music\",\n        \"description\": \"Post section about music\",\n        \"updatedAt\": \"2022-01-12T08:21:32.117Z\",\n        \"createdAt\": \"2022-01-12T08:21:32.117Z\"\n    }\n}"}],"_postman_id":"cfe9e28e-a984-4157-9ee1-1bfe8e2336e5"},{"name":"New Request","id":"6fa9bbc4-dc21-48d1-baf8-72b4d894b125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3001/types","urlObject":{"protocol":"http","port":"3001","path":["types"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ba3c157b-198b-40b6-8e24-87fdd718e0b7","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3001/types"},"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":"606"},{"key":"ETag","value":"W/\"25e-a0gTBJ3k1CEupQfO+dGLBrnvMBY\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:30:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Movie\",\n            \"description\": \"Post section about movies\",\n            \"createdAt\": \"2022-01-12T08:20:57.926Z\",\n            \"updatedAt\": \"2022-01-12T08:20:57.926Z\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Books\",\n            \"description\": \"Post section about books\",\n            \"createdAt\": \"2022-01-12T08:21:04.883Z\",\n            \"updatedAt\": \"2022-01-12T08:21:04.883Z\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"TV-Shows\",\n            \"description\": \"Post section about tv-shows\",\n            \"createdAt\": \"2022-01-12T08:21:14.571Z\",\n            \"updatedAt\": \"2022-01-12T08:21:14.571Z\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Music\",\n            \"description\": \"Post section about music\",\n            \"createdAt\": \"2022-01-12T08:21:32.117Z\",\n            \"updatedAt\": \"2022-01-12T08:21:32.117Z\"\n        }\n    ]\n}"}],"_postman_id":"6fa9bbc4-dc21-48d1-baf8-72b4d894b125"},{"name":"getTypeById","id":"ebdaf99a-bbf8-4e24-821d-e37bda0da9ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3001/types/1","urlObject":{"protocol":"http","port":"3001","path":["types","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"444a5652-0cac-46db-abc9-b52d71a8379c","name":"getTypeById","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3001/types/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":"180"},{"key":"ETag","value":"W/\"b4-op3Nc849epeUSzNyJceU6qimUKA\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:31:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Movie\",\n        \"description\": \"Post section about movies\",\n        \"createdAt\": \"2022-01-12T08:20:57.926Z\",\n        \"updatedAt\": \"2022-01-12T08:20:57.926Z\",\n        \"Posts\": []\n    }\n}"}],"_postman_id":"ebdaf99a-bbf8-4e24-821d-e37bda0da9ac"},{"name":"updateType","id":"1727bdab-f06c-4cad-a9fe-c2c7b618dae8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Movies\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/types/1","urlObject":{"protocol":"http","port":"3001","path":["types","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0e2966f5-3c5d-4a9b-abe0-58fd6e858bcc","name":"updateType","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Movies\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3001/types/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":"176"},{"key":"ETag","value":"W/\"b0-LkGEBOUppa3mnKvQHvkQzgoJV8c\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:32:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": [\n        1,\n        [\n            {\n                \"id\": 1,\n                \"name\": \"Movies\",\n                \"description\": \"Post section about movies\",\n                \"createdAt\": \"2022-01-12T08:20:57.926Z\",\n                \"updatedAt\": \"2022-01-12T08:32:21.845Z\"\n            }\n        ]\n    ]\n}"}],"_postman_id":"1727bdab-f06c-4cad-a9fe-c2c7b618dae8"},{"name":"deletePost","id":"cce27d3c-5176-4e6f-8e02-759d4023c8ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3001/types/6","urlObject":{"protocol":"http","port":"3001","path":["types","6"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"04ce79ca-605c-4eb6-b6dc-761c9817ea7e","name":"deletePost","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:3001/types/6"},"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":"29"},{"key":"ETag","value":"W/\"1d-M8MxaEJTHS4jj585EqxSIH/3KOE\""},{"key":"Date","value":"Wed, 12 Jan 2022 08:33:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"statuscode\": 200,\n    \"data\": \"6\"\n}"}],"_postman_id":"cce27d3c-5176-4e6f-8e02-759d4023c8ef"}],"id":"20f6d956-6c08-4a1b-9fc4-47cc14cebd9b","_postman_id":"20f6d956-6c08-4a1b-9fc4-47cc14cebd9b","description":""}]}