{"info":{"_postman_id":"65f4a0ea-b5e9-47ff-911f-19d56d535cc6","name":"NeuroFlow","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"6396321","collectionId":"65f4a0ea-b5e9-47ff-911f-19d56d535cc6","publishedId":"S1TZxvQw","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-06-08T20:17:32.000Z"},"item":[{"name":"Get Server Health","id":"96af6160-3156-4915-99b2-148e5887b241","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/health","urlObject":{"protocol":"http","port":"5000","path":["health"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"96af6160-3156-4915-99b2-148e5887b241"},{"name":"Get Active User","id":"c4f4784c-dc6e-4e67-b186-edd2c1c40cb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/getuser","urlObject":{"protocol":"http","port":"5000","path":["getuser"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4f4784c-dc6e-4e67-b186-edd2c1c40cb4"},{"name":"Login","id":"b80717cf-a0ee-4695-95b0-0267235eede9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"DanYoung\",\n    \"email\": \"dan@testemail.com\",\n    \"password\": \"testpass\"\n}"},"url":"http://localhost:5000/login","urlObject":{"protocol":"http","port":"5000","path":["login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b80717cf-a0ee-4695-95b0-0267235eede9"},{"name":"Logout","id":"5c9b5b15-5122-417c-8df2-e960f4f18b52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/logout","urlObject":{"protocol":"http","port":"5000","path":["logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c9b5b15-5122-417c-8df2-e960f4f18b52"},{"name":"Create Mood Entry","id":"bba4d1d8-f9cb-48c4-918c-4d85c3700977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mood_score\": 1\n}"},"url":"http://localhost:5000/mood","urlObject":{"protocol":"http","port":"5000","path":["mood"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bba4d1d8-f9cb-48c4-918c-4d85c3700977"},{"name":"Get Moods","id":"2c296d07-5fa5-4cdb-9ba4-e460ae6ff1eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/mood","urlObject":{"protocol":"http","port":"5000","path":["mood"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c296d07-5fa5-4cdb-9ba4-e460ae6ff1eb"}]}