{"info":{"_postman_id":"37261813-55a3-4db8-b583-2259b000bb54","name":"Jamasoft","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"37064648","collectionId":"37261813-55a3-4db8-b583-2259b000bb54","publishedId":"2sA3kSnNHm","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-07-18T10:54:52.000Z"},"item":[{"name":"Sanctum Auth","item":[{"name":"Login","id":"4551403c-7ada-47e8-bf2b-0a9c5a17cef3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"admin@dufuna.org\",\r\n    \"password\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/login","urlObject":{"protocol":"http","port":"8000","path":["api","login"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4551403c-7ada-47e8-bf2b-0a9c5a17cef3"},{"name":"Logout","id":"0d0e1fa3-5b26-4312-8e59-d780e4f4463c","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"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/logout","description":"<p>add token to logout</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","logout"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d0e1fa3-5b26-4312-8e59-d780e4f4463c"},{"name":"Register","id":"85ec6528-2876-474c-8c47-b8af8aac73d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"admin\",\r\n    \"role\": \"admin\",\r\n    \"email\": \"admin@dufuna.org\",\r\n    \"password\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/register","urlObject":{"protocol":"http","port":"8000","path":["api","register"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"85ec6528-2876-474c-8c47-b8af8aac73d4"}],"id":"0a3b42e6-2bcd-495e-b71f-9f5d05b40149","_postman_id":"0a3b42e6-2bcd-495e-b71f-9f5d05b40149","description":""},{"name":"Websites","item":[{"name":"Vote websites","id":"23057ea7-1334-4326-9549-f065364a8019","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"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://zombi.com\",\r\n    \"action\": \"unvote\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/websites/vote","urlObject":{"protocol":"http","port":"8000","path":["api","websites","vote"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"23057ea7-1334-4326-9549-f065364a8019"},{"name":"Save website","id":"5fdb93af-2bc7-432d-9e0c-cd853c7c18ac","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"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://exam.com\",\r\n    \"title\": \"Example Website\",\r\n    \"description\": \"This is an example website.\",\r\n    \"category_id\": 1\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/websites/websites","urlObject":{"protocol":"http","port":"8000","path":["api","websites","websites"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5fdb93af-2bc7-432d-9e0c-cd853c7c18ac"},{"name":"Search websites","id":"23d73b34-b718-4336-8238-288cf8bd94a2","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"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/websites/search?term=Rerum architecto dolore et veritatis eos sapiente similique","description":"<p>to see all website, remove the query <strong>\"?term=\"</strong> from the url</p>\n","urlObject":{"protocol":"http","port":"8000","path":["api","websites","search"],"host":["127","0","0","1"],"query":[{"key":"term","value":"Rerum architecto dolore et veritatis eos sapiente similique"}],"variable":[]}},"response":[],"_postman_id":"23d73b34-b718-4336-8238-288cf8bd94a2"},{"name":"categories","id":"9fc1c939-6ec3-4f8c-bab4-86f471c8e9f6","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"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://127.0.0.1:8000/api/websites/categories","urlObject":{"protocol":"http","port":"8000","path":["api","websites","categories"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fc1c939-6ec3-4f8c-bab4-86f471c8e9f6"}],"id":"53fbdb73-ffb7-44ba-ada2-ac8f53b683ca","_postman_id":"53fbdb73-ffb7-44ba-ada2-ac8f53b683ca","description":""},{"name":"Admin","item":[{"name":"Delete websites","id":"2456ef05-c133-448c-bbee-ca79c7649159","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"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"https://zombie.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/admin/delete-website","urlObject":{"protocol":"http","port":"8000","path":["api","admin","delete-website"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2456ef05-c133-448c-bbee-ca79c7649159"}],"id":"5447cb9f-5aa3-495f-b9b0-0c0b2179cc3e","_postman_id":"5447cb9f-5aa3-495f-b9b0-0c0b2179cc3e","description":""}]}