{"info":{"_postman_id":"4e28c4d1-e70e-4d21-ba54-a2b659cd1d82","name":"Lamorak","description":"<html><head></head><body><p>Food Delivery REST API, MySQL TypeORM Express Node TypeScript</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8802598","collectionId":"4e28c4d1-e70e-4d21-ba54-a2b659cd1d82","publishedId":"TzY4gFne","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-06-11T13:52:48.000Z"},"item":[{"name":"User","item":[{"name":"Show All User","id":"2d5d3ebe-8bf0-4dc1-845d-0cd0d37675b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/api/users/","urlObject":{"path":["users",""],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d5d3ebe-8bf0-4dc1-845d-0cd0d37675b8"},{"name":"Show Specific User","id":"8d0ed3e1-573d-46c4-a466-6fb57e5891d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/users/d07f6de9-47fa-4c68-9128-846e123c9dd9","urlObject":{"path":["users","d07f6de9-47fa-4c68-9128-846e123c9dd9"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d0ed3e1-573d-46c4-a466-6fb57e5891d2"},{"name":"Register","id":"183b91b5-3af8-469b-858b-3aebcfb0e0cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n      \"userName\": \"Arkaraj2\",\n      \"email\": \"ark@test.com\",\n      \"password\": \"test1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/users/register","urlObject":{"path":["users","register"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"183b91b5-3af8-469b-858b-3aebcfb0e0cd"},{"name":"Login","id":"f7c81abf-4a07-4121-a139-ef7df96187a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"a@test.com\",\n    \"password\": \"test1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/users/login","urlObject":{"path":["users","login"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7c81abf-4a07-4121-a139-ef7df96187a4"},{"name":"Logout","id":"2b8459da-4296-477d-b74f-7bf74b484dde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3002/api/users/logout","urlObject":{"path":["users","logout"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b8459da-4296-477d-b74f-7bf74b484dde"},{"name":"Add Address","id":"78c3f380-ce73-4ac1-bc2c-771c59a683e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"city\": \"Vellore\",\n    \"state\": \"Tamil Nadu\",\n    \"Country\": \"India\",\n    \"location\": \"Rjt Towers Apt No: 1006, Kf Annan Road\",\n    \"pincode\": \"632014\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/users/address","urlObject":{"path":["users","address"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"78c3f380-ce73-4ac1-bc2c-771c59a683e7"},{"name":"Show Specific Resturant","id":"73f9cb33-dd16-4cf0-95a1-4257176f283f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/api/users/resturant/:rid","urlObject":{"path":["users","resturant",":rid"],"host":["http://localhost:3002/api"],"query":[],"variable":[{"type":"any","value":"058e4de4-83a6-467a-8e74-a435c7371742","key":"rid"}]}},"response":[],"_postman_id":"73f9cb33-dd16-4cf0-95a1-4257176f283f"},{"name":"Get all Orders","id":"c537de26-7404-4d76-ae4d-1b5d0f52c7a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/api/users/c/order","urlObject":{"path":["users","c","order"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c537de26-7404-4d76-ae4d-1b5d0f52c7a4"},{"name":"Show Menu of Restaurants around you","id":"62b42b02-fedf-4e3c-b57f-523d923951a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/api/users/menu/show?min=50&max=65","urlObject":{"path":["users","menu","show"],"host":["http://localhost:3002/api"],"query":[{"key":"min","value":"50"},{"key":"max","value":"65"}],"variable":[]}},"response":[],"_postman_id":"62b42b02-fedf-4e3c-b57f-523d923951a0"},{"name":"Get Specific Food","id":"cf2260e7-480e-4ba1-a628-b0edb0c21adb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/api/users/item/:foodId","urlObject":{"path":["users","item",":foodId"],"host":["http://localhost:3002/api"],"query":[],"variable":[{"type":"any","value":"116a244d-308e-41a9-9537-97e3f654f4e3","key":"foodId"}]}},"response":[],"_postman_id":"cf2260e7-480e-4ba1-a628-b0edb0c21adb"},{"name":"Add To Cart","id":"b8c335aa-805d-4416-a84a-00d60de608d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3002/api/users/cart/:foodId","urlObject":{"path":["users","cart",":foodId"],"host":["http://localhost:3002/api"],"query":[],"variable":[{"type":"any","value":"867f3949-7c7f-49c4-8326-2acb17a35c82","key":"foodId"}]}},"response":[],"_postman_id":"b8c335aa-805d-4416-a84a-00d60de608d1"},{"name":"View Cart Items","id":"ddaf0514-ed49-411c-81d9-842b1ea11e54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/api/users/c/cart","urlObject":{"path":["users","c","cart"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"ddaf0514-ed49-411c-81d9-842b1ea11e54"},{"name":"Order Food","id":"fce928a3-f458-4849-a19f-bfa7b27d2b08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"orderType\": \"COD\",\n    \"couponCode\": \"Lamorak77\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/users/order","urlObject":{"path":["users","order"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"fce928a3-f458-4849-a19f-bfa7b27d2b08"},{"name":"Get specific Order","id":"7c38f545-eafa-416b-95f7-e884e082383e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/api/users/order/:OrderId","urlObject":{"path":["users","order",":OrderId"],"host":["http://localhost:3002/api"],"query":[],"variable":[{"type":"any","value":"2","key":"OrderId"}]}},"response":[],"_postman_id":"7c38f545-eafa-416b-95f7-e884e082383e"},{"name":"Cancel Order","id":"8ca6fba1-ddd4-495c-94ff-1304b75a5cd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"8ca6fba1-ddd4-495c-94ff-1304b75a5cd9"},{"name":"Cancel Cart","id":"6aea3539-4dd6-45b1-9b66-4b9f505a86e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"6aea3539-4dd6-45b1-9b66-4b9f505a86e1"},{"name":"Get menu based on dish name","id":"104074b4-f799-417c-8596-aa629371cff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"foodName\": \"soup\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/users/menu/show?max=200","urlObject":{"path":["users","menu","show"],"host":["http://localhost:3002/api"],"query":[{"disabled":true,"key":"min","value":"100"},{"key":"max","value":"200"}],"variable":[]}},"response":[],"_postman_id":"104074b4-f799-417c-8596-aa629371cff4"},{"name":"Rate Specific Restaurant","id":"3eff7b5b-ddd2-4942-b87f-b31122d06493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"rating\": 3\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/users/restaurant/:Rid","urlObject":{"path":["users","restaurant",":Rid"],"host":["http://localhost:3002/api"],"query":[],"variable":[{"type":"any","value":"058e4de4-83a6-467a-8e74-a435c7371742","key":"Rid"}]}},"response":[],"_postman_id":"3eff7b5b-ddd2-4942-b87f-b31122d06493"}],"id":"0463d265-7574-4e7d-b7ac-385b7d3999ff","_postman_id":"0463d265-7574-4e7d-b7ac-385b7d3999ff","description":""},{"name":"Admin","item":[{"name":"Login","id":"2d527d70-4019-456c-99d9-f9c2056f8636","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@test.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/admins/login","urlObject":{"path":["admins","login"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d527d70-4019-456c-99d9-f9c2056f8636"},{"name":"Add Ingredient","id":"38448806-3256-4ca6-ac35-1712d928e50a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"meat\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/admins/createIngredient","urlObject":{"path":["admins","createIngredient"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"38448806-3256-4ca6-ac35-1712d928e50a"},{"name":"Add Food","id":"23c5f3ee-e32b-4ff3-a521-f83ecb9e0562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Biriyani","type":"text"},{"key":"description","value":"Its biriyani what else do you need...","type":"text"},{"key":"quantity","value":"1","type":"text"},{"key":"price","value":"165","type":"text"},{"key":"photos","type":"file","src":["/Users/arkarajghosh/Desktop/download-1.jpg","/Users/arkarajghosh/Desktop/download.jpg"]}]},"url":"http://localhost:3002/api/admins/createFood/:restaurantId","urlObject":{"path":["admins","createFood",":restaurantId"],"host":["http://localhost:3002/api"],"query":[],"variable":[{"type":"any","value":"614c196f-83af-4b1f-9625-45e0ceae0445","key":"restaurantId"}]}},"response":[],"_postman_id":"23c5f3ee-e32b-4ff3-a521-f83ecb9e0562"},{"name":"Create Restaurant","id":"9dd2157b-8989-4d4e-8b6f-595fad66d7cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Test Restaurant2\",\n    \"tag\": \"This is for test purpose2 restaurant!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/admins/createRestaurant","urlObject":{"path":["admins","createRestaurant"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dd2157b-8989-4d4e-8b6f-595fad66d7cc"},{"name":"Add address to Restaurant","id":"ddb7ce2b-087f-46b9-b1b6-d6ef930c82cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"city\": \"Vellore\",\n    \"state\": \"Tamil Nadu\",\n    \"Country\": \"India\",\n    \"location\": \"Some place where food is human meat... we mean great food\",\n    \"pincode\": \"63200x\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/admins/addAddressToRest/:rId","urlObject":{"path":["admins","addAddressToRest",":rId"],"host":["http://localhost:3002/api"],"query":[],"variable":[{"type":"any","value":"614c196f-83af-4b1f-9625-45e0ceae0445","key":"rId"}]}},"response":[],"_postman_id":"ddb7ce2b-087f-46b9-b1b6-d6ef930c82cd"},{"name":"Add Ingredients To Food","id":"1b93dc89-b239-4d8a-aed0-4680c087f87a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3002/api/admins/foodingredient/:foodId/:IngId","urlObject":{"path":["admins","foodingredient",":foodId",":IngId"],"host":["http://localhost:3002/api"],"query":[],"variable":[{"type":"any","value":"867f3949-7c7f-49c4-8326-2acb17a35c82","key":"foodId"},{"type":"any","value":"95a03266-171b-4091-8056-05c6930c616e","key":"IngId"}]}},"response":[],"_postman_id":"1b93dc89-b239-4d8a-aed0-4680c087f87a"},{"name":"Show All the Foods","id":"d7a24f2d-17de-44f4-9da2-2ee2919abc10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/api/admins/food","urlObject":{"path":["admins","food"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7a24f2d-17de-44f4-9da2-2ee2919abc10"},{"name":"Show all Foods With Ingredients","id":"bf8e9505-d92b-4532-a28e-adb1a1d6a012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/api/admins/foodingredient","urlObject":{"path":["admins","foodingredient"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf8e9505-d92b-4532-a28e-adb1a1d6a012"},{"name":"Show All Ingredients","id":"063f8de2-c790-4b77-a404-c38d267678bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/api/admins/ingredients","urlObject":{"path":["admins","ingredients"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"063f8de2-c790-4b77-a404-c38d267678bb"},{"name":"Show All Resturants","id":"e7c5a70c-32f1-4f86-a6ce-18bb15506b27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/api/admins/restaurants","urlObject":{"path":["admins","restaurants"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7c5a70c-32f1-4f86-a6ce-18bb15506b27"},{"name":"Add Delivery Person","id":"e7246831-2c84-48ee-a00e-b4f84cd2d4cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Arkaraj Del boy\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/admins/delivery","urlObject":{"path":["admins","delivery"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7246831-2c84-48ee-a00e-b4f84cd2d4cd"},{"name":"Add address to admin","id":"5197f9f5-63ad-483b-8dbf-9d90921def11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"city\": \"Vellore\",\n    \"state\": \"Tamil Nadu\",\n    \"Country\": \"India\",\n    \"location\": \"Some place where the admin lives\",\n    \"pincode\": \"63200x\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/admins/address","urlObject":{"path":["admins","address"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5197f9f5-63ad-483b-8dbf-9d90921def11"},{"name":"View all Delivery Persons","id":"5fbca29f-f0a9-49e7-9fb5-72ebc98fa3b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/api/admins/delivery","urlObject":{"path":["admins","delivery"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fbca29f-f0a9-49e7-9fb5-72ebc98fa3b6"},{"name":"Show Pirticular Restaurants","id":"67eda846-86d9-4bfb-8b2d-a3d278a013dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/api/admins/restaurants/:Rid","urlObject":{"path":["admins","restaurants",":Rid"],"host":["http://localhost:3002/api"],"query":[],"variable":[{"type":"any","value":"614c196f-83af-4b1f-9625-45e0ceae0445","key":"Rid"}]}},"response":[],"_postman_id":"67eda846-86d9-4bfb-8b2d-a3d278a013dd"},{"name":"View all Coupons","id":"e000a1d0-8781-431a-840d-21336a0ceebc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/api/admins/coupon","urlObject":{"path":["admins","coupon"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e000a1d0-8781-431a-840d-21336a0ceebc"},{"name":"Create New Coupons","id":"34bf6ab2-0c7e-40da-8bd5-f96313ecba3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Lamorak77\",\n    \"value\": 10\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/admins/coupon","urlObject":{"path":["admins","coupon"],"host":["http://localhost:3002/api"],"query":[],"variable":[]}},"response":[],"_postman_id":"34bf6ab2-0c7e-40da-8bd5-f96313ecba3b"},{"name":"Update Coupon","id":"fe600ed8-768c-42e4-a6d2-d03f348a237f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"value\": 10,\n    \"valid\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/admins/coupon/:couponId","urlObject":{"path":["admins","coupon",":couponId"],"host":["http://localhost:3002/api"],"query":[],"variable":[{"type":"any","value":"ae880770-5255-4081-96bb-95b9d8fe8022","key":"couponId"}]}},"response":[],"_postman_id":"fe600ed8-768c-42e4-a6d2-d03f348a237f"}],"id":"3aa79d1c-36fd-4246-a251-6ec8bb25f957","_postman_id":"3aa79d1c-36fd-4246-a251-6ec8bb25f957","description":""},{"name":"Delivery Person","item":[{"name":"Add Address","id":"4890211a-d8ab-452f-86b0-4ab48a8e4847","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"city\": \"Vellore\",\n    \"state\": \"Tamil Nadu\",\n    \"Country\": \"India\",\n    \"location\": \"VIT Vellore\",\n    \"pincode\": \"6320xx\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/delivery/address/:DPId","urlObject":{"path":["delivery","address",":DPId"],"host":["http://localhost:3002/api"],"query":[],"variable":[{"type":"any","value":"90f03feb-17cd-4ad4-9893-b6e267236de2","key":"DPId"}]}},"response":[],"_postman_id":"4890211a-d8ab-452f-86b0-4ab48a8e4847"},{"name":"Get all Orders Assigned to Del Person","id":"3e6d8879-12bc-4a07-a828-3a20dfd41e61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/api/delivery/:DPId","urlObject":{"path":["delivery",":DPId"],"host":["http://localhost:3002/api"],"query":[],"variable":[{"type":"any","value":"90f03feb-17cd-4ad4-9893-b6e267236de2","key":"DPId"}]}},"response":[],"_postman_id":"3e6d8879-12bc-4a07-a828-3a20dfd41e61"},{"name":"Get Specific Order","id":"1e74f828-052a-42ca-a42b-43c027236aac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3002/api/delivery/:DPId/:OrderId","urlObject":{"path":["delivery",":DPId",":OrderId"],"host":["http://localhost:3002/api"],"query":[],"variable":[{"type":"any","value":"90f03feb-17cd-4ad4-9893-b6e267236de2","key":"DPId"},{"type":"any","value":"1","key":"OrderId"}]}},"response":[],"_postman_id":"1e74f828-052a-42ca-a42b-43c027236aac"},{"name":"Update Availability","id":"39e9e485-db37-409e-9b42-ee5a3db5ca41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"available\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3002/api/delivery/:DPId","urlObject":{"path":["delivery",":DPId"],"host":["http://localhost:3002/api"],"query":[],"variable":[{"type":"any","value":"90f03feb-17cd-4ad4-9893-b6e267236de2","key":"DPId"}]}},"response":[],"_postman_id":"39e9e485-db37-409e-9b42-ee5a3db5ca41"},{"name":"Delivery the order","id":"846c5b56-0e9b-4838-b28a-9b3ffd334266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3002/api/delivery/order/:OrderId","urlObject":{"path":["delivery","order",":OrderId"],"host":["http://localhost:3002/api"],"query":[],"variable":[{"type":"any","value":"2","key":"OrderId"}]}},"response":[],"_postman_id":"846c5b56-0e9b-4838-b28a-9b3ffd334266"}],"id":"2b3b4e7a-8ea3-42a4-a7f9-9faae12663cb","_postman_id":"2b3b4e7a-8ea3-42a4-a7f9-9faae12663cb","description":""}],"event":[{"listen":"prerequest","script":{"id":"e1da5c14-091d-4714-bf96-3c4e617109df","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"91f10ab6-63ab-4ec7-8007-412604c3ee39","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"http://localhost:3002"},{"key":"apiUrl","value":"http://localhost:3002/api"}]}