{"info":{"_postman_id":"c21a50df-fcd9-4a81-8d85-df98878ef282","name":"Techo Brain Tutorial","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5905120","collectionId":"c21a50df-fcd9-4a81-8d85-df98878ef282","publishedId":"TWDTMeLo","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-02-16T00:31:37.000Z"},"item":[{"name":"Get all tutorials","id":"a4b5dc5c-e0bb-4905-9c0d-a0cff46a2664","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/tutorials/?title=react","urlObject":{"path":["api","tutorials",""],"host":["{{url}}"],"query":[{"key":"title","value":"react"}],"variable":[]}},"response":[],"_postman_id":"a4b5dc5c-e0bb-4905-9c0d-a0cff46a2664"},{"name":"Create a new tutorial","id":"4941d7f4-5757-417e-ae64-c51d8bdb72fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"React Native\",\n    \"description\": \"A short course on react native\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/tutorials","urlObject":{"path":["api","tutorials"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4941d7f4-5757-417e-ae64-c51d8bdb72fe"},{"name":"Get a specific tutorial","id":"d4b59d73-df37-40f0-9e34-0466c2fe0d94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/api/tutorials/1","urlObject":{"path":["api","tutorials","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4b59d73-df37-40f0-9e34-0466c2fe0d94"},{"name":"Update a specific tutorial","id":"b7d4a831-a5a9-4304-8b56-1dc7f83a20d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"React Returned\",\n    \"description\": \"A short course on React Returned\",\n    \"published\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/tutorials/15","urlObject":{"path":["api","tutorials","15"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7d4a831-a5a9-4304-8b56-1dc7f83a20d7"},{"name":"Delete a specific tutorial","id":"8fbe6d29-6d11-4ecf-8c2a-81044a3102e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{url}}/api/tutorials/3","urlObject":{"path":["api","tutorials","3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fbe6d29-6d11-4ecf-8c2a-81044a3102e9"}]}