{"info":{"_postman_id":"a8fef391-3365-402c-a3e2-83e50f392408","name":"CRON Server","description":"<html><head></head><body><p><a href=\"https://github.com/jaspero/cron-server\">https://github.com/jaspero/cron-server</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3034144","collectionId":"a8fef391-3365-402c-a3e2-83e50f392408","publishedId":"TVK5dhBn","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-09-12T18:33:37.000Z"},"item":[{"name":"Users","item":[{"name":"Create Token","id":"675b7227-1960-4e48-9b55-bee1de4f9366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@jaspero.co\",\n    \"password\": \"4VHtncnq\"\n}"},"url":"http://localhost:3000/api/users/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE"}]},"isInherited":true,"source":{"_postman_id":"5393b8dc-4370-44d6-a670-cf2420dd25bc","id":"5393b8dc-4370-44d6-a670-cf2420dd25bc","name":"Users","type":"folder"}},"urlObject":{"path":["login"],"host":["http://localhost:3000/api/users"],"query":[],"variable":[]}},"response":[{"id":"fe6f1297-39b8-45a3-a480-18302c6c87ba","name":"Authorize User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"admin@jaspero.co\",\n    \"password\": \"4VHtncnq\"\n}"},"url":"http://localhost:3000/api/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"203"},{"key":"ETag","value":"W/\"cb-uEdOAO8Tkb1nN2ls7WeebU1BMsU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 30 Aug 2020 12:30:12 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE\"\n}"}],"_postman_id":"675b7227-1960-4e48-9b55-bee1de4f9366"},{"name":"List","id":"6a204c1b-27e9-499a-b06f-7767c8816193","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE"}]},"isInherited":true,"source":{"_postman_id":"5393b8dc-4370-44d6-a670-cf2420dd25bc","id":"5393b8dc-4370-44d6-a670-cf2420dd25bc","name":"Users","type":"folder"}},"urlObject":{"host":["http://localhost:3000/api/users"],"query":[],"variable":[]}},"response":[{"id":"c9f9a325-b527-453f-b940-24d0be34f74e","name":"List Users","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3000/api/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-qpNsRrMZCSeEqTAbA2xaQAbcZEk\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 30 Aug 2020 12:34:27 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"5f4b9b5256b08e5a842ecdf0\",\n        \"email\": \"admin@jaspero.co\"\n    }\n]"}],"_postman_id":"6a204c1b-27e9-499a-b06f-7767c8816193"},{"name":"Create","id":"4b7ee183-8afe-46be-b3e2-a64a08a371f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"test@test.com\",\r\n    \"password\": \"test123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE"}]},"isInherited":true,"source":{"_postman_id":"5393b8dc-4370-44d6-a670-cf2420dd25bc","id":"5393b8dc-4370-44d6-a670-cf2420dd25bc","name":"Users","type":"folder"}},"urlObject":{"host":["http://localhost:3000/api/users"],"query":[],"variable":[]}},"response":[{"id":"b96c130c-d7bb-4c29-b5c9-2dc304205f4c","name":"Create User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"test@test.com\",\r\n    \"password\": \"test123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-fMcu6xC5N+5mpdxpa1DNRvvK+88\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 30 Aug 2020 12:58:32 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5f4ba278b746130244843b79\"\n}"}],"_postman_id":"4b7ee183-8afe-46be-b3e2-a64a08a371f9"},{"name":"Update","id":"a6c8a59b-4450-4265-8d38-96e1604cd93c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"test123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/users/5f4b9b5256b08e5a842ecdf0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE"}]},"isInherited":true,"source":{"_postman_id":"5393b8dc-4370-44d6-a670-cf2420dd25bc","id":"5393b8dc-4370-44d6-a670-cf2420dd25bc","name":"Users","type":"folder"}},"urlObject":{"path":["5f4b9b5256b08e5a842ecdf0"],"host":["http://localhost:3000/api/users"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6c8a59b-4450-4265-8d38-96e1604cd93c"},{"name":"Delete","id":"5d91c4cd-45e1-40d7-83c1-740430bc4083","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/users/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE"}]},"isInherited":true,"source":{"_postman_id":"5393b8dc-4370-44d6-a670-cf2420dd25bc","id":"5393b8dc-4370-44d6-a670-cf2420dd25bc","name":"Users","type":"folder"}},"urlObject":{"path":[":id"],"host":["http://localhost:3000/api/users"],"query":[],"variable":[{"type":"string","value":"5f4ba278b746130244843b79","key":"id"}]}},"response":[{"id":"7cbce555-cd95-4e74-b73c-1054dda039e2","name":"Delete User","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/api/users/:id","host":["http://localhost:3000/api/users"],"path":[":id"],"variable":[{"key":"id","value":"5f4ba278b746130244843b79"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-vyGp6PvFo4RvsFtPoIWeCReyIC8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 30 Aug 2020 12:59:40 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"5d91c4cd-45e1-40d7-83c1-740430bc4083"}],"id":"5393b8dc-4370-44d6-a670-cf2420dd25bc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2deea901-ca65-4451-8fda-d5a4926f6348","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3f6e680b-93df-4d00-83a1-6731b48af488","type":"text/javascript","exec":[""]}}],"_postman_id":"5393b8dc-4370-44d6-a670-cf2420dd25bc","description":""},{"name":"Accounts","item":[{"name":"List","id":"3fb2b9e8-14f0-457a-820e-425fb2148376","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/accounts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE"}]},"isInherited":true,"source":{"_postman_id":"a09f5c8c-8892-4139-954a-56a651e9fb51","id":"a09f5c8c-8892-4139-954a-56a651e9fb51","name":"Accounts","type":"folder"}},"urlObject":{"host":["http://localhost:3000/api/accounts"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fb2b9e8-14f0-457a-820e-425fb2148376"},{"name":"Create","id":"ace032f5-f022-4fc4-ba52-1bb09f5dfd1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Some Example\",\r\n    \"apiKey\": \"example-key\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/accounts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE"}]},"isInherited":true,"source":{"_postman_id":"a09f5c8c-8892-4139-954a-56a651e9fb51","id":"a09f5c8c-8892-4139-954a-56a651e9fb51","name":"Accounts","type":"folder"}},"urlObject":{"host":["http://localhost:3000/api/accounts"],"query":[],"variable":[]}},"response":[{"id":"6d446585-1c0c-47cc-8992-9eec074a202a","name":"Create Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Some Example\",\r\n    \"apiKey\": \"example-key\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-BV1+Ucg1hxLOSw+MJ6g7S26ICCY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 30 Aug 2020 13:05:26 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"5f4ba4160cc1f035d4c724c0\"\n}"}],"_postman_id":"ace032f5-f022-4fc4-ba52-1bb09f5dfd1c"},{"name":"Update","id":"a7508821-61e2-4b6c-9929-c549e4901b4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apiKey\": \"new-key\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/accounts/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE"}]},"isInherited":true,"source":{"_postman_id":"a09f5c8c-8892-4139-954a-56a651e9fb51","id":"a09f5c8c-8892-4139-954a-56a651e9fb51","name":"Accounts","type":"folder"}},"urlObject":{"path":[":id"],"host":["http://localhost:3000/api/accounts"],"query":[],"variable":[{"type":"string","value":"5f4ba4160cc1f035d4c724c0","key":"id"}]}},"response":[{"id":"9d3436c3-4e54-4a40-9ba3-6cb7e1f2ba80","name":"Successful Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"apiKey\": \"new-key\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/accounts/:id","host":["http://localhost:3000/api/accounts"],"path":[":id"],"variable":[{"key":"id","value":"5f4ba4160cc1f035d4c724c0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-vyGp6PvFo4RvsFtPoIWeCReyIC8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 30 Aug 2020 13:07:09 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"a7508821-61e2-4b6c-9929-c549e4901b4a"},{"name":"Delete","id":"027b9068-5635-4b8d-b9b7-4bfb96b2bfd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:3000/api/accounts/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE"}]},"isInherited":true,"source":{"_postman_id":"a09f5c8c-8892-4139-954a-56a651e9fb51","id":"a09f5c8c-8892-4139-954a-56a651e9fb51","name":"Accounts","type":"folder"}},"urlObject":{"path":[":id"],"host":["http://localhost:3000/api/accounts"],"query":[],"variable":[{"type":"string","value":"5f4ba4160cc1f035d4c724c0","key":"id"}]}},"response":[{"id":"a40904cf-6c8a-4300-ac6d-81d0ee915bff","name":"Successful Response","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:3000/api/accounts/:id","host":["http://localhost:3000/api/accounts"],"path":[":id"],"variable":[{"key":"id","value":"5f4ba4160cc1f035d4c724c0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-vyGp6PvFo4RvsFtPoIWeCReyIC8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 30 Aug 2020 13:08:06 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"027b9068-5635-4b8d-b9b7-4bfb96b2bfd3"},{"name":"Single","id":"cfdfd2ae-f26d-467a-aa27-2817209f5778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/accounts/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE"}]},"isInherited":true,"source":{"_postman_id":"a09f5c8c-8892-4139-954a-56a651e9fb51","id":"a09f5c8c-8892-4139-954a-56a651e9fb51","name":"Accounts","type":"folder"}},"urlObject":{"path":[":id"],"host":["http://localhost:3000/api/accounts"],"query":[],"variable":[{"type":"string","value":"5f4ba6200cc1f035d4c724c2","key":"id"}]}},"response":[],"_postman_id":"cfdfd2ae-f26d-467a-aa27-2817209f5778"}],"id":"a09f5c8c-8892-4139-954a-56a651e9fb51","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE"}]},"isInherited":false},"_postman_id":"a09f5c8c-8892-4139-954a-56a651e9fb51","description":""},{"name":"Jobs","item":[{"name":"List","id":"9d9cf329-020c-43d6-bcab-f507dcd83190","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Basic mfClQXQ37MFD","type":"text"}],"url":"http://localhost:3000/api/jobs?account=","urlObject":{"host":["http://localhost:3000/api/jobs"],"query":[{"key":"account","value":""}],"variable":[]}},"response":[{"id":"6f6284d6-bb94-487f-8752-d464840d6896","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/api/jobs?account=5f4ba6200cc1f035d4c724c2","host":["http://localhost:3000/api/jobs"],"query":[{"key":"account","value":"5f4ba6200cc1f035d4c724c2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"283"},{"key":"ETag","value":"W/\"11b-qdzWJaeaLMngllD9sgCZSxqLZY0\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 30 Aug 2020 13:27:08 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"method\": \"GET\",\n        \"timeZone\": \"UTC\",\n        \"_id\": \"5f4ba8bf3ac2a8571cd60e19\",\n        \"url\": \"http://localhost:3000/users\",\n        \"storeBody\": true,\n        \"storeHeaders\": true,\n        \"schedule\": \"*/10 * * * * *\",\n        \"name\": \"example-name\",\n        \"account\": \"5f4ba6200cc1f035d4c724c2\",\n        \"nextRun\": 1598793920000,\n        \"__v\": 0,\n        \"lastRun\": 403,\n        \"runs\": 4\n    }\n]"}],"_postman_id":"9d9cf329-020c-43d6-bcab-f507dcd83190"},{"name":"Create","id":"c970e269-8977-43b3-a564-61ad78103fee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Y5f9xSM9w5XQFKnlkJu","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"method\": \"POST\",\r\n    \"url\": \"https://6c907e61d6ee.ngrok.io/eko-trznica-dev/europe-west2/cron-lockHandler\",\r\n    \"storeBody\": true,\r\n    \"storeHeaders\": true,\r\n    \"schedule\": \"10 * * * * *\",\r\n    \"body\": {\r\n        \"id\": \"5fde706c11ffe502e9a29a2d\",\r\n        \"token\": \"iouFWgPzMBEdR4Y0tgv\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/jobs/:name?account=","urlObject":{"path":[":name"],"host":["http://localhost:3000/api/jobs"],"query":[{"key":"account","value":""}],"variable":[{"type":"string","value":"example-name","key":"name"}]}},"response":[{"id":"0fd9ff1b-a9c8-4dec-8c44-dfe075aa8327","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"method\": \"GET\",\r\n    \"url\": \"http://localhost:3000/users\",\r\n    \"storeBody\": true,\r\n    \"storeHeaders\": true,\r\n    \"schedule\": \"*/10 * * * * *\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/jobs/:name?account=5f4ba6200cc1f035d4c724c2","host":["http://localhost:3000/api/jobs"],"path":[":name"],"query":[{"key":"account","value":"5f4ba6200cc1f035d4c724c2"}],"variable":[{"key":"name","value":"example-name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"258"},{"key":"ETag","value":"W/\"102-a2Tk7D5KA3JTkwYF7eEkLejSRKA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 30 Aug 2020 13:25:19 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"method\": \"GET\",\n    \"timeZone\": \"UTC\",\n    \"_id\": \"5f4ba8bf3ac2a8571cd60e19\",\n    \"url\": \"http://localhost:3000/users\",\n    \"storeBody\": true,\n    \"storeHeaders\": true,\n    \"schedule\": \"*/10 * * * * *\",\n    \"name\": \"example-name\",\n    \"account\": \"5f4ba6200cc1f035d4c724c2\",\n    \"nextRun\": 1598793920000,\n    \"__v\": 0\n}"}],"_postman_id":"c970e269-8977-43b3-a564-61ad78103fee"},{"name":"Update","id":"ccd7884c-4ec8-4b25-9859-890555fbe9cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"headers\": \"authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/jobs/:name?account=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE"}]},"isInherited":true,"source":{"_postman_id":"e5fbe4d0-ae98-4b5b-9abb-b506925d566d","id":"e5fbe4d0-ae98-4b5b-9abb-b506925d566d","name":"Jobs","type":"folder"}},"urlObject":{"path":[":name"],"host":["http://localhost:3000/api/jobs"],"query":[{"key":"account","value":""}],"variable":[{"type":"string","value":"example-name","key":"name"}]}},"response":[],"_postman_id":"ccd7884c-4ec8-4b25-9859-890555fbe9cc"},{"name":"Delete","id":"87c0661b-30fd-4288-b69c-70eaf8458713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/jobs/:name?account=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE"}]},"isInherited":true,"source":{"_postman_id":"e5fbe4d0-ae98-4b5b-9abb-b506925d566d","id":"e5fbe4d0-ae98-4b5b-9abb-b506925d566d","name":"Jobs","type":"folder"}},"urlObject":{"path":[":name"],"host":["http://localhost:3000/api/jobs"],"query":[{"key":"account","value":""}],"variable":[{"type":"string","value":"example-name","key":"name"}]}},"response":[{"id":"469f536a-16a6-4d7a-8cdc-d6385f78323a","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"method\": \"GET\",\r\n    \"url\": \"http://localhost:3000/users\",\r\n    \"storeBody\": true,\r\n    \"storeHeaders\": true,\r\n    \"schedule\": \"*/10 * * * * *\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/jobs/:name?account=5f4ba6200cc1f035d4c724c2","host":["http://localhost:3000/api/jobs"],"path":[":name"],"query":[{"key":"account","value":"5f4ba6200cc1f035d4c724c2"}],"variable":[{"key":"name","value":"example-name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"258"},{"key":"ETag","value":"W/\"102-a2Tk7D5KA3JTkwYF7eEkLejSRKA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 30 Aug 2020 13:25:19 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"method\": \"GET\",\n    \"timeZone\": \"UTC\",\n    \"_id\": \"5f4ba8bf3ac2a8571cd60e19\",\n    \"url\": \"http://localhost:3000/users\",\n    \"storeBody\": true,\n    \"storeHeaders\": true,\n    \"schedule\": \"*/10 * * * * *\",\n    \"name\": \"example-name\",\n    \"account\": \"5f4ba6200cc1f035d4c724c2\",\n    \"nextRun\": 1598793920000,\n    \"__v\": 0\n}"}],"_postman_id":"87c0661b-30fd-4288-b69c-70eaf8458713"}],"id":"e5fbe4d0-ae98-4b5b-9abb-b506925d566d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"85913b91-952e-4689-a730-4c6c103e6e77","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d030a2c3-2775-4d69-88ec-a03442481c8a","type":"text/javascript","exec":[""]}}],"_postman_id":"e5fbe4d0-ae98-4b5b-9abb-b506925d566d","description":""}],"event":[{"listen":"prerequest","script":{"id":"1ca8d665-5cf2-4093-9ce9-3f192ea56f0f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2fd2ab7c-8c5f-4f00-a8b1-1de35ec9578a","type":"text/javascript","exec":[""]}}],"variable":[{"key":"ROOT","value":"http://localhost:3000/api/"},{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjRiOWI1MjU2YjA4ZTVhODQyZWNkZjAiLCJ0eXBlIjoidXNlciIsImlhdCI6MTU5ODc5MDYxMiwiZXhwIjoxNTk4ODc3MDEyfQ.JV5qX3-oqkn6HZII0WX5pxvc3zzQrDME21sb1AKVyHE"},{"key":"account","value":""}]}