{"info":{"_postman_id":"8e308b17-2abb-4ca2-806a-7fccdf6ca43d","name":"store","description":"<html><head></head><body><p>This collection covers the full backend API for a store/e-commerce platform, running locally at <a href=\"http://127.0.0.1:8000/api\">http://127.0.0.1:8000/api</a>. It provides endpoints for managing the entire lifecycle of a store — from user registration and authentication to product listings, orders, deliveries, and trader management. The API is organized into the following functional modules:</p>\n<ul>\n<li><strong>Auth</strong> — User registration, login, password reset, verification, and forgot-password flows.</li>\n<li><strong>User</strong> — Retrieve user orders and deliveries by user ID.</li>\n<li><strong>Admin</strong> — Admin-level access to fetch and manage platform users.</li>\n<li><strong>Trader</strong> — Trader registration, confirmation, product uploads, order and delivery tracking per trader.</li>\n<li><strong>Products</strong> — Create and retrieve products available in the store.</li>\n<li><strong>Categories</strong> — Manage product categories.</li>\n<li><strong>Orders</strong> — Create orders and retrieve them by ID or in bulk.</li>\n<li><strong>Delivery</strong> — Create and list delivery records.</li>\n<li><strong>Offers</strong> — Create product offers per trader and retrieve discounts by category.</li>\n<li><strong>Coupon</strong> — Create and list discount coupons tied to products.</li>\n<li><strong>Banner</strong> — Add and retrieve promotional banners linked to offers.</li>\n<li><strong>Messages &amp; Conversations</strong> — Send messages, retrieve conversation history, and manage user conversations.</li>\n<li><strong>Contact</strong> — Submit and retrieve contact/support requests.</li>\n<li><strong>Notifications</strong> — Retrieve platform notifications.</li>\n</ul>\n<p>Base URL: <code>http://127.0.0.1:8000/api</code><br>Variables used: <code>{{user_id}}</code>, <code>{{trader_id}}</code>, <code>{{order_id}}</code>, <code>{{product_id}}</code>, <code>{{offer_id}}</code>, <code>{{conv_id}}</code>, <code>{{category_id}}</code>, <code>{{admin_id}}</code></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"42740215","collectionId":"8e308b17-2abb-4ca2-806a-7fccdf6ca43d","publishedId":"2sBXqCQ4Xq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-15T13:30:51.000Z"},"item":[{"name":"auth","item":[{"name":"register","id":"81bb49fe-48df-49d2-b2f6-7bf6f0f50c6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"youssef\",\r\n    \"email\":\"joe@example.com\",\r\n    \"password\":\"password123\",\r\n    \"phone\":\"01221100448\",\r\n    \"role\":\"admin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/register","urlObject":{"protocol":"http","port":"8000","path":["api","register"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"81bb49fe-48df-49d2-b2f6-7bf6f0f50c6e"},{"name":"login","id":"7177d87f-c785-4a6f-9a7d-cf2445a992c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"phone\":\"01221100448\",\r\n  \"password\":\"password123\"\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/login","urlObject":{"protocol":"http","port":"8000","path":["api","login"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7177d87f-c785-4a6f-9a7d-cf2445a992c1"},{"name":"verify password","id":"ac2e4c0d-2293-482b-8087-feb9ac235bcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"john@example.com\",\r\n    \"OTP\":229858\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/verify/{{user_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","verify","{{user_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac2e4c0d-2293-482b-8087-feb9ac235bcf"},{"name":"reset Password","id":"759cab84-03b7-488d-825e-e3215b79a5c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"oldPassword\":\"01221130448\",\r\n\t\t\"newPassword\":\"01221130448\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/reset/{{user_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","reset","{{user_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"759cab84-03b7-488d-825e-e3215b79a5c6"},{"name":"forget password","id":"3a364c95-4a7c-4dd1-bac2-7950ce738faf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"john@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/forget/{{user_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","forget","{{user_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a364c95-4a7c-4dd1-bac2-7950ce738faf"}],"id":"65dde3d6-9cfe-4625-8fcb-b04b8e761daa","_postman_id":"65dde3d6-9cfe-4625-8fcb-b04b8e761daa","description":""},{"name":"products","item":[{"name":"get all products","id":"b982e8c0-2214-4259-b5cf-7d83d053b264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/product/","urlObject":{"protocol":"http","port":"8000","path":["api","product",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b982e8c0-2214-4259-b5cf-7d83d053b264"},{"name":"get product by id","id":"6a32a6c4-4be7-4894-8d3e-ca561cecba37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/product/{{product _id}}","urlObject":{"protocol":"http","port":"8000","path":["api","product","{{product _id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a32a6c4-4be7-4894-8d3e-ca561cecba37"}],"id":"53916b67-33fd-40a5-8929-db6886fdf5ec","_postman_id":"53916b67-33fd-40a5-8929-db6886fdf5ec","description":""},{"name":"Orders","item":[{"name":"get order by id","id":"7a8725aa-d9c0-47c5-8dca-f957f2613c66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/order/{{order_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","order","{{order_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a8725aa-d9c0-47c5-8dca-f957f2613c66"},{"name":"get all orders","id":"70d224f6-2b7f-4894-af5d-b86e65f5325d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\r\n}"},"url":"http://127.0.0.1:8000/api/order/","urlObject":{"protocol":"http","port":"8000","path":["api","order",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"70d224f6-2b7f-4894-af5d-b86e65f5325d"},{"name":"create order","id":"1e2e870e-cbb0-42d1-881e-36bd62825689","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"trader_id\":1,\r\n  \"products\": [\r\n    {\"product_id\": 1, \"quantity\": 2}\r\n  ]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/order/create/{{user_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","order","create","{{user_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e2e870e-cbb0-42d1-881e-36bd62825689"}],"id":"18eb2061-be72-4d78-b2f3-8e3dd6f2edb2","_postman_id":"18eb2061-be72-4d78-b2f3-8e3dd6f2edb2","description":""},{"name":"notifications","item":[{"name":"get all","id":"c16176c5-45ef-44f9-8f4b-a93d432fdcb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/notify","urlObject":{"protocol":"http","port":"8000","path":["api","notify"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c16176c5-45ef-44f9-8f4b-a93d432fdcb4"}],"id":"7f64c5a1-21de-4216-a627-3d05d808cacb","_postman_id":"7f64c5a1-21de-4216-a627-3d05d808cacb","description":""},{"name":"delivery","item":[{"name":"get all","id":"7a8f438e-09d1-47e7-83ae-58a2d221b125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/deliver","urlObject":{"protocol":"http","port":"8000","path":["api","deliver"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a8f438e-09d1-47e7-83ae-58a2d221b125"},{"name":"add delivery","id":"4649bb40-504f-47a4-a98b-9ea6e86bbe14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"user_id\": \"1\",\r\n  \"order_id\": \"1\",\r\n  \"trader_id\":\"1\",\r\n  \"address\": \"ismailia\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/deliver/create","urlObject":{"protocol":"http","port":"8000","path":["api","deliver","create"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4649bb40-504f-47a4-a98b-9ea6e86bbe14"}],"id":"d08125f8-4aef-4ce5-801b-8448d1428c33","_postman_id":"d08125f8-4aef-4ce5-801b-8448d1428c33","description":""},{"name":"tarder","item":[{"name":"get all traders","id":"8ee52363-1171-4078-bfc5-50913df93016","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/trader","urlObject":{"protocol":"http","port":"8000","path":["api","trader"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ee52363-1171-4078-bfc5-50913df93016"},{"name":"get store deliveries","id":"4162d4a8-b1d3-423b-9453-ad17a093f80c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/trader/deliveries/{{tarder_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","trader","deliveries","{{tarder_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4162d4a8-b1d3-423b-9453-ad17a093f80c"},{"name":"add trader","id":"8c4080ba-847a-45d8-bd6e-234ccb9671da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"mobile store\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/trader/add","urlObject":{"protocol":"http","port":"8000","path":["api","trader","add"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c4080ba-847a-45d8-bd6e-234ccb9671da"},{"name":"add store product","id":"0eb94ec8-4304-4e75-9c98-7f801687fc3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"name\": \"iphone 12\",\r\n\"desc\": \"A new iphone 12\",\r\n\"price\": 120,\r\n\"stoke\":20,\r\n\"category_id\": 1,\r\n\"trader_id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/trader/upload","urlObject":{"protocol":"http","port":"8000","path":["api","trader","upload"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0eb94ec8-4304-4e75-9c98-7f801687fc3b"},{"name":"get all orders for trader","id":"f8fc7f1e-fc3d-4915-a426-6b7efb234b97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/trader/orders/{{trader_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","trader","orders","{{trader_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8fc7f1e-fc3d-4915-a426-6b7efb234b97"},{"name":"get all products for trader","id":"3e1e1d8d-b006-4890-ad41-953efd5e5dd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/trader/products/{{trader_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","trader","products","{{trader_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e1e1d8d-b006-4890-ad41-953efd5e5dd3"},{"name":"get all deliveries for tarder","id":"a95a45f1-b449-4270-993b-8911a87bd723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/trader/deliveries/{{trader_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","trader","deliveries","{{trader_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a95a45f1-b449-4270-993b-8911a87bd723"}],"id":"0a46448c-aa93-46ba-a0e4-5f80cf842ce0","_postman_id":"0a46448c-aa93-46ba-a0e4-5f80cf842ce0","description":""},{"name":"Categories","item":[{"name":"add category","id":"50d60e3d-7faa-4d7b-8bbd-9a1f528eb722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"electronic\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/category/create","urlObject":{"protocol":"http","port":"8000","path":["api","category","create"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"50d60e3d-7faa-4d7b-8bbd-9a1f528eb722"}],"id":"202cdae0-226c-4bfb-8171-950b3baa8f7a","_postman_id":"202cdae0-226c-4bfb-8171-950b3baa8f7a","description":""},{"name":"user","item":[{"name":"get all users","id":"8d0339cd-3162-45d4-86cf-3b39f8e27222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/","urlObject":{"protocol":"http","port":"8000","path":["api",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d0339cd-3162-45d4-86cf-3b39f8e27222"},{"name":"get user orders","id":"7a934cc0-3c6c-418d-bb5a-e156d9200dbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/user/orders/{{user_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","user","orders","{{user_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a934cc0-3c6c-418d-bb5a-e156d9200dbc"},{"name":"get user deliveries","id":"807a48fb-685f-420e-8cda-d6d3260c576b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/user/deliveries/{{user_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","user","deliveries","{{user_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"807a48fb-685f-420e-8cda-d6d3260c576b"}],"id":"366cb7d2-764b-4719-8f24-08be13e96baa","_postman_id":"366cb7d2-764b-4719-8f24-08be13e96baa","description":""},{"name":"admin","item":[{"name":"confirm trader request","id":"b9dbfc46-1663-46fc-9b8b-e701a27f0d7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer CP2s0CNggDjyNZFM5LbIAD1qLwlTUSGeqNVlRMCr17eb5cab","type":"text"}],"url":"http://127.0.0.1:8000/api/trader/confirm/{{Trader_Id}}","urlObject":{"protocol":"http","port":"8000","path":["api","trader","confirm","{{Trader_Id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9dbfc46-1663-46fc-9b8b-e701a27f0d7e"},{"name":"get admin users","id":"21ceb058-6a09-4eef-b5d0-771d457e5efa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/getUsers/{{admin_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","getUsers","{{admin_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"21ceb058-6a09-4eef-b5d0-771d457e5efa"}],"id":"464353ae-b864-4507-bbe5-b01f437bb8b4","_postman_id":"464353ae-b864-4507-bbe5-b01f437bb8b4","description":""},{"name":"Offers","item":[{"name":"add offer for a specific product","id":"01afff50-ab2e-4392-86c2-09515577abfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"black Friday\",\r\n    \"discount\":20,\r\n    \"desc\":\"black friday offers\",\r\n    \"product_id\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/offer/create/{{trader_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","offer","create","{{trader_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"01afff50-ab2e-4392-86c2-09515577abfa"},{"name":"get all offers for all traders","id":"091cc29e-f183-491f-92e3-4930972cd8f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/offer/","urlObject":{"protocol":"http","port":"8000","path":["api","offer",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"091cc29e-f183-491f-92e3-4930972cd8f5"},{"name":"get all discounts for a specific category","id":"c5e99435-787c-45e4-95c6-8ad3e976cfa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/offer/discounts/{{category_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","offer","discounts","{{category_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5e99435-787c-45e4-95c6-8ad3e976cfa9"}],"id":"666a1dc9-7f60-4b2d-97d7-bcb37785f7f3","_postman_id":"666a1dc9-7f60-4b2d-97d7-bcb37785f7f3","description":""},{"name":"Conversation","item":[{"name":"get all conversations","id":"51529fcf-fc54-4d46-8d27-a3a57264d7cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"youssef\",\r\n    \"email\":\"joe@example.com\",\r\n    \"password\":\"password123\",\r\n    \"phone\":\"01221100448\",\r\n    \"role\":\"admin\"\r\n}"},"url":"http://127.0.0.1:8000/api/conv","urlObject":{"protocol":"http","port":"8000","path":["api","conv"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"51529fcf-fc54-4d46-8d27-a3a57264d7cb"},{"name":"create conversation","id":"ae6279fe-25e8-4d9c-8874-3fea1de8f9b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"user2_id\":2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/conv/create/{{user_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","conv","create","{{user_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae6279fe-25e8-4d9c-8874-3fea1de8f9b7"}],"id":"e7a21f90-f6d8-4185-a5bc-a5725dea2079","_postman_id":"e7a21f90-f6d8-4185-a5bc-a5725dea2079","description":""},{"name":"Messages","item":[{"name":"add message","id":"c2f8436a-baa4-4fbc-8768-f11f760357a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sender_id\":1,\r\n\t\"message\":\"I'm fine, thank you! How about you?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/message/add/{{conv_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","message","add","{{conv_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2f8436a-baa4-4fbc-8768-f11f760357a7"},{"name":"get a specific conversation 's messages","id":"8909199f-1128-4ba3-8cad-2fde3af85a2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/message/{{conv_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","message","{{conv_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8909199f-1128-4ba3-8cad-2fde3af85a2e"},{"name":"get all messages","id":"6d0fbaa7-5ac0-44c6-a1dc-8a4a5f73fd88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/message/","urlObject":{"protocol":"http","port":"8000","path":["api","message",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d0fbaa7-5ac0-44c6-a1dc-8a4a5f73fd88"}],"id":"24895c8d-ce9a-48aa-a987-aea077d7642a","_postman_id":"24895c8d-ce9a-48aa-a987-aea077d7642a","description":""},{"name":"Contact","item":[{"name":"get all contacts","id":"53ff5e77-f8e3-4e99-ac3c-f13b15cfa054","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/contact/","urlObject":{"protocol":"http","port":"8000","path":["api","contact",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"53ff5e77-f8e3-4e99-ac3c-f13b15cfa054"},{"name":"add contact","id":"cccc7ead-d852-4556-8518-6ae137cf9b19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","uuid":"b3d47c4e-5bac-437b-900d-957984612266","src":"postman-cloud:///1f0e783c-47a8-4060-8083-842759018dc3"},{"key":"details","value":"the images not loading","type":"text","uuid":"b068453d-8b3f-4233-8ce5-e44f778d6e11"}]},"url":"http://127.0.0.1:8000/api/contact/add/{{user_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","contact","add","{{user_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"cccc7ead-d852-4556-8518-6ae137cf9b19"}],"id":"797d5126-4a66-4d0f-a4a9-17459a3ca303","_postman_id":"797d5126-4a66-4d0f-a4a9-17459a3ca303","description":""},{"name":"Banner","item":[{"name":"get all banners","id":"c0383308-c009-488a-9017-e0a357656c86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/banner/","urlObject":{"protocol":"http","port":"8000","path":["api","banner",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0383308-c009-488a-9017-e0a357656c86"},{"name":"add banner","id":"4e1b5024-f80e-4bf4-a15a-3aeb683b1620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"New Offer for the big fucking blackFriday\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/banner/add/{{offer_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","banner","add","{{offer_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e1b5024-f80e-4bf4-a15a-3aeb683b1620"}],"id":"4428b024-17d2-4f33-afe1-f053acc7cb6b","_postman_id":"4428b024-17d2-4f33-afe1-f053acc7cb6b","description":""},{"name":"Coupon","item":[{"name":"get all coupons","id":"fc0cbbd2-460b-48cd-bcb5-cb11b897ae96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/coupon/","urlObject":{"protocol":"http","port":"8000","path":["api","coupon",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc0cbbd2-460b-48cd-bcb5-cb11b897ae96"},{"name":"add coupon","id":"a7e108d6-ae89-4de1-8f0b-3c93fa99477a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/coupon/create/{{product_id}}","urlObject":{"protocol":"http","port":"8000","path":["api","coupon","create","{{product_id}}"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7e108d6-ae89-4de1-8f0b-3c93fa99477a"}],"id":"57e62f75-986e-425d-b5f7-410d47d74fbc","_postman_id":"57e62f75-986e-425d-b5f7-410d47d74fbc","description":""}]}