{"info":{"_postman_id":"683fd5c4-b581-4ae7-9fd8-ad446cbb4aa9","name":"Laratodo","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"11859093","collectionId":"683fd5c4-b581-4ae7-9fd8-ad446cbb4aa9","publishedId":"2s8YYPGzyj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-11-08T11:26:41.000Z"},"item":[{"name":"Register","id":"d4f696b6-420d-4e9a-99f0-04123ddd2f1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Can Şık","type":"text"},{"key":"email","value":"blegojcan@outlook.com","type":"text"},{"key":"password","value":"123456","type":"text"},{"key":"password_confirmation","value":"123456","type":"text"}]},"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":"d4f696b6-420d-4e9a-99f0-04123ddd2f1f"},{"name":"Login","id":"9570d70e-2e20-4aa3-a122-5768ed9c34ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"blegojcan@outlook.com","type":"text"},{"key":"password","value":"123456","type":"text"}]},"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":"9570d70e-2e20-4aa3-a122-5768ed9c34ab"},{"name":"Logout","id":"54f11f4d-6b9a-4a06-a3ca-74766826e29c","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://127.0.0.1:8000/api/logout","urlObject":{"protocol":"http","port":"8000","path":["api","logout"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"54f11f4d-6b9a-4a06-a3ca-74766826e29c"},{"name":"getNotes","id":"097fe2db-83fd-41e1-83dd-36f3c2ab5308","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://127.0.0.1:8000/api","urlObject":{"protocol":"http","port":"8000","path":["api"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"097fe2db-83fd-41e1-83dd-36f3c2ab5308"},{"name":"createNote","id":"c495f610-9090-4231-963a-2bd7d4c7d789","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"}],"body":{"mode":"raw","raw":"{\r\n    \"note\" : \"lorem api ccccccsd sdgf gfdh gfh\",\r\n    \"due_date\" : \"2022-12-30\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api","urlObject":{"protocol":"http","port":"8000","path":["api"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c495f610-9090-4231-963a-2bd7d4c7d789"},{"name":"toggleNoteStatus","id":"bb68cfda-2f9f-467c-853f-707dd3b5527c","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":"{\r\n    \"val\" : \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/toggle-status/4","urlObject":{"protocol":"http","port":"8000","path":["api","toggle-status","4"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb68cfda-2f9f-467c-853f-707dd3b5527c"},{"name":"deleteNote","id":"967bba06-51fc-4d6a-a8fb-b05fde480cd1","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://127.0.0.1:8000/api/2","urlObject":{"protocol":"http","port":"8000","path":["api","2"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"967bba06-51fc-4d6a-a8fb-b05fde480cd1"}]}