{"info":{"_postman_id":"0923fd08-b094-4853-89b3-73753a330ca7","name":"Blogs API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"22534963","collectionId":"0923fd08-b094-4853-89b3-73753a330ca7","publishedId":"VVBXxRKC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-09-08T20:42:42.000Z"},"item":[{"name":"user findAll","id":"c1412c52-3b50-4fb5-81c8-ac51b3a4a432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"token","type":"text"}],"url":"/user","urlObject":{"path":["user"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1412c52-3b50-4fb5-81c8-ac51b3a4a432"},{"name":"post findAll","id":"e1719f8d-faca-4890-9bfa-0387c404be5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"token","type":"text"}],"url":"/post","urlObject":{"path":["post"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1719f8d-faca-4890-9bfa-0387c404be5d"},{"name":"user findByPk","id":"adcb6502-6c86-4c96-9b30-468fce641f57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"token","type":"text"}],"url":"/user/3","urlObject":{"path":["user","3"],"query":[],"variable":[]}},"response":[],"_postman_id":"adcb6502-6c86-4c96-9b30-468fce641f57"},{"name":"post findByPk","id":"59e9028d-aaf6-47ab-8a24-7663eebcfbb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"token","type":"text"}],"url":"/post/2","urlObject":{"path":["post","2"],"query":[],"variable":[]}},"response":[],"_postman_id":"59e9028d-aaf6-47ab-8a24-7663eebcfbb3"},{"name":"post search","id":"bd12fa52-9768-411f-b6f6-a761afa16b9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"token","type":"text"}],"url":"/post/search?q=","urlObject":{"path":["post","search"],"query":[{"key":"q","value":""}],"variable":[]}},"response":[],"_postman_id":"bd12fa52-9768-411f-b6f6-a761afa16b9d"},{"name":"login","id":"a368296e-90a2-498c-9035-3ca36a7056c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"lewishamilton@gmail.com\",\n  \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"/login","urlObject":{"path":["login"],"query":[],"variable":[]}},"response":[],"_postman_id":"a368296e-90a2-498c-9035-3ca36a7056c8"},{"name":"user","id":"912cb100-01fe-4898-a1c4-e5cbcc2064dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"displayName\": \"Brett Wiltshire\",\n  \"email\": \"brett@email.com\",\n  \"password\": \"123456\",\n  \"image\": \"http://4.bp.blogspot.com/_YA50adQ-7vQ/S1gfR_6ufpI/AAAAAAAAAAk/1ErJGgRWZDg/S45/brett.png\"\n}","options":{"raw":{"language":"json"}}},"url":"/user","urlObject":{"path":["user"],"query":[],"variable":[]}},"response":[],"_postman_id":"912cb100-01fe-4898-a1c4-e5cbcc2064dd"},{"name":"categories","id":"c2b71d52-85b6-4437-9e1a-3336fdf0188e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"token","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Typescript\"\n}","options":{"raw":{"language":"json"}}},"url":"/categories","urlObject":{"path":["categories"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2b71d52-85b6-4437-9e1a-3336fdf0188e"},{"name":"post","id":"3cbb75d9-ee5f-4dfc-9f98-503e785435ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"token","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Latest updates, August 1st\",\n  \"content\": \"The whole text for the blog post goes here in this key\",\n  \"categoryIds\": [1, 2]\n}","options":{"raw":{"language":"json"}}},"url":"/post","urlObject":{"path":["post"],"query":[],"variable":[]}},"response":[],"_postman_id":"3cbb75d9-ee5f-4dfc-9f98-503e785435ba"},{"name":"post","id":"8e87f3cb-f255-40d2-9da1-3d4697ddd43d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"token","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"Latest updates, August 1st\",\n  \"content\": \"The whole text for the blog post goes here in this key\"\n}","options":{"raw":{"language":"json"}}},"url":"/post/1","urlObject":{"path":["post","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e87f3cb-f255-40d2-9da1-3d4697ddd43d"},{"name":"destroy post","id":"ae05ab5a-4f15-44a9-b34e-269f9bd62728","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"token","type":"text"}],"url":"/user/me","urlObject":{"path":["user","me"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae05ab5a-4f15-44a9-b34e-269f9bd62728"},{"name":"destroy user","id":"b9fed8b8-dbe5-4867-a0ca-aa286ac72fca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"token","type":"text"}],"url":"/post/1","urlObject":{"path":["post","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9fed8b8-dbe5-4867-a0ca-aa286ac72fca"}]}