{"info":{"_postman_id":"3c2cdedb-3001-4b46-9b03-495a020ec37d","name":"Birthday Database","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"19740088","collectionId":"3c2cdedb-3001-4b46-9b03-495a020ec37d","publishedId":"2s93z5A5NX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-06-22T16:46:49.000Z"},"item":[{"name":"Auth","item":[{"name":"Signup","event":[{"listen":"test","script":{"id":"b693b7e0-9ecb-49bb-8e3a-d6837c772da0","exec":["\r","// Extract the values\r","const accessToken = pm.response.json().access_token;\r","const refreshToken = pm.response.json().refresh_token;\r","\r","// Store the values in collection variables\r","pm.collectionVariables.set(\"token\", accessToken);\r","pm.collectionVariables.set(\"refresh_token\", refreshToken);\r",""],"type":"text/javascript"}}],"id":"ddc57fb0-1f2e-4600-bd32-4370ec1f7d33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"tes1t@example.com\",\r\n    \"fullName\": \"Abdelrahman Bayoumi\",\r\n    \"birthday\": \"1980-09-06\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/auth/signup","urlObject":{"path":["auth","signup"],"host":["http://localhost:3333"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddc57fb0-1f2e-4600-bd32-4370ec1f7d33"},{"name":"Login","event":[{"listen":"test","script":{"id":"d8bea870-450b-4e7f-b230-b449596ce989","exec":["\r","// Extract the values\r","const accessToken = pm.response.json().access_token;\r","const refreshToken = pm.response.json().refresh_token;\r","\r","// Store the values in collection variables\r","pm.collectionVariables.set(\"token\", accessToken);\r","pm.collectionVariables.set(\"refresh_token\", refreshToken);\r",""],"type":"text/javascript"}}],"id":"59d9f950-b06c-4b91-a4b0-88292ced2137","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"test@example.com\",\r\n    \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/auth/login","urlObject":{"path":["auth","login"],"host":["http://localhost:3333"],"query":[],"variable":[]}},"response":[],"_postman_id":"59d9f950-b06c-4b91-a4b0-88292ced2137"},{"name":"Logout","id":"9d681815-1766-4529-bba9-2250675c6afb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refresh_token\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/auth/logout","urlObject":{"path":["auth","logout"],"host":["http://localhost:3333"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d681815-1766-4529-bba9-2250675c6afb"},{"name":"Refresh","event":[{"listen":"test","script":{"id":"94831cb9-24a0-49d3-81bb-b79453a975e7","exec":["\r","// Extract the values\r","const accessToken = pm.response.json().access_token;\r","const refreshToken = pm.response.json().refresh_token;\r","\r","// Store the values in collection variables\r","pm.collectionVariables.set(\"token\", accessToken);\r","pm.collectionVariables.set(\"refresh_token\", refreshToken);\r",""],"type":"text/javascript"}}],"id":"da380e1f-25b1-4f93-90e0-43856c95e8e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:3333/auth/refresh","urlObject":{"path":["auth","refresh"],"host":["http://localhost:3333"],"query":[],"variable":[]}},"response":[],"_postman_id":"da380e1f-25b1-4f93-90e0-43856c95e8e7"},{"name":"Resend Verification","id":"75369a61-519b-4424-88fa-7ccb0ae185e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"abdobayoumi1925@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/auth/resend-verification","urlObject":{"path":["auth","resend-verification"],"host":["http://localhost:3333"],"query":[],"variable":[]}},"response":[],"_postman_id":"75369a61-519b-4424-88fa-7ccb0ae185e4"},{"name":"Forget Password","id":"b1f11809-7436-494c-b93c-178fc193922d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"test@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/auth/forget-password","urlObject":{"path":["auth","forget-password"],"host":["http://localhost:3333"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1f11809-7436-494c-b93c-178fc193922d"},{"name":"Verification Token","id":"aed2d779-ba41-48af-aaa9-39d1d49b2bfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/auth/verification/:token","urlObject":{"path":["auth","verification",":token"],"host":["http://localhost:3333"],"query":[],"variable":[{"type":"any","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjIwNiwiZW1haWwiOiJhYmRvYmF5b3VtaTE5MjVAZ21haWwuY29tIiwiaWF0IjoxNjg4MjI3NzIyLCJleHAiOjE2ODgzMTQxMjJ9.OtnSoZkSE8Qf3FPujk3ElMu8mNXXcM2WIntOI4SFYIQ","key":"token"}]}},"response":[],"_postman_id":"aed2d779-ba41-48af-aaa9-39d1d49b2bfe"},{"name":"Check Token","id":"9155a3b0-cf8b-4afe-9630-f536f56fedc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3333/auth/check","urlObject":{"path":["auth","check"],"host":["http://localhost:3333"],"query":[],"variable":[]}},"response":[],"_postman_id":"9155a3b0-cf8b-4afe-9630-f536f56fedc0"}],"id":"b04d48ce-b877-4575-80f4-03fe59eaca2f","_postman_id":"b04d48ce-b877-4575-80f4-03fe59eaca2f","description":""},{"name":"Users","item":[{"name":"Update user","id":"a9ef4c24-6cb7-4071-9d15-a510c6133d19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fullName\": \"Mahmoud\",\r\n    \"birthday\": \"1999-10-13\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/users/:id","urlObject":{"path":["users",":id"],"host":["http://localhost:3333"],"query":[{"disabled":true,"key":"","value":null}],"variable":[{"type":"any","value":"24","key":"id"}]}},"response":[],"_postman_id":"a9ef4c24-6cb7-4071-9d15-a510c6133d19"},{"name":"Change password","id":"461f08df-98c5-4d7e-b42d-2faee1bed9f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"currentPassword\": \"2bskenou\",\r\n    \"newPassword\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/users/:id/change-password","urlObject":{"path":["users",":id","change-password"],"host":["http://localhost:3333"],"query":[],"variable":[{"type":"any","value":"16","key":"id"}]}},"response":[],"_postman_id":"461f08df-98c5-4d7e-b42d-2faee1bed9f6"},{"name":"Upload Profile Image","id":"f8d30548-e5c8-4ca3-b66a-0041b0e3be21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","value":null}]},"url":"http://localhost:3333/users/upload-profile-image","urlObject":{"path":["users","upload-profile-image"],"host":["http://localhost:3333"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8d30548-e5c8-4ca3-b66a-0041b0e3be21"},{"name":"Delete current user","id":"5a82c506-e793-49c8-b91f-34c9a0290291","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3333/users/:id","urlObject":{"path":["users",":id"],"host":["http://localhost:3333"],"query":[],"variable":[{"type":"any","value":"146","key":"id"}]}},"response":[],"_postman_id":"5a82c506-e793-49c8-b91f-34c9a0290291"}],"id":"1bee59f7-945a-4c05-b54e-3e7eca064f8d","_postman_id":"1bee59f7-945a-4c05-b54e-3e7eca064f8d","description":""},{"name":"Birthday","item":[{"name":"Statistics","id":"8eac55a6-499f-48f9-9a34-c6c533c26b74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:3333/birthday/statistics?birthday=2323","urlObject":{"path":["birthday","statistics"],"host":["http://localhost:3333"],"query":[{"key":"birthday","value":"2323"}],"variable":[]}},"response":[],"_postman_id":"8eac55a6-499f-48f9-9a34-c6c533c26b74"},{"name":"Get all brithdays","id":"05474a67-bf4f-4ee2-8056-cf0d55d84d14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/birthday/","urlObject":{"path":["birthday",""],"host":["http://localhost:3333"],"query":[],"variable":[]}},"response":[],"_postman_id":"05474a67-bf4f-4ee2-8056-cf0d55d84d14"},{"name":"Get one by ID","id":"c4e42a06-b506-4f0a-896f-91544f3ddcba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/birthday/:id","urlObject":{"path":["birthday",":id"],"host":["http://localhost:3333"],"query":[],"variable":[{"type":"any","value":"36","key":"id"}]}},"response":[],"_postman_id":"c4e42a06-b506-4f0a-896f-91544f3ddcba"},{"name":"Create birthday","id":"103ad446-61d6-4de2-a574-6e878ee8ae5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Hussien\",\r\n    \"birthday\": \"2007-09-24\",\r\n    \"relationship\": \"brother\",\r\n    \"notes\": \"This is test note\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/birthday/","urlObject":{"path":["birthday",""],"host":["http://localhost:3333"],"query":[],"variable":[]}},"response":[],"_postman_id":"103ad446-61d6-4de2-a574-6e878ee8ae5f"},{"name":"Upload Image","id":"9ca7b7fe-1bdb-4df2-b83b-e3ca19211ccb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/C:/Users/Bayoumi/Downloads/69301335_2193944010714719_2892966017829437440_n.jpg"}]},"url":"http://localhost:3333/birthday/:id/upload-image","urlObject":{"path":["birthday",":id","upload-image"],"host":["http://localhost:3333"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"9ca7b7fe-1bdb-4df2-b83b-e3ca19211ccb"},{"name":"Edit birthday","id":"f3ca7914-7675-43ed-8dd5-4498ce02c5f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"relationship\": \"Father\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3333/birthday/:id","urlObject":{"path":["birthday",":id"],"host":["http://localhost:3333"],"query":[],"variable":[{"type":"any","value":"28","key":"id"}]}},"response":[],"_postman_id":"f3ca7914-7675-43ed-8dd5-4498ce02c5f1"},{"name":"Delete birthday by ID","id":"2f3840b8-a53c-49f1-b48f-9e305725da99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:3333/birthday/:id","urlObject":{"path":["birthday",":id"],"host":["http://localhost:3333"],"query":[],"variable":[{"type":"any","value":"3","key":"id"}]}},"response":[],"_postman_id":"2f3840b8-a53c-49f1-b48f-9e305725da99"}],"id":"19840400-ae71-413b-a415-a19693bd0956","_postman_id":"19840400-ae71-413b-a415-a19693bd0956","description":""},{"name":"helth check","id":"0bfbcdcf-dbdf-44ce-ac88-8e51569a404d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3333/health-check","urlObject":{"path":["health-check"],"host":["http://localhost:3333"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bfbcdcf-dbdf-44ce-ac88-8e51569a404d"}],"event":[{"listen":"prerequest","script":{"id":"6ca93e60-01ab-48a2-bd84-2fc65848ba3b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"82ce13a9-d6b0-4562-a4b7-609d8681006d","type":"text/javascript","exec":[""]}}],"variable":[{"key":"host_url","value":"http://localhost:3333"},{"key":"token","value":""},{"key":"refresh_token","value":"","type":"string"}]}