{"info":{"_postman_id":"01251e43-3fb5-498f-981a-50fcc8e7e76d","name":"webinars","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"12133519","collectionId":"01251e43-3fb5-498f-981a-50fcc8e7e76d","publishedId":"T1DqewFg","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-07-25T17:33:18.000Z"},"item":[{"name":"create user","id":"f8f3367e-803c-444a-9cb3-76e5d37cbb02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"helloworld","type":"text"},{"key":"password","value":"temppass123","type":"text"},{"key":"email","value":"yo@gmail.com","type":"text"}]},"url":"127.0.0.1:8000/api/auth/djoser/users/?username=newuser&password=newuser123&email=newuser@gmail.com","urlObject":{"port":"8000","path":["api","auth","djoser","users",""],"host":["127","0","0","1"],"query":[{"key":"username","value":"newuser"},{"key":"password","value":"newuser123"},{"key":"email","value":"newuser@gmail.com"}],"variable":[]}},"response":[],"_postman_id":"f8f3367e-803c-444a-9cb3-76e5d37cbb02"},{"name":"Token login","id":"4a199ad2-a9a2-4c28-81ef-cf6587e69064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"helloworld","type":"text"},{"key":"password","value":"temppass123","type":"text"},{"key":"email","value":"yo@gmail.com","type":"text"}]},"url":"http://127.0.0.1:8000/api/auth/djoser/token/login","urlObject":{"protocol":"http","port":"8000","path":["api","auth","djoser","token","login"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a199ad2-a9a2-4c28-81ef-cf6587e69064"},{"name":"add webinar","id":"52203f10-d2b6-4983-a7f1-fa9459176f10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token 85b605928b515195da5dc31cc01ccc8e9f5ebaf9","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"webinar_heading\":\"Deep learning\",\r\n    \"webinar_details\":\"TT-301, 12:00 Sunday\",\r\n    \"status\":false \r\n }","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/webinar/create/view/","urlObject":{"port":"8000","path":["api","webinar","create","view",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"52203f10-d2b6-4983-a7f1-fa9459176f10"},{"name":"get webinar","id":"acaea408-871b-4d7d-86b4-3f5e768fa7cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"127.0.0.1:8000/api/webinar/create/view/","urlObject":{"port":"8000","path":["api","webinar","create","view",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"acaea408-871b-4d7d-86b4-3f5e768fa7cd"},{"name":"Update webinar","id":"8e385a44-ecfa-447e-9f94-98c110c5dea6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Token 85b605928b515195da5dc31cc01ccc8e9f5ebaf9","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"356e207d-c07e-4a25-b94b-82bf07715c86\",\r\n    \"status\":true\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/webinar/update/view/","urlObject":{"port":"8000","path":["api","webinar","update","view",""],"host":["127","0","0","1"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"8e385a44-ecfa-447e-9f94-98c110c5dea6"},{"name":"Delete webinar","id":"7ae2a490-b8f9-42e8-9b25-df8bbc11a64c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token 85b605928b515195da5dc31cc01ccc8e9f5ebaf9","type":"text"}],"url":"127.0.0.1:8000/api/webinar/delete/view/fae3bb4d-f72e-4a26-9c9d-a14d94fe6a22/","urlObject":{"port":"8000","path":["api","webinar","delete","view","fae3bb4d-f72e-4a26-9c9d-a14d94fe6a22",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ae2a490-b8f9-42e8-9b25-df8bbc11a64c"}]}