{"info":{"_postman_id":"3f8c36ba-f70d-4d37-9576-3ad15f042592","name":"Shoping","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"20769678","collectionId":"3f8c36ba-f70d-4d37-9576-3ad15f042592","publishedId":"2s9Ye8fuf5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-19T19:55:25.000Z"},"item":[{"name":"auth","item":[{"name":"Login","id":"a337dbc6-0a09-49e9-b44e-abaf498e6263","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"admin@shop.com\",\n    \"password\" : \"admin_admin\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/v1/login","urlObject":{"port":"8000","path":["api","v1","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b99f53a2-e040-4d34-a55d-d33667ad0881","name":"Invalid credentials example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"admin@shop.com\",\n    \"password\" : \"admin_admin\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/v1/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 19 Nov 2023 19:41:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": null,\n    \"status\": false,\n    \"alert\": {\n        \"title\": \"Invalid\",\n        \"message\": \"Invalid credentials\"\n    }\n}"},{"id":"def6b1f4-ac24-4266-8e34-df2445b4d2f9","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"admin@shop.com\",\n    \"password\" : \"admin_admin\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/v1/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 19 Nov 2023 19:47:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"1|3U9NPkkdXKhsG8NfaTelMu6tzBpLKcWVJOmZ57RN79992073\",\n    \"status\": true,\n    \"alert\": {\n        \"title\": \"Login\",\n        \"message\": \"Login successful\"\n    }\n}"}],"_postman_id":"a337dbc6-0a09-49e9-b44e-abaf498e6263"},{"name":"Register","id":"4b939e23-a433-4225-ada7-da6fe19fe629","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\" : \"soheil\",\n    \"email\" : \"soheil@khaledabadi.com\",\n    \"password\" : \"soheil\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/v1/register","urlObject":{"port":"8000","path":["api","v1","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c7e1ba7a-6ae0-46f6-9a9d-cc5d2827b832","name":"Register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\" : \"soheil\",\n    \"email\" : \"soheil@khaledabadi.com\",\n    \"password\" : \"soheil\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/v1/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 19 Nov 2023 19:49:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": \"2|tGVoQ5Olymn712aaN5L4V6cK8MpHmsS8ywijzc3p37cad85d\",\n    \"status\": true,\n    \"alert\": {\n        \"title\": \"Registration\",\n        \"message\": \"Registration successful\"\n    }\n}"},{"id":"be87dd6d-9f4f-4bb6-aad5-2eaf477cdb42","name":"Register with validation error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\" : \"\",\n    \"email\" : \"soheil@khaledabadi.com\",\n    \"password\" : \"soheil\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/v1/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 19 Nov 2023 19:49:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"name\": [\n            \"The name field is required.\"\n        ],\n        \"email\": [\n            \"The email has already been taken.\"\n        ]\n    },\n    \"status\": false,\n    \"alert\": {\n        \"title\": \"Error\",\n        \"message\": \"validation error , please fill data currently\"\n    }\n}"}],"_postman_id":"4b939e23-a433-4225-ada7-da6fe19fe629"}],"id":"ed08c721-0d85-4e12-bef9-ff3ed052f23f","_postman_id":"ed08c721-0d85-4e12-bef9-ff3ed052f23f","description":""},{"name":"Home","item":[{"name":"home","id":"7c289758-a220-4b83-ba10-9d62e1344d7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8000/api/v1/home","urlObject":{"port":"8000","path":["api","v1","home"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f9adf245-208d-4b4f-a85a-6a8f13fb9bc3","name":"home","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/api/v1/home"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 19 Nov 2023 19:50:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"banners\": [\n            {\n                \"id\": 1,\n                \"banner\": \"https://m.media-amazon.com/images/I/614VOsGXsqL._SX1500_.jpg\"\n            },\n            {\n                \"id\": 2,\n                \"banner\": \"https://m.media-amazon.com/images/I/71kFc7PP3PL._SX3000_.jpg\"\n            },\n            {\n                \"id\": 3,\n                \"banner\": \"https://m.media-amazon.com/images/I/717Qv6Rdi+L._SX3000_.jpg\"\n            }\n        ],\n        \"categories\": [\n            {\n                \"id\": 1,\n                \"name\": \"Computer\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Electronics\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Arts & Crafts\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Automotive\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Baby\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Beauty and personal care\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Women's Fashion\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Men's Fashion\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Health and Household\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 10,\n                \"name\": \"Home and Kitchen\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Industrial and Scientific\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 12,\n                \"name\": \"Luggage\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 13,\n                \"name\": \"Movies & Television\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 14,\n                \"name\": \"Pet supplies\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 15,\n                \"name\": \"Sports and Outdoors\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Tools & Home Improvement\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Toys and Games\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            }\n        ],\n        \"newest_product\": [\n            {\n                \"id\": 1,\n                \"title\": \"Nike model-934\",\n                \"description\": \"Nike model-934\",\n                \"price\": 120,\n                \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n                \"likes\": 0,\n                \"isLike\": false,\n                \"rate\": 3.5\n            },\n            {\n                \"id\": 2,\n                \"title\": \"Nike model-934\",\n                \"description\": \"Nike model-934\",\n                \"price\": 120,\n                \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n                \"likes\": 0,\n                \"isLike\": false,\n                \"rate\": 3.5\n            },\n            {\n                \"id\": 3,\n                \"title\": \"Nike model-934\",\n                \"description\": \"Nike model-934\",\n                \"price\": 120,\n                \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n                \"likes\": 0,\n                \"isLike\": false,\n                \"rate\": 3.5\n            },\n            {\n                \"id\": 4,\n                \"title\": \"Shirt model-131\",\n                \"description\": \"Shirt model-131\",\n                \"price\": 13,\n                \"image\": \"https://img.ltwebstatic.com/images3_pi/2022/08/22/1661139363d0af2b9ebc4be1a701c62b3af5e237ef.webp\",\n                \"likes\": 0,\n                \"isLike\": false,\n                \"rate\": 3.5\n            }\n        ],\n        \"flash_sale\": {\n            \"expired_at\": \"2023-11-24T19:50:04.774834Z\",\n            \"products\": [\n                {\n                    \"id\": 1,\n                    \"title\": \"Nike model-934\",\n                    \"description\": \"Nike model-934\",\n                    \"price\": 120,\n                    \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n                    \"likes\": 0,\n                    \"isLike\": false,\n                    \"rate\": 3.5\n                },\n                {\n                    \"id\": 2,\n                    \"title\": \"Nike model-934\",\n                    \"description\": \"Nike model-934\",\n                    \"price\": 120,\n                    \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n                    \"likes\": 0,\n                    \"isLike\": false,\n                    \"rate\": 3.5\n                },\n                {\n                    \"id\": 3,\n                    \"title\": \"Nike model-934\",\n                    \"description\": \"Nike model-934\",\n                    \"price\": 120,\n                    \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n                    \"likes\": 0,\n                    \"isLike\": false,\n                    \"rate\": 3.5\n                },\n                {\n                    \"id\": 4,\n                    \"title\": \"Shirt model-131\",\n                    \"description\": \"Shirt model-131\",\n                    \"price\": 13,\n                    \"image\": \"https://img.ltwebstatic.com/images3_pi/2022/08/22/1661139363d0af2b9ebc4be1a701c62b3af5e237ef.webp\",\n                    \"likes\": 0,\n                    \"isLike\": false,\n                    \"rate\": 3.5\n                }\n            ]\n        },\n        \"most_sale\": [\n            {\n                \"id\": 1,\n                \"title\": \"Nike model-934\",\n                \"description\": \"Nike model-934\",\n                \"price\": 120,\n                \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n                \"likes\": 0,\n                \"isLike\": false,\n                \"rate\": 3.5\n            },\n            {\n                \"id\": 2,\n                \"title\": \"Nike model-934\",\n                \"description\": \"Nike model-934\",\n                \"price\": 120,\n                \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n                \"likes\": 0,\n                \"isLike\": false,\n                \"rate\": 3.5\n            },\n            {\n                \"id\": 3,\n                \"title\": \"Nike model-934\",\n                \"description\": \"Nike model-934\",\n                \"price\": 120,\n                \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n                \"likes\": 0,\n                \"isLike\": false,\n                \"rate\": 3.5\n            },\n            {\n                \"id\": 4,\n                \"title\": \"Shirt model-131\",\n                \"description\": \"Shirt model-131\",\n                \"price\": 13,\n                \"image\": \"https://img.ltwebstatic.com/images3_pi/2022/08/22/1661139363d0af2b9ebc4be1a701c62b3af5e237ef.webp\",\n                \"likes\": 0,\n                \"isLike\": false,\n                \"rate\": 3.5\n            }\n        ]\n    },\n    \"status\": true,\n    \"alert\": null\n}"}],"_postman_id":"7c289758-a220-4b83-ba10-9d62e1344d7b"},{"name":"Filter data","id":"0bf11072-342b-4259-9084-0371e7fa5d68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8000/api/v1/search/filter","urlObject":{"port":"8000","path":["api","v1","search","filter"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5d619862-3ef6-4291-9e2f-717052a8f0c6","name":"Filter data","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/api/v1/search/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.0"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 09 Jan 2024 07:28:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"min_price\": 13,\n        \"max_price\": 120,\n        \"categories\": [\n            {\n                \"id\": 1,\n                \"name\": \"Computer\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Electronics\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Arts & Crafts\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Automotive\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Baby\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Beauty and personal care\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Women's Fashion\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Men's Fashion\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Health and Household\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 10,\n                \"name\": \"Home and Kitchen\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Industrial and Scientific\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 12,\n                \"name\": \"Luggage\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 13,\n                \"name\": \"Movies & Television\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 14,\n                \"name\": \"Pet supplies\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 15,\n                \"name\": \"Sports and Outdoors\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Tools & Home Improvement\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Toys and Games\",\n                \"parent\": 0,\n                \"icon\": \"\"\n            }\n        ]\n    },\n    \"status\": true,\n    \"alert\": null\n}"}],"_postman_id":"0bf11072-342b-4259-9084-0371e7fa5d68"},{"name":"Search","id":"c4150ad7-edb4-48f7-9fa3-6bfd6007759c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8000/api/v1/search?min_price=10&max_price=30&categories_id=3,4,5&page=1&sort=asc","urlObject":{"port":"8000","path":["api","v1","search"],"host":["localhost"],"query":[{"key":"min_price","value":"10"},{"key":"max_price","value":"30"},{"key":"categories_id","value":"3,4,5"},{"key":"page","value":"1"},{"description":{"content":"<p>asc , desc , hp =&gt; highest price , lowest price</p>\n","type":"text/plain"},"key":"sort","value":"asc"}],"variable":[]}},"response":[{"id":"2edcd49a-b39c-4d91-a61f-db2db5952810","name":"Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8000/api/v1/search?min_price=10&max_price=30&category_id=4&page=1","host":["localhost"],"port":"8000","path":["api","v1","search"],"query":[{"key":"min_price","value":"10"},{"key":"max_price","value":"30"},{"key":"category_id","value":"4"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.0"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 09 Jan 2024 07:30:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"54"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"products\": [\n            {\n                \"id\": 1,\n                \"title\": \"Nike model-934\",\n                \"description\": \"Nike model-934\",\n                \"price\": 120,\n                \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n                \"likes\": 10,\n                \"isLike\": true,\n                \"rate\": 3.5\n            },\n            {\n                \"id\": 2,\n                \"title\": \"Nike model-934\",\n                \"description\": \"Nike model-934\",\n                \"price\": 120,\n                \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n                \"likes\": 10,\n                \"isLike\": true,\n                \"rate\": 3.5\n            },\n            {\n                \"id\": 3,\n                \"title\": \"Nike model-934\",\n                \"description\": \"Nike model-934\",\n                \"price\": 120,\n                \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n                \"likes\": 10,\n                \"isLike\": true,\n                \"rate\": 3.5\n            },\n            {\n                \"id\": 4,\n                \"title\": \"Shirt model-131\",\n                \"description\": \"Shirt model-131\",\n                \"price\": 13,\n                \"image\": \"https://img.ltwebstatic.com/images3_pi/2022/08/22/1661139363d0af2b9ebc4be1a701c62b3af5e237ef.webp\",\n                \"likes\": 10,\n                \"isLike\": true,\n                \"rate\": 3.5\n            }\n        ],\n        \"pagination\": {\n            \"page_number\": 1,\n            \"total_rows\": 4,\n            \"total_pages\": 1,\n            \"has_previous_page\": false,\n            \"has_next_page\": false\n        }\n    },\n    \"status\": true,\n    \"alert\": null\n}"}],"_postman_id":"c4150ad7-edb4-48f7-9fa3-6bfd6007759c"}],"id":"cf6a45a0-68c3-40f9-8ad3-b6065db47b77","_postman_id":"cf6a45a0-68c3-40f9-8ad3-b6065db47b77","description":""},{"name":"products","item":[{"name":"products","id":"982f7961-da1a-4afd-a08d-ed020f3693f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8000/api/v1/product","urlObject":{"port":"8000","path":["api","v1","product"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ec587791-4a86-4f33-90ac-6d8f026f8986","name":"products","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/api/v1/product"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 19 Nov 2023 19:50:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"id\": 1,\n            \"user_id\": 1,\n            \"title\": \"Nike model-934\",\n            \"slug\": \"nike-model-934\",\n            \"description\": \"Nike model-934\",\n            \"price\": 120,\n            \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n            \"inventory\": 10,\n            \"view_count\": 10,\n            \"created_at\": \"2023-11-19T15:11:46.000000Z\",\n            \"updated_at\": \"2023-11-19T15:11:46.000000Z\"\n        },\n        {\n            \"id\": 2,\n            \"user_id\": 1,\n            \"title\": \"Nike model-934\",\n            \"slug\": \"nike-model-934\",\n            \"description\": \"Nike model-934\",\n            \"price\": 120,\n            \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n            \"inventory\": 10,\n            \"view_count\": 10,\n            \"created_at\": \"2023-11-19T15:11:46.000000Z\",\n            \"updated_at\": \"2023-11-19T15:11:46.000000Z\"\n        },\n        {\n            \"id\": 3,\n            \"user_id\": 1,\n            \"title\": \"Nike model-934\",\n            \"slug\": \"nike-model-934\",\n            \"description\": \"Nike model-934\",\n            \"price\": 120,\n            \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n            \"inventory\": 10,\n            \"view_count\": 10,\n            \"created_at\": \"2023-11-19T15:11:46.000000Z\",\n            \"updated_at\": \"2023-11-19T15:11:46.000000Z\"\n        },\n        {\n            \"id\": 4,\n            \"user_id\": 1,\n            \"title\": \"Shirt model-131\",\n            \"slug\": \"shirt-model-131\",\n            \"description\": \"Shirt model-131\",\n            \"price\": 13,\n            \"image\": \"https://img.ltwebstatic.com/images3_pi/2022/08/22/1661139363d0af2b9ebc4be1a701c62b3af5e237ef.webp\",\n            \"inventory\": 10,\n            \"view_count\": 10,\n            \"created_at\": \"2023-11-19T15:11:46.000000Z\",\n            \"updated_at\": \"2023-11-19T15:11:46.000000Z\"\n        }\n    ],\n    \"status\": true,\n    \"alert\": null\n}"}],"_postman_id":"982f7961-da1a-4afd-a08d-ed020f3693f3"},{"name":"get products","id":"b415a1a1-e47e-4f01-8fec-fcd82999945b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8000/api/v1/product/1","urlObject":{"port":"8000","path":["api","v1","product","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"39e4e9d6-7c71-4acd-85c9-1a868b21f16e","name":"get products","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/api/v1/product/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 19 Nov 2023 19:51:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"id\": 1,\n        \"title\": \"Nike model-934\",\n        \"description\": \"Nike model-934\",\n        \"price\": 120,\n        \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n        \"likes\": 0,\n        \"isLike\": false,\n        \"rate\": 3.5,\n        \"category\": {\n            \"id\": 2,\n            \"name\": \"Electronics\",\n            \"parent\": 0,\n            \"icon\": \"\"\n        },\n        \"comments\": [\n            {\n                \"user\": {\n                    \"first_name\": \"Soheil\",\n                    \"last_name\": \"Khaledabadi\",\n                    \"image\": \"https://images.unsplash.com/photo-1633332755192-727a05c4013d\"\n                },\n                \"comment\": \"This product is amazing! I love it!\",\n                \"create_at\": \"2023-11-19T19:51:08.385793Z\",\n                \"rate\": 3.5\n            },\n            {\n                \"user\": {\n                    \"first_name\": \"John\",\n                    \"last_name\": \"Doe\",\n                    \"image\": \"https://images.unsplash.com/photo-1633332755192-727a05c4013d\"\n                },\n                \"comment\": \"This product is amazing! I love it!\",\n                \"create_at\": \"2023-11-19T19:51:08.385798Z\",\n                \"rate\": 3.5\n            },\n            {\n                \"user\": {\n                    \"first_name\": \"Alice\",\n                    \"last_name\": \"Smith\",\n                    \"image\": \"https://images.unsplash.com/photo-1633332755192-727a05c4013d\"\n                },\n                \"comment\": \"This product is amazing! I love it!\",\n                \"create_at\": \"2023-11-19T19:51:08.385802Z\",\n                \"rate\": 3.5\n            },\n            {\n                \"user\": {\n                    \"first_name\": \"Michael\",\n                    \"last_name\": \"Johnson\",\n                    \"image\": \"https://images.unsplash.com/photo-1633332755192-727a05c4013d\"\n                },\n                \"comment\": \"This product is amazing! I love it!\",\n                \"create_at\": \"2023-11-19T19:51:08.385804Z\",\n                \"rate\": 3.5\n            },\n            {\n                \"user\": {\n                    \"first_name\": \"Emily\",\n                    \"last_name\": \"Williams\",\n                    \"image\": \"https://images.unsplash.com/photo-1633332755192-727a05c4013d\"\n                },\n                \"comment\": \"This product is amazing! I love it!\",\n                \"create_at\": \"2023-11-19T19:51:08.385807Z\",\n                \"rate\": 3.5\n            }\n        ],\n        \"gallery\": [\n            \"https://dkstatics-public.digikala.com/digikala-products/0795518309651e3dda9fde57c607389380138e41_1681912848.jpg\",\n            \"https://dkstatics-public.digikala.com/digikala-products/db0cc3025e0cc1ce4b66facca2ada2d69a804a03_1681912853.jpg\",\n            \"https://dkstatics-public.digikala.com/digikala-products/391e9ce961e2a603642be1cf1ce2a3c6c08cd43c_1681912851.jpg\"\n        ]\n    },\n    \"status\": true,\n    \"alert\": null\n}"}],"_postman_id":"b415a1a1-e47e-4f01-8fec-fcd82999945b"},{"name":"like product","id":"b52c7c60-ef97-440c-82ff-1758f020d0b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8000/api/v1/product/2/like","urlObject":{"port":"8000","path":["api","v1","product","2","like"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8cec3b1b-5293-468a-96d7-ea59821e4c83","name":"like product","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/api/v1/product/1/like"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 Nov 2023 20:00:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": null,\n    \"status\": true,\n    \"alert\": {\n        \"title\": \"Success\",\n        \"message\": \"Product liked successfully\"\n    }\n}"}],"_postman_id":"b52c7c60-ef97-440c-82ff-1758f020d0b3"},{"name":"watch list","id":"f22def13-7283-48b9-b4d6-1683410d171e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8000/api/v1/product/wishlist","urlObject":{"port":"8000","path":["api","v1","product","wishlist"],"host":["localhost"],"query":[{"disabled":true,"key":"category_id","value":"2"},{"disabled":true,"key":"per_page","value":"1"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"3abc0ba4-223f-43b6-9e85-7c4d39611ef2","name":"watch list","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/api/v1/product/watch_list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.1.25"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 21 Nov 2023 20:01:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"52"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": [\n        {\n            \"product_id\": 1,\n            \"user_id\": 1,\n            \"product\": {\n                \"id\": 1,\n                \"user_id\": 1,\n                \"title\": \"Nike model-934\",\n                \"slug\": \"nike-model-934\",\n                \"description\": \"Nike model-934\",\n                \"price\": 120,\n                \"image\": \"https://www.deadstock.de/wp-content/uploads/2023/01/Jordan-1-Mid-Barely-Grape-DQ8423-501-dead-stock-titel-bild-.jpeg\",\n                \"inventory\": 10,\n                \"view_count\": 10,\n                \"created_at\": \"2023-11-19T15:11:46.000000Z\",\n                \"updated_at\": \"2023-11-19T15:11:46.000000Z\"\n            }\n        }\n    ],\n    \"status\": true,\n    \"alert\": null\n}"}],"_postman_id":"f22def13-7283-48b9-b4d6-1683410d171e"}],"id":"e1b166e0-d94d-498e-8bf1-2c31f6dff62d","_postman_id":"e1b166e0-d94d-498e-8bf1-2c31f6dff62d","description":""},{"name":"Basket","item":[{"name":"Add basket","id":"2b9a0c88-3df5-447a-b12c-64ce504166aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"product\" : 1,\n    \"count\" : 1\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/v1/basket/add","urlObject":{"port":"8000","path":["api","v1","basket","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b9a0c88-3df5-447a-b12c-64ce504166aa"},{"name":"List basket","id":"9bb73ad8-ca4a-4c53-aedd-971332c0e999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"product\" : 1,\n    \"count\" : 1\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/v1/basket","urlObject":{"port":"8000","path":["api","v1","basket"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bb73ad8-ca4a-4c53-aedd-971332c0e999"},{"name":"Delete basket","id":"39a8c65a-9ed9-4ef8-b038-e4aea33eb7b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"product\" : 1\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/v1/basket/delete","urlObject":{"port":"8000","path":["api","v1","basket","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"39a8c65a-9ed9-4ef8-b038-e4aea33eb7b6"},{"name":"Buy basket","id":"b015c9c5-4cbf-4cf0-88ff-79047c5a4d39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"product\" : 1\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/v1/basket/buy","urlObject":{"port":"8000","path":["api","v1","basket","buy"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b015c9c5-4cbf-4cf0-88ff-79047c5a4d39"}],"id":"174e398f-b1c9-4ec9-bbaf-b3e0f193c445","_postman_id":"174e398f-b1c9-4ec9-bbaf-b3e0f193c445","description":""},{"name":"Profile","item":[{"name":"Get profile","id":"4215d22d-d278-4829-9979-b46842537e8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8000/api/v1/profile","urlObject":{"port":"8000","path":["api","v1","profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4215d22d-d278-4829-9979-b46842537e8c"},{"name":"Update profile","id":"628e197c-1520-4c8e-a7d4-9754045640cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"soheil udpated","type":"text"},{"key":"image","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/soheil/Documents/IMG_20240106_201410_343.jpg"],"src":"/Users/soheil/Documents/IMG_20240106_201410_343.jpg"},{"key":"age","value":"10","type":"text"}]},"url":"localhost:8000/api/v1/profile","urlObject":{"port":"8000","path":["api","v1","profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"628e197c-1520-4c8e-a7d4-9754045640cf"},{"name":"Get Address Users","id":"0b4373ff-cf60-4ea3-b6e0-e2a5ef3af08e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8000/api/v1/address","urlObject":{"port":"8000","path":["api","v1","address"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b4373ff-cf60-4ea3-b6e0-e2a5ef3af08e"},{"name":"Add address user","id":"3a63bad1-9137-468f-9be3-0afe8d8391ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\" : \"this is test address\",\n    \"city\" : \"kashan\",\n    \"county\" : \"iran\",\n    \"state\" : \"this is test state\",\n    \"zip_code\" : \"this is test state\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8001/api/v1/address","urlObject":{"port":"8001","path":["api","v1","address"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a64cc064-008d-4f03-a721-ee3d6f06765a","name":"Add address user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"address\" : \"this is test address\",\n    \"city\" : \"kashan\",\n    \"county\" : \"iran\",\n    \"state\" : \"this is test state\",\n    \"zip_code\" : \"this is test state\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8001/api/v1/address"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8001"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.0"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 27 Jan 2024 09:39:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"id\": 13,\n        \"address\": \"this is test address\",\n        \"city\": \"kashan\",\n        \"county\": \"iran\",\n        \"state\": \"this is test state\",\n        \"zip_code\": \"this is test state\"\n    },\n    \"status\": true,\n    \"alert\": null\n}"}],"_postman_id":"3a63bad1-9137-468f-9be3-0afe8d8391ae"}],"id":"2c8e6e86-4b1d-42d5-8139-6d15bc3ce999","_postman_id":"2c8e6e86-4b1d-42d5-8139-6d15bc3ce999","description":""},{"name":"Comment","item":[{"name":"Get Comment","id":"c66f4bbe-df83-4618-a14f-704ab528f383","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost/api/v1/product/1/comment","urlObject":{"path":["api","v1","product","1","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c66f4bbe-df83-4618-a14f-704ab528f383"},{"name":"Create comment","id":"5a6a8531-07c2-49a5-a085-591521d78d10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"product_id\" : 1,\n    \"parent\" : 1,\n    \"comment\" : \"tehis\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/v1/comment","urlObject":{"port":"8000","path":["api","v1","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"eb24db12-843c-401c-8aef-4e2ac94f1b31","name":"Create comment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"product_id\" : 1,\n    \"parent\" : 1,\n    \"comment\" : \"tehis\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/v1/comment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.0"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 21 Jan 2024 15:24:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"47"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": null,\n    \"status\": true,\n    \"alert\": {\n        \"title\": \"Comment\",\n        \"message\": \"It is registered successfully\"\n    }\n}"}],"_postman_id":"5a6a8531-07c2-49a5-a085-591521d78d10"}],"id":"f2f45146-04ff-47d5-8118-8da97b4bb5a2","_postman_id":"f2f45146-04ff-47d5-8118-8da97b4bb5a2","description":""},{"name":"Orders","item":[{"name":"Get Order","id":"4d0aa333-15ca-4e0e-9301-26f607414115","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8000/api/v1/orders","urlObject":{"port":"8000","path":["api","v1","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d0aa333-15ca-4e0e-9301-26f607414115"}],"id":"803267ba-6119-451f-a4b4-86b21aceea75","_postman_id":"803267ba-6119-451f-a4b4-86b21aceea75","description":""},{"name":"Notifications","item":[{"name":"Get All","id":"f46baa4e-00cb-4494-a1f9-e89990aced3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8000/api/v1/notifications","urlObject":{"port":"8000","path":["api","v1","notifications"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f46baa4e-00cb-4494-a1f9-e89990aced3d"},{"name":"Get All unread","id":"ebd58b48-f951-417d-a596-48c08ca1e247","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8000/api/v1/notifications/unread","urlObject":{"port":"8000","path":["api","v1","notifications","unread"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebd58b48-f951-417d-a596-48c08ca1e247"}],"id":"afb81794-b2d2-42b8-91a2-61d95c91bb8c","_postman_id":"afb81794-b2d2-42b8-91a2-61d95c91bb8c","description":""}],"event":[{"listen":"prerequest","script":{"id":"87b20dec-9fde-4f0e-9e93-2ce9ff82f114","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b495e563-0946-4ade-9184-7c526ba605a8","type":"text/javascript","exec":[""]}}],"variable":[{"key":"host","value":"localhost","type":"string"},{"key":"port","value":"8000","type":"string"},{"key":"token","value":"2|1j6mLbMMMyGocNZa21M5ovcBMG07Zqfa1ry43MDK67912e9f","type":"string"}]}