{"info":{"_postman_id":"62ffcc11-d01f-40f9-a5f6-bf483d3cb8c1","name":"Techdiary API","description":"<html><head></head><body><p><img src=\"https://res.cloudinary.com/techdiary-dev/image/upload/v1632182183/static-assets/nr0ynarwfl8jgotnzx6z.png\" alt=\"\"></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14617854","collectionId":"62ffcc11-d01f-40f9-a5f6-bf483d3cb8c1","publishedId":"TzsZqTjA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"000"},"publishDate":"2021-07-23T20:17:24.000Z"},"item":[{"name":"Authentication","item":[{"name":"OAuth","item":[{"name":"redirect","id":"186bdfe7-e08b-4fa9-806d-c25bada877c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://api.techdiary.test/api/oauth/:service","urlObject":{"path":["api","oauth",":service"],"host":["http://api.techdiary.test"],"query":[],"variable":[{"type":"any","value":"github","key":"service"}]}},"response":[],"_postman_id":"186bdfe7-e08b-4fa9-806d-c25bada877c0"},{"name":"Grand Token","event":[{"listen":"test","script":{"id":"015752aa-9b75-4045-8a2d-68631fc8298c","exec":["var jsonData = pm.response.json();","","pm.collectionVariables.set(\"access_token\", jsonData?.access_token);"],"type":"text/javascript","packages":{}}}],"id":"9a908dc1-e0cc-4818-a9b4-b9f1f7f98edd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"password\",\n    \"email\": \"rayhan095@gmail.com\",\n    \"password\": \"rayhan123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/oauth/token","description":"<p><strong>Allowed payload</strong></p>\n<ul>\n<li><p>grant_type: string</p>\n<ul>\n<li><p>authorization_code</p>\n</li>\n<li><p>refresh_token</p>\n</li>\n<li><p>password</p>\n</li>\n</ul>\n</li>\n<li><p>slug</p>\n</li>\n</ul>\n","urlObject":{"path":["api","oauth","token"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a908dc1-e0cc-4818-a9b4-b9f1f7f98edd"}],"id":"11b7b88c-790a-4b2b-9c40-589585578e29","_postman_id":"11b7b88c-790a-4b2b-9c40-589585578e29","description":""},{"name":"Signed Login","id":"5a0d6d94-9aef-4a44-a8e9-64dc1ccdc8df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"user_id\": \"d66a45fc-712d-4c10-8f8b-e4b0ce546c27\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/signed-login?signature=8cd36a483462608d451188efd648dcaee0e3878bcc49a5ca8db9fa501c269b1f","urlObject":{"path":["api","auth","signed-login"],"host":["http://api.techdiary.test"],"query":[{"key":"signature","value":"8cd36a483462608d451188efd648dcaee0e3878bcc49a5ca8db9fa501c269b1f"}],"variable":[]}},"response":[],"_postman_id":"5a0d6d94-9aef-4a44-a8e9-64dc1ccdc8df"},{"name":"Forgot Password","id":"39bddf76-9f23-4007-a182-c041bfb014c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"rayhan095@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/forgot-password","urlObject":{"path":["api","auth","forgot-password"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"39bddf76-9f23-4007-a182-c041bfb014c4"}],"id":"a390f369-4966-45a6-89d6-0ecebf57b629","_postman_id":"a390f369-4966-45a6-89d6-0ecebf57b629","description":""},{"name":"Authentication (Cookie Based)","item":[{"name":"Get Cookie","id":"cb103b40-7a3c-4b55-8927-138601a20f3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://api.techdiary.test/sanctum/csrf-cookie","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["sanctum","csrf-cookie"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb103b40-7a3c-4b55-8927-138601a20f3a"},{"name":"Login","event":[{"listen":"prerequest","script":{"id":"d580a82a-987a-49b8-818d-55decf9dc449","exec":["const url = pm.collectionVariables.get(\"url\");","","pm.sendRequest({","    url: `${url}/sanctum/csrf-cookie`,","    method: 'GET'","}, function (error, response, { cookies }) {","    if (!error) {","        pm.collectionVariables.set(\"xsrf_token\", cookies.get('XSRF-TOKEN'));","    }","})"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"064cc4b7-356e-47e0-9ac7-6bc8abdccd94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"fd987daa-d0d8-43a7-86e5-ccfd76e187ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-XSRF-TOKEN","value":""},{"key":"Referer","value":""}],"body":{"mode":"raw","raw":"{\n    \"email\": \"rayhan095@gmail.com\",\n    \"password\": \"rayhan123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/login","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["api","auth","login"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd987daa-d0d8-43a7-86e5-ccfd76e187ef"},{"name":"Logout","event":[{"listen":"prerequest","script":{"id":"d580a82a-987a-49b8-818d-55decf9dc449","exec":["const url = pm.collectionVariables.get(\"url\");","","pm.sendRequest({","    url: `${url}/sanctum/csrf-cookie`,","    method: 'GET'","}, function (error, response, { cookies }) {","    if (!error) {","        pm.collectionVariables.set(\"xsrf_token\", cookies.get('XSRF-TOKEN'));","    }","})"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"064cc4b7-356e-47e0-9ac7-6bc8abdccd94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"043ca9b5-e219-4ef3-96c2-b38f25733773","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-XSRF-TOKEN","value":""},{"key":"Referer","value":""}],"body":{"mode":"raw","raw":"{\n    \"email\": \"rayhan095@gmail.com\",\n    \"password\": \"rayhan123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/logout","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["api","auth","logout"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"043ca9b5-e219-4ef3-96c2-b38f25733773"},{"name":"Register","event":[{"listen":"prerequest","script":{"id":"d580a82a-987a-49b8-818d-55decf9dc449","exec":["pm.sendRequest({","    url: 'http://api.techdiary.test/sanctum/csrf-cookie',","    method: 'GET'","}, function (error, response, { cookies }) {","    if (!error) {","        pm.collectionVariables.set(\"xsrf_token\", cookies.get('XSRF-TOKEN'));","    }","})"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"064cc4b7-356e-47e0-9ac7-6bc8abdccd94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7bf58539-c832-480b-84a2-3bcda388682a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-XSRF-TOKEN","value":""},{"key":"Referer","value":""}],"body":{"mode":"raw","raw":"{\n    \"name\": \"mili\",\n    \"username\": \"mili\",\n    \"email\": \"mili@yopmail.com\",\n    \"password\": \"example123\",\n    \"password_confirmation\": \"example123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/register","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["api","auth","register"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"7bf58539-c832-480b-84a2-3bcda388682a"},{"name":"Forgot Password","event":[{"listen":"prerequest","script":{"id":"d580a82a-987a-49b8-818d-55decf9dc449","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"064cc4b7-356e-47e0-9ac7-6bc8abdccd94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9cd59b0f-84db-4e05-a485-f1f4f9e0093d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-XSRF-TOKEN","value":""},{"key":"Referer","value":""}],"body":{"mode":"raw","raw":"{\n    \"email\": \"john@yopmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/forgot-password","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["api","auth","forgot-password"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cd59b0f-84db-4e05-a485-f1f4f9e0093d"},{"name":"Reset Password","event":[{"listen":"prerequest","script":{"id":"d580a82a-987a-49b8-818d-55decf9dc449","exec":["pm.sendRequest({","    url: 'http://api.techdiary.test/sanctum/csrf-cookie',","    method: 'GET'","}, function (error, response, { cookies }) {","    if (!error) {","        pm.collectionVariables.set(\"xsrf_token\", cookies.get('XSRF-TOKEN'));","    }","})"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"064cc4b7-356e-47e0-9ac7-6bc8abdccd94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"7ca78a50-a403-4121-b69c-c43a1e69d4d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-XSRF-TOKEN","value":""},{"key":"Referer","value":""}],"body":{"mode":"raw","raw":"{\n    \"token\": \"022ce0a23316eab5640b2862129a7830f934447be836e547249577d664207f0d\",\n    \"email\": \"john@yopmail.com\",\n    \"password\": \"rayhan123\",\n    \"password_confirmation\": \"rayhan123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/reset-password","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["api","auth","reset-password"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ca78a50-a403-4121-b69c-c43a1e69d4d7"},{"name":"Change Password","event":[{"listen":"prerequest","script":{"id":"d580a82a-987a-49b8-818d-55decf9dc449","exec":["pm.sendRequest({","    url: 'http://api.techdiary.test/sanctum/csrf-cookie',","    method: 'GET'","}, function (error, response, { cookies }) {","    if (!error) {","        pm.collectionVariables.set(\"xsrf_token\", cookies.get('XSRF-TOKEN'));","    }","})"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"064cc4b7-356e-47e0-9ac7-6bc8abdccd94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c7ab5206-1890-49fc-a352-e2ff959ef647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"X-XSRF-TOKEN","value":""},{"key":"Referer","value":""}],"body":{"mode":"raw","raw":"{\n    \"current_password\": \"rayhan123\",\n    \"password\": \"rayhan123\",\n    \"password_confirmation\": \"rayhan123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/user/password","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["api","auth","user","password"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7ab5206-1890-49fc-a352-e2ff959ef647"},{"name":"Sudo Password Confirmation Status","event":[{"listen":"prerequest","script":{"id":"d580a82a-987a-49b8-818d-55decf9dc449","exec":["pm.sendRequest({","    url: 'http://api.techdiary.test/sanctum/csrf-cookie',","    method: 'GET'","}, function (error, response, { cookies }) {","    if (!error) {","        pm.collectionVariables.set(\"xsrf_token\", cookies.get('XSRF-TOKEN'));","    }","})"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"064cc4b7-356e-47e0-9ac7-6bc8abdccd94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"88c39cea-ac3d-46e4-8271-ee0b3ecf78c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-XSRF-TOKEN","value":""},{"key":"Referer","value":""}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/user/confirmed-password-status","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["api","auth","user","confirmed-password-status"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"88c39cea-ac3d-46e4-8271-ee0b3ecf78c4"},{"name":"Sudo Confirm Password","event":[{"listen":"prerequest","script":{"id":"d580a82a-987a-49b8-818d-55decf9dc449","exec":["pm.sendRequest({","    url: 'http://api.techdiary.test/sanctum/csrf-cookie',","    method: 'GET'","}, function (error, response, { cookies }) {","    if (!error) {","        pm.collectionVariables.set(\"xsrf_token\", cookies.get('XSRF-TOKEN'));","    }","})"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"064cc4b7-356e-47e0-9ac7-6bc8abdccd94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"07a708e4-44d3-4790-8973-73af9a829c7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-XSRF-TOKEN","value":""},{"key":"Referer","value":""}],"body":{"mode":"raw","raw":"{\n    \"password\": \"rayhan123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/user/confirm-password","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["api","auth","user","confirm-password"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"07a708e4-44d3-4790-8973-73af9a829c7e"},{"name":"Enable Two factor authentication","event":[{"listen":"prerequest","script":{"id":"d580a82a-987a-49b8-818d-55decf9dc449","exec":["pm.sendRequest({","    url: 'http://api.techdiary.test/sanctum/csrf-cookie',","    method: 'GET'","}, function (error, response, { cookies }) {","    if (!error) {","        pm.collectionVariables.set(\"xsrf_token\", cookies.get('XSRF-TOKEN'));","    }","})"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"064cc4b7-356e-47e0-9ac7-6bc8abdccd94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0ea4d31b-6d11-45a7-a0b4-4a1a1d49f44b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-XSRF-TOKEN","value":""},{"key":"Referer","value":""}],"body":{"mode":"raw","raw":"{\n    \"password\": \"rayhan123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/user/two-factor-authentication","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["api","auth","user","two-factor-authentication"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ea4d31b-6d11-45a7-a0b4-4a1a1d49f44b"},{"name":"Confirm 2FA","event":[{"listen":"prerequest","script":{"id":"d580a82a-987a-49b8-818d-55decf9dc449","exec":["pm.sendRequest({","    url: 'http://api.techdiary.test/sanctum/csrf-cookie',","    method: 'GET'","}, function (error, response, { cookies }) {","    if (!error) {","        pm.collectionVariables.set(\"xsrf_token\", cookies.get('XSRF-TOKEN'));","    }","})"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"064cc4b7-356e-47e0-9ac7-6bc8abdccd94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3fec249c-5787-47a7-a284-aa7540358d11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-XSRF-TOKEN","value":""},{"key":"Referer","value":""}],"body":{"mode":"raw","raw":"{\n    \"code\": \"333196\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/user/confirmed-two-factor-authentication","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["api","auth","user","confirmed-two-factor-authentication"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fec249c-5787-47a7-a284-aa7540358d11"},{"name":"Disable Two factor authentication","event":[{"listen":"prerequest","script":{"id":"d580a82a-987a-49b8-818d-55decf9dc449","exec":["pm.sendRequest({","    url: 'http://api.techdiary.test/sanctum/csrf-cookie',","    method: 'GET'","}, function (error, response, { cookies }) {","    if (!error) {","        pm.collectionVariables.set(\"xsrf_token\", cookies.get('XSRF-TOKEN'));","    }","})"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"064cc4b7-356e-47e0-9ac7-6bc8abdccd94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"68e21358-e357-47d9-a486-01a2bd57a4cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"X-XSRF-TOKEN","value":""},{"key":"Referer","value":""}],"body":{"mode":"raw","raw":"{\n    \"password\": \"rayhan123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/user/two-factor-authentication","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["api","auth","user","two-factor-authentication"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"68e21358-e357-47d9-a486-01a2bd57a4cf"},{"name":"Two factor qr code","event":[{"listen":"prerequest","script":{"id":"d580a82a-987a-49b8-818d-55decf9dc449","exec":["pm.sendRequest({","    url: 'http://api.techdiary.test/sanctum/csrf-cookie',","    method: 'GET'","}, function (error, response, { cookies }) {","    if (!error) {","        pm.collectionVariables.set(\"xsrf_token\", cookies.get('XSRF-TOKEN'));","    }","})"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"064cc4b7-356e-47e0-9ac7-6bc8abdccd94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ce5f7a86-241b-4cfe-8f95-b6e1e98dec96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-XSRF-TOKEN","value":""},{"key":"Referer","value":""}],"body":{"mode":"raw","raw":"{\n    \"password\": \"rayhan123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/user/two-factor-qr-code","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["api","auth","user","two-factor-qr-code"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce5f7a86-241b-4cfe-8f95-b6e1e98dec96"},{"name":"Two factor recovery codes","event":[{"listen":"prerequest","script":{"id":"d580a82a-987a-49b8-818d-55decf9dc449","exec":["pm.sendRequest({","    url: 'http://api.techdiary.test/sanctum/csrf-cookie',","    method: 'GET'","}, function (error, response, { cookies }) {","    if (!error) {","        pm.collectionVariables.set(\"xsrf_token\", cookies.get('XSRF-TOKEN'));","    }","})"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"064cc4b7-356e-47e0-9ac7-6bc8abdccd94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8ae4b9e0-44fc-4bb3-af76-7e9358e246c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-XSRF-TOKEN","value":""},{"key":"Referer","value":""}],"body":{"mode":"raw","raw":"{\n    \"password\": \"rayhan123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/user/two-factor-recovery-codes","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["api","auth","user","two-factor-recovery-codes"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ae4b9e0-44fc-4bb3-af76-7e9358e246c4"},{"name":"Regenerate Two factor recovery codes","event":[{"listen":"prerequest","script":{"id":"d580a82a-987a-49b8-818d-55decf9dc449","exec":["pm.sendRequest({","    url: 'http://api.techdiary.test/sanctum/csrf-cookie',","    method: 'GET'","}, function (error, response, { cookies }) {","    if (!error) {","        pm.collectionVariables.set(\"xsrf_token\", cookies.get('XSRF-TOKEN'));","    }","})"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"064cc4b7-356e-47e0-9ac7-6bc8abdccd94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"06185878-7aac-4617-a2cd-2cee9cdb34f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-XSRF-TOKEN","value":""},{"key":"Referer","value":""}],"body":{"mode":"raw","raw":"{\n    \"password\": \"rayhan123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/user/two-factor-recovery-codes","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["api","auth","user","two-factor-recovery-codes"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"06185878-7aac-4617-a2cd-2cee9cdb34f9"},{"name":"2FA challenge","event":[{"listen":"prerequest","script":{"id":"d580a82a-987a-49b8-818d-55decf9dc449","exec":["pm.sendRequest({","    url: 'http://api.techdiary.test/sanctum/csrf-cookie',","    method: 'GET'","}, function (error, response, { cookies }) {","    if (!error) {","        pm.collectionVariables.set(\"xsrf_token\", cookies.get('XSRF-TOKEN'));","    }","})"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"064cc4b7-356e-47e0-9ac7-6bc8abdccd94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f5676d39-c71b-4255-914f-b34ab3b04abe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-XSRF-TOKEN","value":""},{"key":"Referer","value":""}],"body":{"mode":"raw","raw":"{\n    \"code\": \"253830\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/two-factor-challenge","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["api","auth","two-factor-challenge"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5676d39-c71b-4255-914f-b34ab3b04abe"},{"name":"2fa secret","event":[{"listen":"prerequest","script":{"id":"d580a82a-987a-49b8-818d-55decf9dc449","exec":["pm.sendRequest({","    url: 'http://api.techdiary.test/sanctum/csrf-cookie',","    method: 'GET'","}, function (error, response, { cookies }) {","    if (!error) {","        pm.collectionVariables.set(\"xsrf_token\", cookies.get('XSRF-TOKEN'));","    }","})"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"064cc4b7-356e-47e0-9ac7-6bc8abdccd94","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ac28aa4b-698e-4e2e-a14d-332138ed1076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-XSRF-TOKEN","value":""},{"key":"Referer","value":""}],"body":{"mode":"raw","raw":"{\n    \"password\": \"rayhan123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/user/two-factor-secret-key","description":"<p><strong>🔐 Cookie required</strong></p>\n<ul>\n<li>Allowed origin/client: <a href=\"https://techdiary.dev\">https://techdiary.dev</a></li>\n</ul>\n","urlObject":{"path":["api","auth","user","two-factor-secret-key"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac28aa4b-698e-4e2e-a14d-332138ed1076"}],"id":"aaf0f73a-e115-4871-aedc-038cb20836b6","description":"<h4 id=\"these-endpoints-are-only-allowed-for-the-specific-domain-httptechdiarydev\">These endpoints are only allowed for the specific domain: <a href=\"http://techdiary.dev\">http://techdiary.dev</a></h4>\n","_postman_id":"aaf0f73a-e115-4871-aedc-038cb20836b6"},{"name":"Profile","item":[{"name":"Profile list","id":"135a9ee7-0bc4-4aa4-9ecf-fe4c5edd498e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.techdiary.test/api/profile/list","description":"<p>List of users</p>\n<p><strong>Allowed query parameters</strong></p>\n<ul>\n<li>page</li>\n<li>limit</li>\n</ul>\n","urlObject":{"path":["api","profile","list"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"135a9ee7-0bc4-4aa4-9ecf-fe4c5edd498e"},{"name":"Me","id":"bf1923ac-f8e7-45ae-bd9f-55213b581c83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Referer","value":""},{"key":"X-XSRF-TOKEN","value":""}],"url":"http://api.techdiary.test/api/profile/me","description":"<p>List of users</p>\n<p><strong>Allowed query parameters</strong></p>\n<ul>\n<li>page</li>\n<li>limit</li>\n</ul>\n","urlObject":{"path":["api","profile","me"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf1923ac-f8e7-45ae-bd9f-55213b581c83"},{"name":"Profile/{username}","id":"f4dbf7b3-a02f-4f47-ad58-eb9939bd0936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.techdiary.test/api/profile/username/:username","description":"<p>Get user profile details using uuid</p>\n","urlObject":{"path":["api","profile","username",":username"],"host":["http://api.techdiary.test"],"query":[],"variable":[{"type":"any","value":"kingrayhan","key":"username"}]}},"response":[],"_postman_id":"f4dbf7b3-a02f-4f47-ad58-eb9939bd0936"},{"name":"Profile/{uuid}","id":"e5d5d937-78d1-4d7c-8d7a-712937c31f29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.techdiary.test/api/profile/uuid/:uuid","description":"<p>Get user profile details using uuid</p>\n","urlObject":{"path":["api","profile","uuid",":uuid"],"host":["http://api.techdiary.test"],"query":[],"variable":[{"type":"any","value":"60d68ebc-3548-4cf9-b771-c903cca74a89","key":"uuid"}]}},"response":[],"_postman_id":"e5d5d937-78d1-4d7c-8d7a-712937c31f29"},{"name":"Current Profile","id":"d0d8093d-d496-42a4-83be-46ab13e92172","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.techdiary.test/api/profile/me","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n<p>Authenticated user profile data</p>\n","urlObject":{"path":["api","profile","me"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[{"id":"919c6635-3f1e-4028-a916-04962c776b1e","name":"My profile data","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.techdiary.test/api/profile/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Origin"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 13 Jan 2022 05:46:46 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"cc2be87c-4fdc-4d4f-8051-7443eb740c97\",\n    \"name\": \"Heyyy dafdsfa dsss sdfs\",\n    \"username\": \"kingrayhan\",\n    \"email\": \"rayhan095@gmail.com\",\n    \"profilePhoto\": \"https://avatars.githubusercontent.com/u/7611746?v=4\",\n    \"education\": null,\n    \"designation\": null,\n    \"bio\": \"Graphql | Apollo Server | React | Redux | Next.js | Nuxt.js | Gatsby | Express | Mongodb |\\r\\nLaravel | WordPress | Ghost | Jekyll\",\n    \"website_url\": null,\n    \"location\": \"sdfs sdfsdfds\",\n    \"social_links\": {\n        \"github\": \"https://github.com/kingRayhandfd\",\n        \"facebook\": null,\n        \"stackOverflow\": null,\n        \"medium\": null,\n        \"linkedin\": null,\n        \"twitter\": null,\n        \"instagram\": null,\n        \"behance\": null,\n        \"dribbble\": null,\n        \"twitch\": null,\n        \"youtube\": \"https://www.youtube.com/watch?v=wsa8RSY2MPY\"\n    },\n    \"profile_readme\": \"# Hello, I am Md Raihan asd\",\n    \"skills\": null,\n    \"created_at\": \"2022-01-11T20:56:21.000000Z\",\n    \"updated_at\": \"2022-01-12T11:34:32.000000Z\",\n    \"two_factor_secret\": null,\n    \"two_factor_recovery_codes\": null\n}"}],"_postman_id":"d0d8093d-d496-42a4-83be-46ab13e92172"},{"name":"Update profile","id":"0777aa13-a6f5-48b9-b2b7-350636f9d39d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.techdiary.test/api/profile/update","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n<p>Update user profile data</p>\n<p><strong>Allowed payload</strong></p>\n<ul>\n<li>name</li>\n<li>username</li>\n<li>email</li>\n<li>education</li>\n<li>designation</li>\n<li>website_url</li>\n<li>location</li>\n<li>profilePhoto</li>\n<li>social_links.behance</li>\n<li>social_links.dribbble</li>\n<li>social_links.facebook</li>\n<li>social_links.github</li>\n<li>social_links.instagram</li>\n<li>social_links.linkedin</li>\n<li>social_links.medium</li>\n<li>social_links.stackOverflow</li>\n<li>social_links.twitch</li>\n<li>social_links.twitter</li>\n<li>social_links.youtube</li>\n</ul>\n","urlObject":{"path":["api","profile","update"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"0777aa13-a6f5-48b9-b2b7-350636f9d39d"}],"id":"7c53e486-24e1-4632-9a65-e9ca17aeea7a","description":"<p>User Profile Related endpoints</p>\n","_postman_id":"7c53e486-24e1-4632-9a65-e9ca17aeea7a"},{"name":"Personal Access Token","item":[{"name":"My token","id":"bb22436b-40f5-4f35-9f44-0969fc57567a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"http://api.techdiary.test/api/personal-access-tokens","urlObject":{"path":["api","personal-access-tokens"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb22436b-40f5-4f35-9f44-0969fc57567a"},{"name":"Create Personal Access Token","id":"e5fd7085-dfc0-4852-a1fa-696a3ddf81cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Referer","value":""},{"key":"X-XSRF-TOKEN","value":""}],"body":{"mode":"raw","raw":"{\n    \"name\": \"testdd\"\n    // \"expires_at\": \"01-01-2025\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/auth/personal-access-tokens","urlObject":{"path":["api","auth","personal-access-tokens"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5fd7085-dfc0-4852-a1fa-696a3ddf81cc"}],"id":"d977d0e8-a5eb-4b88-8288-f038a524becb","description":"<p>Authentication for some endpoints, like write operations on the Articles API require a Techdiary API key.</p>\n<p>All authenticated endpoints are CORS disabled, the API key is intended for non-browser scripts.</p>\n<h3 id=\"getting-an-api-key\">Getting an API key</h3>\n<p><a href=\"https://techdiary.dev/dashboard/tokens\">https://techdiary.dev/dashboard/tokens</a></p>\n<img src=\"https://i.imgur.com/DTr39aS.png\" alt />","_postman_id":"d977d0e8-a5eb-4b88-8288-f038a524becb"},{"name":"Access Tokens","item":[{"name":"Tokens","id":"64f71687-2b29-4fba-861c-421e48f1076f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.techdiary.test/api/tokens","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n<p>List of tokens</p>\n","urlObject":{"path":["api","tokens"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"64f71687-2b29-4fba-861c-421e48f1076f"},{"name":"GrantToken","id":"361eb1f5-9adc-4199-994b-dbb17d13e759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/token","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n<p>List of tokens</p>\n","urlObject":{"path":["api","token"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"361eb1f5-9adc-4199-994b-dbb17d13e759"},{"name":"Delete a token By id","id":"987f24df-8871-4b05-b1a4-fa066f0745bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.techdiary.test/api/tokens/:id","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n","urlObject":{"path":["api","tokens",":id"],"host":["http://api.techdiary.test"],"query":[],"variable":[{"type":"any","value":"43","key":"id"}]}},"response":[],"_postman_id":"987f24df-8871-4b05-b1a4-fa066f0745bf"},{"name":"Delete current token","id":"02a98962-6e26-4bf2-9daa-5219c695da5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.techdiary.test/api/tokens/current","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n","urlObject":{"path":["api","tokens","current"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"02a98962-6e26-4bf2-9daa-5219c695da5a"},{"name":"Token By Secret","id":"3a410238-6d93-4b2d-a447-a04d63845b0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"oauth_uid\": \"7611746\",\n    \"email\": \"rayhan095@gmail.com\",\n    \"oauth_provider\": \"github\",\n    \"secret\": \"secret\",\n    \"name\": \"rayhan\",\n    \"username\": \"kingrayhan\",\n    \"image\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/tokens/token-by-secret","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"82f9ccfa-871e-4e78-88ea-8c869d5c7100","id":"82f9ccfa-871e-4e78-88ea-8c869d5c7100","name":"Access Tokens","type":"folder"}},"urlObject":{"path":["api","tokens","token-by-secret"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a410238-6d93-4b2d-a447-a04d63845b0d"},{"name":"Create token by credential","id":"d36f0cfe-d7c9-4733-a758-18913b543ed2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"rayhan095@gmail.com\",\n    \"password\": \"rayhan123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/tokens/token-by-credential","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"82f9ccfa-871e-4e78-88ea-8c869d5c7100","id":"82f9ccfa-871e-4e78-88ea-8c869d5c7100","name":"Access Tokens","type":"folder"}},"urlObject":{"path":["api","tokens","token-by-credential"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"d36f0cfe-d7c9-4733-a758-18913b543ed2"}],"id":"82f9ccfa-871e-4e78-88ea-8c869d5c7100","description":"<p>Authentication for some endpoints, like write operations on the Articles API require a Techdiary API key.</p>\n<p>All authenticated endpoints are CORS disabled, the API key is intended for non-browser scripts.</p>\n<h3 id=\"getting-an-api-key\">Getting an API key</h3>\n<p><a href=\"https://techdiary.dev/dashboard/tokens\">https://techdiary.dev/dashboard/tokens</a></p>\n<p><img src=\"https://i.imgur.com/DTr39aS.png\" alt /></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"0d4e8f2e-d10c-47b7-b846-34a4d68d6630","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c01e9c38-c782-4591-a490-fdace4cf71f1","type":"text/javascript","exec":[""]}}],"_postman_id":"82f9ccfa-871e-4e78-88ea-8c869d5c7100"},{"name":"Article","item":[{"name":"Article List","id":"ce710b7a-47a6-463c-a4d1-045e56eadaa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"http://api.techdiary.test/api/articles","description":"<p>Article list</p>\n<p><strong>Allowed query parameters</strong></p>\n<ul>\n<li><p>page</p>\n</li>\n<li><p>limit</p>\n</li>\n<li><p>tag</p>\n</li>\n<li><p>user</p>\n</li>\n<li><p>excludeIds[]</p>\n</li>\n</ul>\n","urlObject":{"path":["api","articles"],"host":["http://api.techdiary.test"],"query":[{"disabled":true,"key":"user","value":"tobin-moore"},{"disabled":true,"key":"excludeIds[]","value":"5cf5eaf5-d339-4401-bfb9-716c26fae99f"},{"disabled":true,"key":"excludeIds[]","value":"86efb997-7ccd-47fa-b502-a665ffc193c2"},{"disabled":true,"key":"excludeIds[]","value":"df3fc94c-62aa-4f7d-bf80-35227292d1f9"}],"variable":[]}},"response":[],"_postman_id":"ce710b7a-47a6-463c-a4d1-045e56eadaa7"},{"name":"My articles","id":"c7df462e-a92f-496d-aa01-2e2f6041a9be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Referer","value":""},{"key":"X-XSRF-TOKEN","value":""}],"url":"http://api.techdiary.test/api/articles/mine","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n<p>Article list of current user</p>\n<p><strong>Allowed query parameters</strong></p>\n<ul>\n<li>page: int</li>\n<li>limit: int (default: 10)</li>\n<li>isPublished: bool</li>\n</ul>\n","urlObject":{"path":["api","articles","mine"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7df462e-a92f-496d-aa01-2e2f6041a9be"},{"name":"Article details by slug","id":"38dc50bb-4d77-47b4-948a-47263e67621f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.techdiary.test/api/articles/slug/:slug","description":"<p>Get article by slug</p>\n","urlObject":{"path":["api","articles","slug",":slug"],"host":["http://api.techdiary.test"],"query":[],"variable":[{"type":"any","value":"rayhandd","key":"slug"}]}},"response":[],"_postman_id":"38dc50bb-4d77-47b4-948a-47263e67621f"},{"name":"Article details by UUID","id":"1e587a07-57ba-434d-8c07-7cc5ba763acd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.techdiary.test/api/articles/uuid/:uuid","description":"<p>Get article by uuid</p>\n","urlObject":{"path":["api","articles","uuid",":uuid"],"host":["http://api.techdiary.test"],"query":[],"variable":[{"type":"any","value":"1098e736-eb78-4694-9349-5a83179bd92e","key":"uuid"}]}},"response":[],"_postman_id":"1e587a07-57ba-434d-8c07-7cc5ba763acd"},{"name":"Filtered articles by tag","id":"4b3c6502-f46c-49a3-90fe-2184ed5a412c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://api.techdiary.test/api/articles?tag=css","urlObject":{"path":["api","articles"],"host":["http://api.techdiary.test"],"query":[{"key":"tag","value":"css"}],"variable":[]}},"response":[],"_postman_id":"4b3c6502-f46c-49a3-90fe-2184ed5a412c"},{"name":"Create Article","id":"bc3e8494-c519-4dea-9e1a-706e197a2e81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Referer","value":""},{"key":"X-XSRF-TOKEN","value":""}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hello\"\n    // \"body\": \"# Hello\",\n    // \"meta\": {\n    //     \"og_image\": \"https://res.cloudinary.com/kingrayhan/image/upload/f_auto/q_auto/v1/techdiary-user-profile-photos/webzigw2xhkrvvxswkyn\",\n    //     \"seo_title\": \"heyyy\",\n    //     \"seo_description\": \"dd\",\n    //     \"disabled_comments\": true\n    // }\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/articles","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n<p>Create article.</p>\n<p><strong>Allowed payload</strong></p>\n<ul>\n<li>title</li>\n<li>slug</li>\n<li>excerpt</li>\n<li>isPublished</li>\n<li>seriesName</li>\n<li>thumbnail(image url)</li>\n<li>body(markdown)</li>\n<li>tags(array of tag ids)</li>\n<li>seo.og_image</li>\n<li>seo.seo_title</li>\n<li>seo.seo_description</li>\n<li>seo.canonical_url</li>\n<li>settings.disabled_comments</li>\n</ul>\n","urlObject":{"path":["api","articles"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc3e8494-c519-4dea-9e1a-706e197a2e81"},{"name":"Update article By UUID","id":"f601cfb3-5109-47ac-82e4-17c694ef0372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/json"},{"key":"Referer","value":""},{"key":"X-XSRF-TOKEN","value":""}],"body":{"mode":"raw","raw":"{\n    //   \"title\": \"How to Use Laravel\",\n    //   \"slug\": \"how-to-use-laravel\",\n    //   \"excerpt\": \"A brief introduction to using Laravel.\",\n    \"is_published\": true\n    //   \"seriesName\": \"Laravel Tutorials\",\n    //   \"thumbnail\": \"http://example.com/thumbnail.jpg\",\n    //   \"body\": \"This is the body of the article where all the content goes.\",\n    //   \"tags\": [\"Laravel\", \"PHP\", \"Web Development\"],\n    //   \"seo\": {\n    //     \"og_image\": \"http://example.com/og-image.jpg\",\n    //     \"seo_title\": \"How to Use Laravel - A Comprehensive Guide\",\n    //     \"seo_description\": \"Learn how to use Laravel for web development in this comprehensive guide.\",\n    //     \"canonical_url\": \"http://example.com/how-to-use-laravel\"\n    //   },\n    //   \"settings\": {\n    //     \"disabled_comments\": false\n    //   }\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/articles/uuid/:uuid","description":"<p>🔐 Cookie / Personal access token required\nUpdate article by using article <code>UUID</code></p>\n<p><strong>Allowed payload</strong></p>\n<ul>\n<li>title</li>\n<li>slug</li>\n<li>excerpt</li>\n<li>isPublished</li>\n<li>seriesName</li>\n<li>thumbnail(image url)</li>\n<li>body(markdown)</li>\n<li>tags(array of tag ids)</li>\n<li>seo.og_image</li>\n<li>seo.seo_title</li>\n<li>seo.seo_description</li>\n<li>seo.canonical_url</li>\n<li>settings.disabled_comments</li>\n</ul>\n","urlObject":{"path":["api","articles","uuid",":uuid"],"host":["http://api.techdiary.test"],"query":[],"variable":[{"type":"any","value":"1098e736-eb78-4694-9349-5a83179bd92e","key":"uuid"}]}},"response":[],"_postman_id":"f601cfb3-5109-47ac-82e4-17c694ef0372"},{"name":"Update article By slug","id":"a689bd47-069c-4710-9adc-0ea147770890","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Hello\",\n    \"body\": \"# Hello\",\n    \"meta\": {\n        \"og_image\": \"https://res.cloudinary.com/kingrayhan/image/upload/f_auto/q_auto/v1/techdiary-user-profile-photos/webzigw2xhkrvvxswkyn\",\n        \"seo_title\": \"heyyy\",\n        \"seo_description\": \"dd\",\n        \"disabled_comments\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/articles/slug/:slug","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n<p>Update article by using article <code>slug</code></p>\n<p><strong>Allowed payload</strong></p>\n<ul>\n<li>title</li>\n<li>slug</li>\n<li>excerpt</li>\n<li>isPublished</li>\n<li>seriesName</li>\n<li>thumbnail(image url)</li>\n<li>body(markdown)</li>\n<li>tags(array of tag ids)</li>\n<li>seo.og_image</li>\n<li>seo.seo_title</li>\n<li>seo.seo_description</li>\n<li>seo.canonical_url</li>\n<li>settings.disabled_comments</li>\n</ul>\n","urlObject":{"path":["api","articles","slug",":slug"],"host":["http://api.techdiary.test"],"query":[],"variable":[{"type":"any","value":"-aAVagD","key":"slug"}]}},"response":[],"_postman_id":"a689bd47-069c-4710-9adc-0ea147770890"},{"name":"Spark Article","id":"2890b290-9baa-4206-8728-8606e77702be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Referer","value":""},{"key":"X-XSRF-TOKEN","value":""}],"url":"http://api.techdiary.test/api/articles/spark","description":"<p>Generate a new blank article</p>\n","urlObject":{"path":["api","articles","spark"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"2890b290-9baa-4206-8728-8606e77702be"},{"name":"Get unique slug","id":"bec6193a-76ce-42ef-a653-cbf0142a96ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Referer","value":""},{"key":"X-XSRF-TOKEN","value":""}],"body":{"mode":"raw","raw":"{\n    \"slug\": \"hello-wrold\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/articles/unique-slug","description":"<p>Generate a new blank article</p>\n","urlObject":{"path":["api","articles","unique-slug"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"bec6193a-76ce-42ef-a653-cbf0142a96ca"},{"name":"Delete article","id":"af9d019c-012a-4474-bc0a-690db17a4f34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.techdiary.test/api/articles/:uuid","description":"<p>Generate a new blank article</p>\n","urlObject":{"path":["api","articles",":uuid"],"host":["http://api.techdiary.test"],"query":[],"variable":[{"type":"any","value":"9c9dfe47-53ef-48ef-9c52-95052513ddb6","key":"uuid"}]}},"response":[],"_postman_id":"af9d019c-012a-4474-bc0a-690db17a4f34"}],"id":"f3f9cf0b-cdb9-41a6-9a55-fcbf4f3c4d95","_postman_id":"f3f9cf0b-cdb9-41a6-9a55-fcbf4f3c4d95","description":""},{"name":"Tag","item":[{"name":"Tag List","id":"328a84b6-2589-4aa5-a215-9771926c93a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"http://api.techdiary.test/api/tags?limit=1","urlObject":{"path":["api","tags"],"host":["http://api.techdiary.test"],"query":[{"key":"limit","value":"1"}],"variable":[]}},"response":[],"_postman_id":"328a84b6-2589-4aa5-a215-9771926c93a4"},{"name":"Create tag","id":"342a8409-4381-434a-b03f-0ba04415df46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"ddddd\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/tags","urlObject":{"path":["api","tags"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"342a8409-4381-434a-b03f-0ba04415df46"},{"name":"Tag Details","id":"ec4ec291-0769-4e04-8c04-c39cda0a1651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://api.techdiary.test/api/tags/:tagName","urlObject":{"path":["api","tags",":tagName"],"host":["http://api.techdiary.test"],"query":[],"variable":[{"type":"any","value":"1","key":"tagName"}]}},"response":[],"_postman_id":"ec4ec291-0769-4e04-8c04-c39cda0a1651"}],"id":"097ed1da-1e2d-4d08-86c7-2a62b3eb4761","_postman_id":"097ed1da-1e2d-4d08-86c7-2a62b3eb4761","description":""},{"name":"Files","item":[{"name":"Upload Files","event":[{"listen":"prerequest","script":{"id":"0306ed38-99ef-4908-b239-1dcbe475a48f","exec":["const url = pm.collectionVariables.get(\"url\");","","pm.sendRequest({","    url: `${url}/sanctum/csrf-cookie`,","    method: 'GET'","}, function (error, response, { cookies }) {","    if (!error) {","        pm.collectionVariables.set(\"xsrf_token\", cookies.get('XSRF-TOKEN'));","    }","})"],"type":"text/javascript","packages":{}}}],"id":"07ccc192-9419-46c0-837b-1301a1ae3950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Referer","value":""},{"key":"X-XSRF-TOKEN","value":""}],"body":{"mode":"formdata","formdata":[{"key":"files[]","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/rayhan/Desktop/suicide/438260436_836615765183426_2730397602531752859_n.jpg"],"src":"/Users/rayhan/Desktop/suicide/438260436_836615765183426_2730397602531752859_n.jpg"},{"key":"preset","value":"techdiary-user-profile-photos","type":"text"},{"key":"files[]","type":"file","src":"/Users/rayhan/Desktop/BanglayIELTS.html"}]},"url":"http://api.techdiary.test/api/files","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n<p>Upload image. Allowed types: jpeg, jpg, png, gif.</p>\n<p><strong>Allowed payload</strong></p>\n<ul>\n<li>file*</li>\n<li>preset</li>\n</ul>\n","urlObject":{"path":["api","files"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"07ccc192-9419-46c0-837b-1301a1ae3950"},{"name":"Delete file","id":"811962fe-869a-4873-9ab3-5f13801c9e24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Referer","value":""},{"key":"X-XSRF-TOKEN","value":""}],"body":{"mode":"raw","raw":"{\n    \"keys\": [\n        \"landscape/ckwhuzugp19kyyyargnd\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/files","urlObject":{"path":["api","files"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"811962fe-869a-4873-9ab3-5f13801c9e24"}],"id":"1e663ae3-5af0-4e04-bd7e-54e5fe465369","_postman_id":"1e663ae3-5af0-4e04-bd7e-54e5fe465369","description":""},{"name":"Comment","item":[{"name":"List of comments","id":"952814b8-7ed4-4579-b5ef-062600b06a78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model_name\": \"ARTICLE\",\n    \"model_id\": \"c0b2bb71-a286-4271-97d6-44f22118552a\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/comments","description":"<p>Get list of comments</p>\n<p><strong>Allowed payload</strong></p>\n<ul>\n<li>model_name</li>\n<li>model_id</li>\n</ul>\n<p><strong>Allowed value for model_name</strong></p>\n<ul>\n<li>ARTICLE</li>\n</ul>\n","urlObject":{"path":["api","comments"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"952814b8-7ed4-4579-b5ef-062600b06a78"},{"name":"Create comment","id":"07951546-8b47-435c-9e7a-71ecf44c0a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Referer","value":""},{"key":"X-XSRF-TOKEN","value":""}],"body":{"mode":"raw","raw":"{\n    \"model_name\": \"ARTICLE\",\n    \"model_id\": \"5cf5eaf5-d339-4401-bfb9-716c26fae99f\",\n    // \"parent_id\": \"30b8680c-f9ec-4ddc-8098-8e6b580293f3\",\n    \"body\": \"this is a reply\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/comments","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n<p>Create a comment for a any model.</p>\n<p><strong>Allowed payload</strong></p>\n<ul>\n<li>model_name</li>\n<li>model_id</li>\n<li>body</li>\n<li>parent_id (optional)</li>\n</ul>\n<p><strong>Allowed value for model</strong></p>\n<ul>\n<li>ARTICLE</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ad0fa17d-9e29-4346-9e34-ed9ef1be2c6d","id":"ad0fa17d-9e29-4346-9e34-ed9ef1be2c6d","name":"Comment","type":"folder"}},"urlObject":{"path":["api","comments"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"07951546-8b47-435c-9e7a-71ecf44c0a34"},{"name":"Update article comment","id":"e63de835-d8de-4b5d-8406-a52b7c7b2694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"body\": \"Hello ffff\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/comments/:commentId","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n<p>Update a comment</p>\n<p><strong>Allowed payload</strong></p>\n<ul>\n<li>body</li>\n</ul>\n","urlObject":{"path":["api","comments",":commentId"],"host":["http://api.techdiary.test"],"query":[],"variable":[{"type":"any","value":"3","key":"commentId"}]}},"response":[],"_postman_id":"e63de835-d8de-4b5d-8406-a52b7c7b2694"},{"name":"Delete comment","id":"ab8752cb-3dba-43da-a57b-f96f2a214ed9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"Referer","value":""},{"key":"X-XSRF-TOKEN","value":""}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/comments/:commentId","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n<p>Delete a comment by id</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"ad0fa17d-9e29-4346-9e34-ed9ef1be2c6d","id":"ad0fa17d-9e29-4346-9e34-ed9ef1be2c6d","name":"Comment","type":"folder"}},"urlObject":{"path":["api","comments",":commentId"],"host":["http://api.techdiary.test"],"query":[],"variable":[{"type":"any","value":"9c321d70-1109-48b6-83bf-2f462b1f8266","key":"commentId"}]}},"response":[],"_postman_id":"ab8752cb-3dba-43da-a57b-f96f2a214ed9"}],"id":"ad0fa17d-9e29-4346-9e34-ed9ef1be2c6d","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"04eda296-2032-4075-8a29-ef27c974b6ab","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7c15bb99-a275-4a98-8627-1524b2c4921f","type":"text/javascript","exec":[""]}}],"_postman_id":"ad0fa17d-9e29-4346-9e34-ed9ef1be2c6d","description":""},{"name":"Bookmark","item":[{"name":"Toggle Bookmark","id":"e55904c0-835e-4ccd-8064-78f71499fe99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Referer","value":""},{"key":"X-XSRF-TOKEN","value":""}],"body":{"mode":"raw","raw":"{\n    \"model_name\": \"ARTICLE\",\n    \"model_id\": \"002b86eb-b0f5-4bc7-beb1-6b84bf042ac1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/bookmarks","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n<p><strong>Allowed payload</strong></p>\n<ul>\n<li>model_name</li>\n<li>model_id</li>\n</ul>\n<p><strong>Allowed value for model_name</strong></p>\n<ul>\n<li>ARTICLE</li>\n<li>COMMENT</li>\n</ul>\n","urlObject":{"path":["api","bookmarks"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"e55904c0-835e-4ccd-8064-78f71499fe99"},{"name":"Delete bookmark","id":"8d9f0313-6d8a-4c9c-9244-5f82a08bf465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"model_name\": \"ARTICLE\",\n    \"model_id\": \"1be558bb-97f6-44cf-8ed8-3e74ae2fd034\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/bookmarks","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n<p><strong>Allowed payload</strong></p>\n<ul>\n<li>model_name</li>\n<li>model_id</li>\n</ul>\n<p><strong>Allowed value for model_name</strong></p>\n<ul>\n<li>ARTICLE</li>\n<li>COMMENT</li>\n</ul>\n","urlObject":{"path":["api","bookmarks"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d9f0313-6d8a-4c9c-9244-5f82a08bf465"},{"name":"Get bookmarks","id":"81bd26a8-8a9e-4c2e-b85d-5848c23370ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Referer","value":""},{"key":"X-XSRF-TOKEN","value":""}],"body":{"mode":"raw","raw":"{\n    \"model_name\": \"ARTICLE\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/bookmarks","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n<p><strong>Allowed payload</strong></p>\n<ul>\n<li>model_name</li>\n<li>model_id</li>\n</ul>\n<p><strong>Allowed value for model_name</strong></p>\n<ul>\n<li>ARTICLE</li>\n<li>COMMENT</li>\n</ul>\n","urlObject":{"path":["api","bookmarks"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"81bd26a8-8a9e-4c2e-b85d-5848c23370ed"}],"id":"a16fdcb3-9b14-4695-a314-6dcfdefeec28","_postman_id":"a16fdcb3-9b14-4695-a314-6dcfdefeec28","description":""},{"name":"Vote","item":[{"name":"Create vote","id":"2361bcbf-b853-4031-acf8-8df2221a4355","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Referer","value":""},{"key":"X-XSRF-TOKEN","value":""}],"body":{"mode":"raw","raw":"{\n    \"model_name\": \"ARTICLE\",\n    \"model_id\": \"5d99e88d-9d02-4fc7-8871-2a6fab048280\",\n    \"vote\": \"DOWN_VOTE\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.techdiary.test/api/vote","description":"<p><strong>🔐 Cookie / Personal access token required</strong></p>\n<p>Create vote to model</p>\n<p><strong>Allowed payload</strong></p>\n<ul>\n<li>model_name</li>\n<li>model_id</li>\n<li>vote</li>\n</ul>\n<p><strong>Allowed value for model_name</strong></p>\n<ul>\n<li>ARTICLE</li>\n<li>COMMENT</li>\n</ul>\n<p><strong>Allowed value for vote</strong></p>\n<ul>\n<li>UP_VOTE</li>\n<li>DOWN_VOTE</li>\n</ul>\n","urlObject":{"path":["api","vote"],"host":["http://api.techdiary.test"],"query":[],"variable":[]}},"response":[],"_postman_id":"2361bcbf-b853-4031-acf8-8df2221a4355"}],"id":"4fdb5676-423a-479c-bf02-5c530ec6ae79","_postman_id":"4fdb5676-423a-479c-bf02-5c530ec6ae79","description":""}],"event":[{"listen":"prerequest","script":{"id":"5097ed10-30fe-4000-911c-69e39d9eba7c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b868ebe2-0e8c-4589-9063-499736349c3d","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"http://api.techdiary.test"},{"key":"access_token","value":""},{"key":"xsrf_token","value":""},{"key":"Referer","value":"","type":"string"}]}