{"info":{"_postman_id":"03b8f4b9-df36-48b0-9b4e-1cbcff8169db","name":"BlogTask","description":"<html><head></head><body><p>api collection with doc</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"34519107","collectionId":"03b8f4b9-df36-48b0-9b4e-1cbcff8169db","publishedId":"2sB3HnLL25","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-09-10T01:45:25.000Z"},"item":[{"name":"posts","item":[{"name":"show_one_post","id":"57fbfa0b-8ef9-4555-8efc-8ded89f5dabb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{Local_Url}}/posts/5","urlObject":{"path":["posts","5"],"host":["{{Local_Url}}"],"query":[],"variable":[]}},"response":[{"id":"6a7fce31-255f-4bca-944a-c972ec67681e","name":"show_one_post","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{Local_Url}}/posts/5"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 09 Sep 2025 19:25:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"phpdebugbar-id","value":"01K4QZ1WQ00CHG0WQ4JV1YEAT3"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Post retrieved successfully\",\n    \"data\": {\n        \"id\": 5,\n        \"title\": \"Test deleted\",\n        \"content\": \"test post\",\n        \"user_id\": \"mustafaelkhokhy@gmail.com\",\n        \"created_at\": \"2025-09-09 06:29:33\",\n        \"updated_at\": \"2025-09-09 06:29:33\"\n    },\n    \"errors\": null\n}"}],"_postman_id":"57fbfa0b-8ef9-4555-8efc-8ded89f5dabb"},{"name":"create","id":"ff958b9f-3a08-4b83-a946-b76170f9d2b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"test title from api4","type":"text","uuid":"bd2a38d7-c1fc-4e92-8fcd-caff26aa61e0"},{"key":"content","value":"test contnet fomr api4","type":"text","uuid":"22708b09-1db3-4ca6-8d6a-b72c37000062"},{"key":"image","type":"file","uuid":"2789b9ae-0e7f-4020-bf93-9bb90a1f8e63","src":"/D:/admin.png"}]},"url":"{{Local_Url}}/posts/","urlObject":{"path":["posts",""],"host":["{{Local_Url}}"],"query":[],"variable":[]}},"response":[{"id":"4de0a492-b0db-487b-9a21-0097e49c84f2","name":"create","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"test title from api4","type":"text","uuid":"bd2a38d7-c1fc-4e92-8fcd-caff26aa61e0"},{"key":"content","value":"test contnet fomr api4","type":"text","uuid":"22708b09-1db3-4ca6-8d6a-b72c37000062"},{"key":"image","type":"file","uuid":"2789b9ae-0e7f-4020-bf93-9bb90a1f8e63","src":"/D:/admin.png"}]},"url":"{{Local_Url}}/posts/"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 09 Sep 2025 19:34:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"phpdebugbar-id","value":"01K4QZJKBDNXGXVVSWV2MQ70HP"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Post added successfully\",\n    \"data\": {\n        \"id\": 8,\n        \"title\": \"Test title from api3\",\n        \"content\": \"test contnet fomr api3\",\n        \"email\": \"mustafaelkhokhy@gmail.com\",\n        \"user_id\": 1,\n        \"name\": \"Mustapha Khalid\",\n        \"image\": \"posts/1757446491_admin.png\",\n        \"created_at\": \"2025-09-09T19:34:51.000000Z\",\n        \"updated_at\": \"2025-09-09T19:34:51.000000Z\"\n    },\n    \"errors\": null\n}"}],"_postman_id":"ff958b9f-3a08-4b83-a946-b76170f9d2b4"},{"name":"update","id":"0528be1c-1c6d-4d66-b36a-c72d37b0837b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"My updated post title33\",\r\n  \"content\": \"This is the updated content for the post33\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Local_Url}}/posts/7","urlObject":{"path":["posts","7"],"host":["{{Local_Url}}"],"query":[],"variable":[]}},"response":[{"id":"fbf7ec5c-6d12-40d5-98d6-aa88d40021c9","name":"update","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"My updated post title33\",\r\n  \"content\": \"This is the updated content for the post33\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Local_Url}}/posts/7"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 09 Sep 2025 19:52:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"phpdebugbar-id","value":"01K4R0K3EPVY2VYCKMM4281B7E"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Post updated successfully\",\n    \"data\": {\n        \"id\": 7,\n        \"user_id\": 1,\n        \"title\": \"My updated post title\",\n        \"content\": \"This is the updated content for the post\",\n        \"image\": \"posts/1757446431_admin.png\",\n        \"created_at\": \"2025-09-09T19:33:51.000000Z\",\n        \"updated_at\": \"2025-09-09T19:52:36.000000Z\"\n    },\n    \"errors\": null\n}"}],"_postman_id":"0528be1c-1c6d-4d66-b36a-c72d37b0837b"},{"name":"delete","id":"9749acc6-0bbb-47a8-a8e7-edc4e345faef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{Local_Url}}/posts/7","urlObject":{"path":["posts","7"],"host":["{{Local_Url}}"],"query":[],"variable":[]}},"response":[{"id":"eb296c00-6afe-46ff-aedb-92238ac54028","name":"delete","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{Local_Url}}/posts/7"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 09 Sep 2025 19:36:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"phpdebugbar-id","value":"01K4QZPFAVYBEHS3X07GN0V4EH"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Post Deleted successfully\",\n    \"data\": null,\n    \"errors\": null\n}"}],"_postman_id":"9749acc6-0bbb-47a8-a8e7-edc4e345faef"},{"name":"showAll","id":"1354e9d3-03f2-4b21-99ad-8cfad867dafe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{Local_Url}}/","urlObject":{"path":[""],"host":["{{Local_Url}}"],"query":[],"variable":[]}},"response":[{"id":"69fc269d-635c-4c53-b508-3a3545898d02","name":"showAll","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{Local_Url}}/"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 09 Sep 2025 19:21:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"phpdebugbar-id","value":"01K4QYSXRNN0479GNX3RH1QRPT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"all Posts retrieved successfully\",\n    \"data\": [\n        {\n            \"id\": 5,\n            \"title\": \"Test deleted\",\n            \"content\": \"test post\",\n            \"user_id\": \"mustafaelkhokhy@gmail.com\",\n            \"created_at\": \"2025-09-09 06:29:33\",\n            \"updated_at\": \"2025-09-09 06:29:33\"\n        }\n    ],\n    \"errors\": null\n}"}],"_postman_id":"1354e9d3-03f2-4b21-99ad-8cfad867dafe"},{"name":"showMyPosts","id":"a21d3e2d-254d-488d-a364-4d7ca15170e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-Gateway-APIKey","value":"cbf1859e-6e9e-4e56-af52-b47899c1de4a","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"bookingNo\": \"TEST-POSTMAN-001\",\r\n    \"nationalityCode\": \"113\",\r\n    \"checkInDate\": \"20260407\",\r\n    \"checkOutDate\": \"20260408\",\r\n    \"totalDurationDays\": \"1\",\r\n    \"allotedRoomNo\": \"101\",\r\n    \"roomRentType\": \"1\",\r\n    \"dailyRoomRate\": \"100\",\r\n    \"totalRoomRate\": \"100\",\r\n    \"vat\": \"15\",\r\n    \"municipalityTax\": \"0\",\r\n    \"discount\": \"0\",\r\n    \"grandTotal\": \"115\",\r\n    \"transactionTypeId\": \"1\",\r\n    \"gender\": \"1\",\r\n    \"userId\": \"10007231\",\r\n    \"transactionId\": null,\r\n    \"checkInTime\": \"0\",\r\n    \"checkOutTime\": \"0\",\r\n    \"customerType\": \"1\",\r\n    \"noOfGuest\": \"1\",\r\n    \"roomType\": \"1\",\r\n    \"purposeOfVisit\": \"1\",\r\n    \"dateOfBirth\": \"0\",\r\n    \"paymentType\": \"1\",\r\n    \"noOfRooms\": \"1\",\r\n    \"channel\": \"MTPRO\",     \r\n    \"cuFlag\": \"1\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://stg-api.tourism.sa/gateway/CreateOrUpdateBooking/1.0/createOrUpdateBooking","urlObject":{"protocol":"https","path":["gateway","CreateOrUpdateBooking","1.0","createOrUpdateBooking"],"host":["stg-api","tourism","sa"],"query":[],"variable":[]}},"response":[{"id":"c00054af-8f91-4028-9a9d-c01a664bc2eb","name":"showMyPosts","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{Local_Url}}/posts/"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 09 Sep 2025 19:22:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"phpdebugbar-id","value":"01K4QYWSJAZJME6S9X2EHTK3DC"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \" retrieved my posts successfully\",\n    \"data\": [\n        {\n            \"id\": 5,\n            \"title\": \"Test deleted\",\n            \"content\": \"test post\",\n            \"user_id\": \"mustafaelkhokhy@gmail.com\",\n            \"created_at\": \"2025-09-09 06:29:33\",\n            \"updated_at\": \"2025-09-09 06:29:33\"\n        }\n    ],\n    \"errors\": null\n}"}],"_postman_id":"a21d3e2d-254d-488d-a364-4d7ca15170e0"}],"id":"fae98963-181b-40e9-bb24-e4336ab40b7f","_postman_id":"fae98963-181b-40e9-bb24-e4336ab40b7f","description":""},{"name":"Auth","item":[{"name":"login","event":[{"listen":"test","script":{"id":"494959c3-2b75-4e12-9356-4fd68be336f7","exec":["let res = pm.response.json();\r","pm.environment.set('auth_token', res.data.token);"],"type":"text/javascript","packages":{}}}],"id":"95a283df-aee7-4cc6-bdd6-a3a4fbb66256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"mustafaelkhokhy@gmail.com\",\r\n    \"password\":\"123456789\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Local_Url}}/login","urlObject":{"path":["login"],"host":["{{Local_Url}}"],"query":[],"variable":[]}},"response":[{"id":"c1b5b38c-d76d-409e-9f59-df594f3791f6","name":"New Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"mustafaelkhokhy@gmail.com\",\r\n    \"password\":\"123456789\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Local_Url}}/login"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 10 Sep 2025 01:35:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"5"},{"key":"X-RateLimit-Remaining","value":"4"},{"key":"phpdebugbar-id","value":"01K4RM6P9QE86F0J5SY6XJ75ER"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"login successfuly\",\n    \"data\": {\n        \"token\": \"5|GPlxe3jRwWRdShPJXtjF28defsFYvmrgizRKu8clea97000c\",\n        \"user\": {\n            \"name\": \"Mustapha Khalid\"\n        }\n    },\n    \"errors\": null\n}"}],"_postman_id":"95a283df-aee7-4cc6-bdd6-a3a4fbb66256"},{"name":"register","id":"1a53a292-5d30-4fd0-bcf7-da87a18130ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    name : 'testApi',\r\n    email : ''\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Local_Url}}/register","urlObject":{"path":["register"],"host":["{{Local_Url}}"],"query":[],"variable":[]}},"response":[{"id":"12bae6a0-10e3-4984-b019-b7d609cfa0ff","name":"New Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \" Elkhokhy22\",\r\n    \"email\": \"Elkhokhy22@example.com\",\r\n    \"password\": \"123456789\",\r\n    \"password_confirmation\": \"123456789\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Local_Url}}/register"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 09 Sep 2025 20:39:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"phpdebugbar-id","value":"01K4R39BY1G96X0Z64QK6X1Y2K"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User registered successfully\",\n    \"data\": {\n        \"token\": \"4|8jWxl1WpDdy7Pnh016890z6ErpWdPbn5f509CDWF463d43c4\",\n        \"user\": {\n            \"id\": 2,\n            \"name\": \"Elkhokhy\",\n            \"email\": \"Elkhokhy@example.com\"\n        }\n    },\n    \"errors\": null\n}"}],"_postman_id":"1a53a292-5d30-4fd0-bcf7-da87a18130ca"},{"name":"logout","id":"57e3a191-c428-4ac1-920e-ab97ad6188eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"57e3a191-c428-4ac1-920e-ab97ad6188eb"}],"id":"f798a636-b10b-4ca0-aa78-9b4fd722850c","_postman_id":"f798a636-b10b-4ca0-aa78-9b4fd722850c","description":""},{"name":"comments","item":[{"name":"storeComment","id":"d08cd785-16e0-4327-a264-e6940f083057","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" { \r\n    \"content\": \"test api comment22\"\r\n }","options":{"raw":{"language":"json"}}},"url":"{{Local_Url}}/comments/store/7","urlObject":{"path":["comments","store","7"],"host":["{{Local_Url}}"],"query":[],"variable":[]}},"response":[{"id":"821c6a9f-e25a-45dc-a6f7-455d9a4295e5","name":"storeComment","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" { \r\n    \"content\": \"test api comment22\"\r\n }","options":{"raw":{"language":"json"}}},"url":"{{Local_Url}}/comments/store/7"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 09 Sep 2025 20:11:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"phpdebugbar-id","value":"01K4R1P9XG6JAVNKWAPNKMCGJN"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"comment added successfully\",\n    \"data\": {\n        \"id\": 5,\n        \"content\": \"test api comment\",\n        \"post_id\": 7,\n        \"user_id\": 1,\n        \"name\": \"Mustapha Khalid\",\n        \"created_at\": \"2025-09-09T20:11:50.000000Z\",\n        \"updated_at\": \"2025-09-09T20:11:50.000000Z\"\n    },\n    \"errors\": null\n}"}],"_postman_id":"d08cd785-16e0-4327-a264-e6940f083057"},{"name":"deleteComment","id":"3e94f5ec-dbf2-4466-bd6e-a0de2934cc4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" { \r\n    \"content\": \"test api comment22\"\r\n }"},"url":"{{Local_Url}}/comments/5","urlObject":{"path":["comments","5"],"host":["{{Local_Url}}"],"query":[],"variable":[]}},"response":[{"id":"129e802e-150c-4df1-855b-f79415e51fc2","name":"deleteComment","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" { \r\n    \"content\": \"test api comment22\"\r\n }"},"url":"{{Local_Url}}/comments/5"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 09 Sep 2025 20:21:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"phpdebugbar-id","value":"01K4R27JHB7FC2E0X8H340CQX3"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"comment deleted successfully\",\n    \"data\": {\n        \"id\": 4,\n        \"content\": \"testy\",\n        \"post_id\": 5,\n        \"user_id\": 1,\n        \"name\": \"Mustapha Khalid\",\n        \"created_at\": \"2025-09-09T11:56:27.000000Z\",\n        \"updated_at\": \"2025-09-09T11:56:27.000000Z\"\n    },\n    \"errors\": null\n}"}],"_postman_id":"3e94f5ec-dbf2-4466-bd6e-a0de2934cc4c"},{"name":"updateComment","id":"82b20390-7d0d-4718-9a35-ba1ba46344e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" { \r\n    \"content\": \"update api comment22\"\r\n }"},"url":"{{Local_Url}}/comments/5","urlObject":{"path":["comments","5"],"host":["{{Local_Url}}"],"query":[],"variable":[]}},"response":[{"id":"a55571ef-2394-41d5-8644-5388300e75b6","name":"updateComment","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":" { \r\n    \"content\": \"update api comment22\"\r\n }"},"url":"{{Local_Url}}/comments/5"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.2.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 09 Sep 2025 20:20:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"phpdebugbar-id","value":"01K4R26RMBEVRTRSDAY8DPTV9B"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"comment updated successfully\",\n    \"data\": {\n        \"id\": 5,\n        \"content\": \"update api comment\",\n        \"post_id\": 7,\n        \"user_id\": 1,\n        \"name\": \"Mustapha Khalid\",\n        \"created_at\": \"2025-09-09T20:11:50.000000Z\",\n        \"updated_at\": \"2025-09-09T20:20:49.000000Z\"\n    },\n    \"errors\": null\n}"}],"_postman_id":"82b20390-7d0d-4718-9a35-ba1ba46344e4"}],"id":"5ada5ff2-d5af-4175-8e88-974cadb737d3","_postman_id":"5ada5ff2-d5af-4175-8e88-974cadb737d3","description":""},{"name":"Realtime","id":"eda06eaf-f070-4588-a06a-920c1fdd5c29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"eda06eaf-f070-4588-a06a-920c1fdd5c29"}],"event":[{"listen":"prerequest","script":{"id":"c45f8203-90c6-4601-9b1e-d0c9167f2575","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"6313c69c-0e86-41bb-8b06-38d1f5301c74","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"value":""}]}