{"info":{"_postman_id":"e67bd484-de3a-4ca0-9e74-bacb830fa7f3","name":"CraveDrop","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"33227780","collectionId":"e67bd484-de3a-4ca0-9e74-bacb830fa7f3","publishedId":"2sB2ca8L6c","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-15T09:58:06.000Z"},"item":[{"name":"User","item":[{"name":"Create User","id":"1eaad7c7-77fb-4df7-a1a4-afe711ac8056","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"firstname\": \"Jane\",\n  \"lastname\": \"Doe\",\n  \"email\": \"example@gmail.com\",\n  \"contactNumber\": \"0712345678\",\n  \"password\": \"1@Abcdef\",\n  \"address\": {\n    \"street\": \"123 Main Street\",\n    \"city\": \"Colombo\",\n    \"postalCode\": \"10100\",\n    \"country\": \"Sri Lanka\"\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/user/","urlObject":{"protocol":"http","port":"5000","path":["api","user",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1eaad7c7-77fb-4df7-a1a4-afe711ac8056"},{"name":"User Details","id":"f36ca133-4808-4d7f-9ffd-c0e881ff2df3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:5000/api/user","urlObject":{"port":"5000","path":["api","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f36ca133-4808-4d7f-9ffd-c0e881ff2df3"},{"name":"Delete user","id":"27e568b7-77fb-4763-8fa5-57dbf4964ce3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/user","urlObject":{"protocol":"http","port":"5000","path":["api","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"27e568b7-77fb-4763-8fa5-57dbf4964ce3"},{"name":"User Login","id":"a1c36354-c795-4e2a-adbc-bd21f4cd324e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"example2@gmail.com\",\n    \"password\": \"1@Abcdef\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:5000/api/user/auth/","urlObject":{"port":"5000","path":["api","user","auth",""],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"83366071-b8e8-4c34-9b77-57c731ac21fc","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"example@gmail.com\",\n    \"password\": \"1@Abcdefg\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3001/user/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Set-Cookie","value":"refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJhMGQ2ODY4ZC01M2I1LTRiZTAtOWEwYS01NmM0MWNhNmE0MjAiLCJpYXQiOjE3NDQ1MjEwNzEsImV4cCI6MTc0NDYwNzQ3MX0.TXbo_EmjBCPsyLOBBwz_l-RsmRPBNNy0Hlw8noF_KQ8; Max-Age=86400; Path=/; Expires=Mon, 14 Apr 2025 05:11:11 GMT; HttpOnly; Secure; SameSite=Strict"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"267"},{"key":"ETag","value":"W/\"10b-0nLxhzassaOuakJQB8T5lPTVaPg\""},{"key":"Date","value":"Sun, 13 Apr 2025 05:11:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Authentication successful\",\n    \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJhMGQ2ODY4ZC01M2I1LTRiZTAtOWEwYS01NmM0MWNhNmE0MjAiLCJpYXQiOjE3NDQ1MjEwNzEsImV4cCI6MTc0NDUyNDY3MX0.TGFu6GQaf5vfJH_XhpZ8mzzTJzBWFb4Zrn-bJm5LzlA\"\n}"}],"_postman_id":"a1c36354-c795-4e2a-adbc-bd21f4cd324e"},{"name":"Refresh Token","id":"0288e300-c2b4-4871-a054-75b44e6364de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"localhost:5000/api/user/refresh/","urlObject":{"port":"5000","path":["api","user","refresh",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0288e300-c2b4-4871-a054-75b44e6364de"},{"name":"logout","id":"597a2fa7-79d5-447a-bf72-7347130d084c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:5000/api/user/logout","urlObject":{"protocol":"http","port":"5000","path":["api","user","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"597a2fa7-79d5-447a-bf72-7347130d084c"},{"name":"Healthcheck","id":"1b0ec851-120d-4fdb-8493-66fd37aedb61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/user/health","urlObject":{"protocol":"http","port":"5000","path":["api","user","health"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b0ec851-120d-4fdb-8493-66fd37aedb61"},{"name":"getUserById","id":"d7c5c1d1-a30a-402d-a18f-99858dd49abc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:5000/api/internal/user/71611899-3c27-4c77-80fe-8f23d02ca045","urlObject":{"port":"5000","path":["api","internal","user","71611899-3c27-4c77-80fe-8f23d02ca045"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7c5c1d1-a30a-402d-a18f-99858dd49abc"}],"id":"6d09899c-213b-4ed6-87e2-f474041704cf","_postman_id":"6d09899c-213b-4ed6-87e2-f474041704cf","description":""},{"name":"Notification","item":[{"name":"Notification Message","item":[{"name":"Create","id":"66a2f64e-390a-4c15-a35b-2124896d6f77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": \"71611899-3c27-4c77-80fe-8f23d02ca045\",\n    \"title\": \"Your order has been shipped!\",\n    \"body\": \"Order #1238 has been shipped and will arrive soon.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/notify/message","urlObject":{"protocol":"http","port":"5000","path":["api","notify","message"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"66a2f64e-390a-4c15-a35b-2124896d6f77"},{"name":"Mark as Read","id":"0160c635-5b59-466a-8485-21d5a248345c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": \"a3d8f0c4-1234-4f3c-912a-2b12345678ab\",\n    \"title\": \"Your order has been shipped!\",\n    \"body\": \"Order #1234 has been shipped and will arrive soon.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/notify/message/read/7db72db6-9c7f-41b3-a7ac-ce800bdd304c","urlObject":{"protocol":"http","port":"5000","path":["api","notify","message","read","7db72db6-9c7f-41b3-a7ac-ce800bdd304c"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0160c635-5b59-466a-8485-21d5a248345c"},{"name":"Get Notification","id":"e41d125b-0ae1-4fd3-ae61-778a62792b9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": \"a3d8f0c4-1234-4f3c-912a-2b12345678ab\",\n    \"title\": \"Your order has been shipped!\",\n    \"body\": \"Order #1234 has been shipped and will arrive soon.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/notify/message/a3d8f0c4-1234-4f3c-912a-2b12345678ab","urlObject":{"protocol":"http","port":"5000","path":["api","notify","message","a3d8f0c4-1234-4f3c-912a-2b12345678ab"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e41d125b-0ae1-4fd3-ae61-778a62792b9f"}],"id":"71e9c4c2-7eb9-43f6-8ade-03d9b8ddaf63","_postman_id":"71e9c4c2-7eb9-43f6-8ade-03d9b8ddaf63","description":""},{"name":"Add Notify Email","id":"3c24cb92-959c-492d-a2f9-fed7b722d59e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"userId\": \"user-123\",\n  \"type\": \"email\",\n  \"recipient\": \"user@example.com\",\n  \"subject\": \"Test Mail\",\n  \"message\": \"<h1>Welcome!</h1><p>This is a <strong>notification</strong>.</p>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/notify/send","urlObject":{"protocol":"http","port":"5000","path":["api","notify","send"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c24cb92-959c-492d-a2f9-fed7b722d59e"},{"name":"Healthcheck","id":"721514ca-a2b9-4c6d-8779-e3f286cd2610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"userId\": \"user-123\",\n  \"type\": \"email\",\n  \"recipient\": \"user@example.com\",\n  \"subject\": \"Test Mail\",\n  \"message\": \"<h1>Welcome!</h1><p>This is a <strong>notification</strong>.</p>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://cravedrop.local/api/notify/health","urlObject":{"protocol":"http","path":["api","notify","health"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"721514ca-a2b9-4c6d-8779-e3f286cd2610"},{"name":"Add Notify SMS","id":"370125f8-ce46-4481-8951-dece56a0d56b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"userId\": \"user-123\",\n  \"type\": \"sms\",\n  \"recipient\": \"+94767067343\",\n  \"subject\": \"Test SMS\",\n  \"message\": \"Hello Twillio\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/notify/send","urlObject":{"protocol":"http","port":"5000","path":["api","notify","send"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"370125f8-ce46-4481-8951-dece56a0d56b"},{"name":"New Request","id":"e7d01ab0-70fb-4902-9e13-d72996feaa51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"e7d01ab0-70fb-4902-9e13-d72996feaa51"}],"id":"800c3ab0-91d1-4826-9949-74eb14aaf908","_postman_id":"800c3ab0-91d1-4826-9949-74eb14aaf908","description":""},{"name":"K8s","item":[{"name":"User K8s","item":[{"name":"Create User","id":"ceb6d7df-c845-4a50-b28c-4388fbf2c55d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"firstname\": \"Jane\",\n  \"lastname\": \"Doe\",\n  \"email\": \"example@gmail.com\",\n  \"contactNumber\": \"0712345678\",\n  \"password\": \"1@Abcdef\",\n  \"address\": {\n    \"street\": \"123 Main Street\",\n    \"city\": \"Colombo\",\n    \"postalCode\": \"10100\",\n    \"country\": \"Sri Lanka\"\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"http://cravedrop.local/api/user/register","urlObject":{"protocol":"http","path":["api","user","register"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"ceb6d7df-c845-4a50-b28c-4388fbf2c55d"},{"name":"User Details","id":"0a90891a-cd56-4468-965a-d67c1f05421c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://cravedrop.local/api/user","urlObject":{"protocol":"http","path":["api","user"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a90891a-cd56-4468-965a-d67c1f05421c"},{"name":"Delete user","id":"b1fb38ae-37cf-4948-827e-db52c2f55ad0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://cravedrop.local/api/user","urlObject":{"protocol":"http","path":["api","user"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1fb38ae-37cf-4948-827e-db52c2f55ad0"},{"name":"User Login","id":"8e50462d-e936-40b7-9e85-52d682b8060f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"example@gmail.com\",\n    \"password\": \"1@Abcdef\"\n}","options":{"raw":{"language":"json"}}},"url":"http://cravedrop.local/api/user/auth","urlObject":{"protocol":"http","path":["api","user","auth"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[{"id":"3c6e94c9-9e03-4c70-8b2e-7becac406158","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"example@gmail.com\",\n    \"password\": \"1@Abcdefg\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3001/user/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Set-Cookie","value":"refreshToken=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJhMGQ2ODY4ZC01M2I1LTRiZTAtOWEwYS01NmM0MWNhNmE0MjAiLCJpYXQiOjE3NDQ1MjEwNzEsImV4cCI6MTc0NDYwNzQ3MX0.TXbo_EmjBCPsyLOBBwz_l-RsmRPBNNy0Hlw8noF_KQ8; Max-Age=86400; Path=/; Expires=Mon, 14 Apr 2025 05:11:11 GMT; HttpOnly; Secure; SameSite=Strict"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"267"},{"key":"ETag","value":"W/\"10b-0nLxhzassaOuakJQB8T5lPTVaPg\""},{"key":"Date","value":"Sun, 13 Apr 2025 05:11:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Authentication successful\",\n    \"accessToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiJhMGQ2ODY4ZC01M2I1LTRiZTAtOWEwYS01NmM0MWNhNmE0MjAiLCJpYXQiOjE3NDQ1MjEwNzEsImV4cCI6MTc0NDUyNDY3MX0.TGFu6GQaf5vfJH_XhpZ8mzzTJzBWFb4Zrn-bJm5LzlA\"\n}"}],"_postman_id":"8e50462d-e936-40b7-9e85-52d682b8060f"},{"name":"Refresh Token","id":"272c4aa6-0d16-43d0-98d1-e741a820d37d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"http://cravedrop.local/api/user/refresh/","urlObject":{"protocol":"http","path":["api","user","refresh",""],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"272c4aa6-0d16-43d0-98d1-e741a820d37d"},{"name":"logout","id":"ff868b42-a1f9-4b92-86d4-7a26109d63c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:5000/api/user/logout","urlObject":{"protocol":"http","port":"5000","path":["api","user","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff868b42-a1f9-4b92-86d4-7a26109d63c6"},{"name":"Healthcheck","id":"6f6f0fbd-3e18-4299-858f-d81da538f540","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://cravedrop.local/api/user/health","urlObject":{"protocol":"http","path":["api","user","health"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f6f0fbd-3e18-4299-858f-d81da538f540"},{"name":"getUserById","id":"713c1ef4-aa00-4dc6-ac57-1d520d11c213","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://cravedrop.local/api/user/auth/","urlObject":{"protocol":"http","path":["api","user","auth",""],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"713c1ef4-aa00-4dc6-ac57-1d520d11c213"}],"id":"8aa6ecb3-00ee-4bb9-8914-b5ba36168049","_postman_id":"8aa6ecb3-00ee-4bb9-8914-b5ba36168049","description":""},{"name":"Notification K8s","item":[{"name":"Notification Messsage","item":[{"name":"Create","id":"4a83b136-3382-4856-9fd2-5054b34847a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"userId\": \"89f6a4e4-a30f-4254-8857-ed89a69db787\",\n  \"title\": \"Your package is droppin’ quick!\",\n  \"body\": \"Order #1235 is shipped\"\n}","options":{"raw":{"language":"json"}}},"url":"http://cravedrop.local/api/notify/message","urlObject":{"protocol":"http","path":["api","notify","message"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a83b136-3382-4856-9fd2-5054b34847a7"},{"name":"Mark as Read","id":"74039008-1715-4643-9c01-6b05c3071419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": \"a3d8f0c4-1234-4f3c-912a-2b12345678ab\",\n    \"title\": \"Your order has been shipped!\",\n    \"body\": \"Order #1234 has been shipped and will arrive soon.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://cravedrop.local/api/notify/message/read/7db72db6-9c7f-41b3-a7ac-ce800bdd304c","urlObject":{"protocol":"http","path":["api","notify","message","read","7db72db6-9c7f-41b3-a7ac-ce800bdd304c"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"74039008-1715-4643-9c01-6b05c3071419"},{"name":"Get Notification","id":"c6f45ff6-066f-4ebc-9c22-be85035ac10e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": \"a3d8f0c4-1234-4f3c-912a-2b12345678ab\",\n    \"title\": \"Your order has been shipped!\",\n    \"body\": \"Order #1234 has been shipped and will arrive soon.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://cravedrop.local/api/notify/message/a3d8f0c4-1234-4f3c-912a-2b12345678ab","urlObject":{"protocol":"http","path":["api","notify","message","a3d8f0c4-1234-4f3c-912a-2b12345678ab"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6f45ff6-066f-4ebc-9c22-be85035ac10e"}],"id":"a5d3fc3a-2b03-45bb-a9b2-6da6941dd051","_postman_id":"a5d3fc3a-2b03-45bb-a9b2-6da6941dd051","description":""},{"name":"Add Notify Email","id":"aaa81f47-2ebc-46ac-9d6e-a895e0c36d8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"userId\": \"user-123\",\n  \"type\": \"email\",\n  \"recipient\": \"user@example.com\",\n  \"subject\": \"Test Mail\",\n  \"message\": \"<h1>Welcome!</h1><p>This is a <strong>notification</strong>.</p><p>We're thrilled to have you with us! Thank you for joining our community. If you have any questions or need assistance, feel free to reach out. Have a fantastic day!</p>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://cravedrop.local/api/notify/send","urlObject":{"protocol":"http","path":["api","notify","send"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"aaa81f47-2ebc-46ac-9d6e-a895e0c36d8c"},{"name":"Healthcheck","id":"4d6b9afd-4b67-45f0-93e5-b7d8eda9f7f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n  \"userId\": \"user-123\",\n  \"type\": \"email\",\n  \"recipient\": \"user@example.com\",\n  \"subject\": \"Test Mail\",\n  \"message\": \"<h1>Welcome!</h1><p>This is a <strong>notification</strong>.</p>\"\n}","options":{"raw":{"language":"json"}}},"url":"http://cravedrop.local/api/notify/health","urlObject":{"protocol":"http","path":["api","notify","health"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d6b9afd-4b67-45f0-93e5-b7d8eda9f7f3"},{"name":"Add Notify SMS","id":"c05eeeaf-e36d-4750-a19b-5a5564cd1ead","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"userId\": \"user-123\",\n  \"type\": \"sms\",\n  \"recipient\": \"+94767067343\",\n  \"subject\": \"Test SMS\",\n  \"message\": \"Hello Twillio\"\n}","options":{"raw":{"language":"json"}}},"url":"http://cravedrop.local/api/notify/send","urlObject":{"protocol":"http","path":["api","notify","send"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"c05eeeaf-e36d-4750-a19b-5a5564cd1ead"}],"id":"e5cfb116-0062-4403-bb74-5273d0ae22e1","_postman_id":"e5cfb116-0062-4403-bb74-5273d0ae22e1","description":""},{"name":"Order","item":[{"name":"get Orders","id":"18db147e-9598-4178-93c8-2a83b3662cb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://cravedrop.local/api/orders","urlObject":{"protocol":"http","path":["api","orders"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"18db147e-9598-4178-93c8-2a83b3662cb8"},{"name":"Healthcheck","id":"81ce9f35-0336-4240-81f4-c6aa8064a995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://cravedrop.local/api/orders/health","urlObject":{"protocol":"http","path":["api","orders","health"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"81ce9f35-0336-4240-81f4-c6aa8064a995"}],"id":"bfd57904-0248-424a-8e90-3fcceb8f57be","_postman_id":"bfd57904-0248-424a-8e90-3fcceb8f57be","description":""},{"name":"Payment","item":[{"name":"New Request","id":"0b56d440-1a0c-492e-a355-79672056ac67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://cravedrop.local/api/payments/health","urlObject":{"protocol":"http","path":["api","payments","health"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b56d440-1a0c-492e-a355-79672056ac67"}],"id":"1fcf76ec-07c3-4c7b-8454-cbcac6d21eb3","_postman_id":"1fcf76ec-07c3-4c7b-8454-cbcac6d21eb3","description":""},{"name":"New Folder","item":[{"name":"New Request","id":"0fadc760-9862-43c6-9b3d-c4022fdf8e00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://cravedrop.local/api/driver/health","urlObject":{"protocol":"http","path":["api","driver","health"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"0fadc760-9862-43c6-9b3d-c4022fdf8e00"},{"name":"New Request","id":"bdb5c7d5-8b82-47b6-a817-a9a2a96a5165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://cravedrop.local/api/delivery/health","urlObject":{"protocol":"http","path":["api","delivery","health"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdb5c7d5-8b82-47b6-a817-a9a2a96a5165"},{"name":"New Request","id":"d9c38423-e3c9-404d-a0ea-8f970e14a608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://cravedrop.local/api/orders/user/89f6a4e4-a30f-4254-8857-ed89a69db787","urlObject":{"protocol":"http","path":["api","orders","user","89f6a4e4-a30f-4254-8857-ed89a69db787"],"host":["cravedrop","local"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9c38423-e3c9-404d-a0ea-8f970e14a608"}],"id":"846fe456-5120-475d-8452-49265bcae941","_postman_id":"846fe456-5120-475d-8452-49265bcae941","description":""}],"id":"9347d10d-f8e6-4af9-96e4-7930f7daba5f","_postman_id":"9347d10d-f8e6-4af9-96e4-7930f7daba5f","description":""}]}