{"info":{"_postman_id":"fffdea4b-3cdc-4ec9-a2c6-79a4fcf17318","name":"Practice1-Node","description":"This project is just for practice purpose","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Socket Auth Via Api","id":"7f3e5dbb-9532-46e6-a98c-fc67fc531158","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/socket?access_token=232331311","protocol":"http","host":["localhost"],"port":"3000","path":["api","socket"],"query":[{"key":"access_token","value":"232331311"}]}},"response":[],"_postman_id":"7f3e5dbb-9532-46e6-a98c-fc67fc531158"},{"name":"Get Admin Details","id":"7ea04706-3197-4564-b22e-3e9657aad359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/get-admin-details/5e453fda4c7e8157788eda8c"},"response":[],"_postman_id":"7ea04706-3197-4564-b22e-3e9657aad359"},{"name":"Create Admin","id":"8a5d4956-8a29-4721-81a3-ee12ad628cae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\" : \"Sunil Khanna\",\n\t\"email\" : \"khatrikhanna@gmail.com\",\n\t\"mobile_no\" : \"8989898989\",\n\t\"password\" : \"111111\",\n\t\"status\" : 1\n}"},"url":"http://localhost:3000/api/create-admin"},"response":[],"_postman_id":"8a5d4956-8a29-4721-81a3-ee12ad628cae"},{"name":"Delete Admin","id":"1d77cc53-ee02-4278-85fd-c382cadeafe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/delete-admin/5e4b8400e5e6c16b0ce77e4e"},"response":[],"_postman_id":"1d77cc53-ee02-4278-85fd-c382cadeafe5"},{"name":"filter by query string","id":"14493ecb-b982-423b-b931-3f9d46257906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/api/query-string?page=2&perpage=50","protocol":"http","host":["localhost"],"port":"3000","path":["api","query-string"],"query":[{"key":"page","value":"2"},{"key":"perpage","value":"50"}]}},"response":[],"_postman_id":"14493ecb-b982-423b-b931-3f9d46257906"},{"name":"test Routing","id":"4191ec8a-30d7-4b94-875c-c8c029848c86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/get-admin/2/3"},"response":[],"_postman_id":"4191ec8a-30d7-4b94-875c-c8c029848c86"},{"name":"getApps","id":"6b0c9fdc-c945-437b-aad9-82bc9e649218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"10.10.7.186:4001/getApps"},"response":[],"_postman_id":"6b0c9fdc-c945-437b-aad9-82bc9e649218"},{"name":"10.10.7.186:4001/updateApp","id":"df7b9d38-23b6-4bb2-ab7a-864720667199","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\":{},\r\n    \"query\":{\"app_id\" : 16}\r\n}","options":{"raw":{"language":"json"}}},"url":"10.10.7.186:4001/updateApp"},"response":[],"_postman_id":"df7b9d38-23b6-4bb2-ab7a-864720667199"}]}