{"info":{"_postman_id":"732f953d-be77-4bd0-91e0-2fec19e872a1","name":"Express API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"8091590","collectionId":"732f953d-be77-4bd0-91e0-2fec19e872a1","publishedId":"2s8YRnmXTd","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-11-02T10:31:21.000Z"},"item":[{"name":"Blogs","item":[{"name":"Get All Blogs","id":"10d84ff0-7ee4-4639-a320-598d0c52c4fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v1/blogs/","urlObject":{"path":["api","v1","blogs",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"10d84ff0-7ee4-4639-a320-598d0c52c4fe"},{"name":"Get Blog with ID","id":"be1bbcde-4f90-429e-943e-7a22863f54a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/v1/blogs/","urlObject":{"path":["api","v1","blogs",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"be1bbcde-4f90-429e-943e-7a22863f54a3"},{"name":"Create Blog","id":"0620a3c7-035e-4997-93ed-24375f9be7d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"New Blog2","type":"text"},{"key":"description","value":"dmddmmd","type":"text"},{"key":"image","value":"https://images.unsplash.com/photo-1501504905252-473c47e087f8","type":"text"}]},"url":"/api/v1/blogs/","urlObject":{"path":["api","v1","blogs",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"0620a3c7-035e-4997-93ed-24375f9be7d7"},{"name":"Update Blog with ID","id":"0a3b178e-9d41-4298-ac38-4c45d864a448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\":\"New Blogdmdd\",\r\n    \"description\":\"New description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/blogs/634be132d65bcfa8f204bad3/","urlObject":{"path":["api","v1","blogs","634be132d65bcfa8f204bad3",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"0a3b178e-9d41-4298-ac38-4c45d864a448"},{"name":"Delete Blog with ID","id":"4bf17c92-5267-4c0f-ac8e-47849be8a708","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"/api/v1/blogs/634be0a6d65bcfa8f204bacb/","urlObject":{"path":["api","v1","blogs","634be0a6d65bcfa8f204bacb",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"4bf17c92-5267-4c0f-ac8e-47849be8a708"}],"id":"51c40d8e-6505-44cf-9a28-a2f1745a9216","_postman_id":"51c40d8e-6505-44cf-9a28-a2f1745a9216","description":""},{"name":"Account","item":[{"name":"Register User","id":"f4c4113a-e1a8-43d7-8206-44e797ea39cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Tony Stark","type":"text"},{"key":"email","value":"tony1@email.com","type":"text"},{"key":"password","value":"password@123","type":"text"}]},"url":"/api/v1/user/register","urlObject":{"path":["api","v1","user","register"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"f4c4113a-e1a8-43d7-8206-44e797ea39cc"},{"name":"Login User","event":[{"listen":"test","script":{"id":"892c88f5-cbe6-4e21-af4b-f90c536c38fc","exec":["var jsonData = JSON.parse(responseBody);\r","pm.collectionVariables.set(\"TOKEN\", jsonData.data.token);\r",""],"type":"text/javascript"}}],"id":"058cbf18-c2c2-42b1-96c0-ca38fb83e7d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"tony@email.com","type":"text"},{"key":"password","value":"password@123","type":"text"}]},"url":"/api/v1/user/login","urlObject":{"path":["api","v1","user","login"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"058cbf18-c2c2-42b1-96c0-ca38fb83e7d6"},{"name":"Get Users","id":"c6c94316-5e1d-4baf-8dab-9185351d7f7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"/api/v1/user/list","urlObject":{"path":["api","v1","user","list"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c6c94316-5e1d-4baf-8dab-9185351d7f7b"},{"name":"Get User Profile","id":"ad57813c-b359-40e5-9044-90df5cd77720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"/api/v1/user/profile","urlObject":{"path":["api","v1","user","profile"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ad57813c-b359-40e5-9044-90df5cd77720"}],"id":"38af2337-8e42-4d0f-b045-2a6f218d437a","_postman_id":"38af2337-8e42-4d0f-b045-2a6f218d437a","description":""},{"name":"Get Homepage","id":"11a6b7ce-b752-4eb8-82a8-dc0c43f317a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/","urlObject":{"path":[""],"host":[""],"query":[],"variable":[]}},"response":[{"id":"a71feccc-b83d-4cff-b9d3-34cfe83a4d80","name":"Get Homepage","originalRequest":{"method":"GET","header":[],"url":"/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"46"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 02 Nov 2022 07:33:58 GMT"},{"key":"Etag","value":"W/\"2e-lbFLu/cISyylQJ2CGsBTvfkoZvA\""},{"key":"X-Powered-By","value":"Express"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Welcome to your Express App API.\"\n}"}],"_postman_id":"11a6b7ce-b752-4eb8-82a8-dc0c43f317a6"}],"event":[{"listen":"prerequest","script":{"id":"a549a9dd-c5ea-47b5-be8a-952387356f62","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1f0373f4-a4dc-450a-a777-cd29088d0563","type":"text/javascript","exec":[""]}}],"variable":[{"key":"API_URL","value":"","type":"string"},{"key":"TOKEN","value":"","type":"string"}]}