{"info":{"_postman_id":"1d9e6a72-56b4-6be9-b892-e7400301454c","name":"Cocktail Me!","description":"<html><head></head><body><p>API for Cocktail Me! an app for creating homemade cocktails.</p>\n<p>Check out the Web App <a href=\"https://yaniv-cocktailme.herokuapp.com/\">here</a></p>\n<h1 id=\"overview\">Overview</h1>\n<p>RESTful API with standard HTTP requests and error codes</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>JSON Web Tokens. More info <a href=\"https://jwt.io/\">here</a></p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<ul>\n<li>400 - Bad Request</li>\n<li>401 - Unauthorized</li>\n<li>403 - Forbidden</li>\n<li>404 - Not Found</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"}],"owner":"11305627","collectionId":"1d9e6a72-56b4-6be9-b892-e7400301454c","publishedId":"T17AkWqx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-06-29T00:05:13.000Z"},"item":[{"name":"Auth","item":[{"name":"Login User","id":"919015d3-bf3f-b1c3-a766-7ded31742404","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\":\"john@cocktailme.com\",\n\t\"password\":\"123456\"\n}"},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/auth/","urlObject":{"protocol":"https","path":["api","auth",""],"host":["yaniv-cocktailme-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"3947b771-4fa9-6a46-f9fc-f984d262299c","name":"Invalid Credentials","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\":\"john@cocktailme.com\",\n\t\"password\":\"654321\"\n}"},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/auth/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"26","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:38:04 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"1a-ARJvVK+smzAF3QQve2mDSG+3Eus\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"255","body":"Invalid email or password."},{"id":"5a38f76a-a4bc-2087-d0a1-60876b841ab8","name":"Valid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\":\"john@cocktailme.com\",\n\t\"password\":\"123456\"\n}"},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/auth/"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"216","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:34:44 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"d8-JWwRcFlupP7P1KnSNLRsZy9FjBE\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"357","body":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWY5MjgwZDFlYjRmNzAwMTc0NDEzMjUiLCJuYW1lIjoiSm9obiBTbWl0aCIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5MzM4NzI4NH0.-YEPL2ktG3jIDcHTxsGQFF8le6EA3Ww5BEkC-FBhDVA"}],"_postman_id":"919015d3-bf3f-b1c3-a766-7ded31742404"},{"name":"Request Reset Token","id":"c06684fd-e06d-4c6b-96d1-ddebb28d43ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"cocktailmeteam@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/forgotpassword/request","urlObject":{"protocol":"https","path":["api","forgotpassword","request"],"host":["yaniv-cocktailme-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"01945e76-e2be-4e41-8c50-a7dabc7bb537","name":"Valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"cocktailmeteam@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/forgotpassword/request"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Date","value":"Sun, 02 Aug 2020 18:46:33 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":null},{"id":"a0987113-ad8a-47b8-82e1-c8ccd762b109","name":"No User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"fake@email.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/forgotpassword/request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"40"},{"key":"Etag","value":"W/\"28-0Ie0PI2XV63/OIyk+FB3lOoDBEI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 02 Aug 2020 18:47:31 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"There is no user with the email provided"}],"_postman_id":"c06684fd-e06d-4c6b-96d1-ddebb28d43ab"},{"name":"Validate Token","id":"4e94b7ee-db84-42cd-b329-8051285c5ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"cocktailmeteam@gmail.com\",\r\n    \"token\": \"7B933D\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/forgotpassword/validate","urlObject":{"protocol":"https","path":["api","forgotpassword","validate"],"host":["yaniv-cocktailme-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"8ab8be06-28f1-42ea-8e71-6d277a8c7fab","name":"Invalid Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"cocktailmeteam@gmail.com\",\r\n    \"token\": \"FAKE00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/forgotpassword/validate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"44"},{"key":"Etag","value":"W/\"2c-RjlqEwMQF1QvpeYyq510GiuvBh8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 02 Aug 2020 18:51:32 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"The provided token is invalid or has expired"},{"id":"c89ac021-054f-454c-a92f-5003da8f4637","name":"Valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"cocktailmeteam@gmail.com\",\r\n    \"token\": \"7B933D\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/forgotpassword/validate"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Date","value":"Sun, 02 Aug 2020 18:50:11 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4e94b7ee-db84-42cd-b329-8051285c5ef1"},{"name":"Reset Password","id":"9ded6344-e92e-4afd-be44-f6a125b8d949","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"cocktailmeteam@gmail.com\",\r\n    \"token\": \"7B933D\",\r\n    \"newPassword\":\"123456\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/forgotpassword/reset","urlObject":{"protocol":"https","path":["api","forgotpassword","reset"],"host":["yaniv-cocktailme-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"268f4d23-121a-491f-85d9-d47d8a00ac90","name":"Valid","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"cocktailmeteam@gmail.com\",\r\n    \"token\": \"7B933D\",\r\n    \"newPassword\":\"123456\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/forgotpassword/reset"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Date","value":"Sun, 02 Aug 2020 18:53:17 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"9ded6344-e92e-4afd-be44-f6a125b8d949"}],"id":"2134fe24-3126-6f31-8211-742e373f3d8f","_postman_id":"2134fe24-3126-6f31-8211-742e373f3d8f","description":""},{"name":"Bar","item":[{"name":"Get My Bar","id":"504b9e3c-67e0-bdb1-1662-865dfd397a96","request":{"method":"GET","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWY5MjgwZDFlYjRmNzAwMTc0NDEzMjUiLCJuYW1lIjoiSm9obiBTbWl0aCIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5MzM4NzI4NH0.-YEPL2ktG3jIDcHTxsGQFF8le6EA3Ww5BEkC-FBhDVA"}],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/bar","urlObject":{"protocol":"https","path":["api","bar"],"host":["yaniv-cocktailme-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"30869695-39c6-64a3-86ac-9ac394ba059a","name":"No Token","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/bar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"33","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:49:47 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"21-Bk1Us52z+uiNr4xD+HZFkaoeUOI\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"137","body":"Access denied. No token provided."},{"id":"4de83648-5c45-7a25-c5d3-8fdf5b07ed7f","name":"Invalid Token","originalRequest":{"method":"GET","header":[{"key":"x-auth-token","value":"qwertyasdfgh","warning":""}],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/bar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"14","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:49:18 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"e-jbHF4HP5LHRW7//ZtQjwlr3VbWQ\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"454","body":"Invalid token."},{"id":"f861cfc2-bb2f-5e8d-ef18-d6cb30f98761","name":"Valid","originalRequest":{"method":"GET","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWY5MjgwZDFlYjRmNzAwMTc0NDEzMjUiLCJuYW1lIjoiSm9obiBTbWl0aCIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5MzM4NzI4NH0.-YEPL2ktG3jIDcHTxsGQFF8le6EA3Ww5BEkC-FBhDVA","warning":""}],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/bar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"451","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:48:12 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"1c3-tZm1hqs0V5WB456xAk7z3WpUSSM\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"129","body":"[{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba1\",\"name\":\"Tequila\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/tequila.jpg\"},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbae\",\"name\":\"Beer\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/beer.jpg\"},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbaf\",\"name\":\"Cola\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/cola.jpg\"}]"}],"_postman_id":"504b9e3c-67e0-bdb1-1662-865dfd397a96"},{"name":"Add to My Bar","id":"8c2b4cf2-6bbf-81f3-ee5e-b3cfb6070f82","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWY5MjgwZDFlYjRmNzAwMTc0NDEzMjUiLCJuYW1lIjoiSm9obiBTbWl0aCIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5MzM4NzI4NH0.-YEPL2ktG3jIDcHTxsGQFF8le6EA3Ww5BEkC-FBhDVA"}],"body":{"mode":"raw","raw":"{\r\n    \"_id\": \"5eecfb641e34422b4039dbb3\"\r\n}"},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/bar","urlObject":{"protocol":"https","path":["api","bar"],"host":["yaniv-cocktailme-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"410c6d9d-15a3-f64f-d8d3-cdd7dae65881","name":"Valid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","warning":""},{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWY5MjgwZDFlYjRmNzAwMTc0NDEzMjUiLCJuYW1lIjoiSm9obiBTbWl0aCIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5MzM4NzI4NH0.-YEPL2ktG3jIDcHTxsGQFF8le6EA3Ww5BEkC-FBhDVA","warning":""}],"body":{"mode":"raw","raw":"{\r\n    \"_id\": \"5eecfb641e34422b4039dbb3\"\r\n}"},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/bar"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"543","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:55:24 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"21f-vyPdFZpNU3PNxI+ZgXhb8awpz9w\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"169","body":"[{\"_id\":\"5eecfb641e34422b4039dba1\",\"name\":\"Tequila\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/tequila.jpg\"},{\"_id\":\"5eecfb641e34422b4039dbae\",\"name\":\"Beer\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/beer.jpg\"},{\"_id\":\"5eecfb641e34422b4039dbaf\",\"name\":\"Cola\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/cola.jpg\"},{\"_id\":\"5eecfb641e34422b4039dbb3\",\"name\":\"Orange Juice\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/orange_juice.jpg\"}]"},{"id":"4587ef43-f0fd-b216-f7c7-b50ef91c1465","name":"Ingredient Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWY5MjgwZDFlYjRmNzAwMTc0NDEzMjUiLCJuYW1lIjoiSm9obiBTbWl0aCIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5MzM4NzI4NH0.-YEPL2ktG3jIDcHTxsGQFF8le6EA3Ww5BEkC-FBhDVA"}],"body":{"mode":"raw","raw":"{\r\n    \"_id\": \"5eecfb641e34422b4039dbff\"\r\n}"},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/bar"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"20","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:57:16 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"14-v9QGDZvVFMrtqGAxnBI8q0LRrKU\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"129","body":"Ingredient not found"},{"id":"736b1184-c78c-7d5a-e102-3636306d7095","name":"Ingredient already in Bar","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWY5MjgwZDFlYjRmNzAwMTc0NDEzMjUiLCJuYW1lIjoiSm9obiBTbWl0aCIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5MzM4NzI4NH0.-YEPL2ktG3jIDcHTxsGQFF8le6EA3Ww5BEkC-FBhDVA"}],"body":{"mode":"raw","raw":"{\r\n    \"_id\": \"5eecfb641e34422b4039dbb3\"\r\n}"},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/bar"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"25","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:56:36 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"19-QW4p1DSYKeMJEJUVnZjMirMR1pI\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"505","body":"Ingredient already in bar"}],"_postman_id":"8c2b4cf2-6bbf-81f3-ee5e-b3cfb6070f82"},{"name":"Remove from My Bar","id":"615b25bd-c839-36ab-332d-a598865a4d09","request":{"method":"DELETE","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWY5MjgwZDFlYjRmNzAwMTc0NDEzMjUiLCJuYW1lIjoiSm9obiBTbWl0aCIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5MzM4NzI4NH0.-YEPL2ktG3jIDcHTxsGQFF8le6EA3Ww5BEkC-FBhDVA"}],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/bar/5eecfb641e34422b4039dbb3","urlObject":{"protocol":"https","path":["api","bar","5eecfb641e34422b4039dbb3"],"host":["yaniv-cocktailme-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"83610756-47d5-1513-1d35-7215b28ec984","name":"Ingredient Not Found","originalRequest":{"method":"DELETE","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWY5MjgwZDFlYjRmNzAwMTc0NDEzMjUiLCJuYW1lIjoiSm9obiBTbWl0aCIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5MzM4NzI4NH0.-YEPL2ktG3jIDcHTxsGQFF8le6EA3Ww5BEkC-FBhDVA","warning":""}],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/bar/5eecfb641e34422b4039dfff"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"20","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Mon, 29 Jun 2020 00:01:20 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"14-v9QGDZvVFMrtqGAxnBI8q0LRrKU\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"170","body":"Ingredient not found"},{"id":"e57dbce7-e31f-0cec-24af-0827fa55b69b","name":"Valid","originalRequest":{"method":"DELETE","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWY5MjgwZDFlYjRmNzAwMTc0NDEzMjUiLCJuYW1lIjoiSm9obiBTbWl0aCIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5MzM4NzI4NH0.-YEPL2ktG3jIDcHTxsGQFF8le6EA3Ww5BEkC-FBhDVA","warning":""}],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/bar/5eecfb641e34422b4039dbb3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"397","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Mon, 29 Jun 2020 00:00:01 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"18d-Rdk9m63HGUm7sBFPUd1vNU4cuEg\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"181","body":"[{\"_id\":\"5eecfb641e34422b4039dba1\",\"name\":\"Tequila\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/tequila.jpg\"},{\"_id\":\"5eecfb641e34422b4039dbae\",\"name\":\"Beer\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/beer.jpg\"},{\"_id\":\"5eecfb641e34422b4039dbaf\",\"name\":\"Cola\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/cola.jpg\"}]"}],"_postman_id":"615b25bd-c839-36ab-332d-a598865a4d09"}],"id":"d0d37ed0-a7c0-be06-4a32-b90c2c8f201e","_postman_id":"d0d37ed0-a7c0-be06-4a32-b90c2c8f201e","description":""},{"name":"Cocktails","item":[{"name":"Get All Cocktails","id":"daa91e2b-81f1-83f5-9ae4-ef07aea4c6de","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/cocktails/","urlObject":{"protocol":"https","path":["api","cocktails",""],"host":["yaniv-cocktailme-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"7533e9c3-d247-fd27-9b16-9b59f44ae2f9","name":"Valid","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/cocktails/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:41:06 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"6f03-IvFO9uNe1f6kudqoHZf2SG0Cmu8\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"275","body":"[{\"preparation\":[\"Pour the Campari and Vermouth over ice into a highball glass.\",\"Add a splash of soda water and garnish with half orange slice and a lemon twist.\"],\"_id\":\"5eecfb641e34422b4039dc57\",\"name\":\"Americano\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/americano.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf2b7\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba8\",\"name\":\"Campari\"},\"measure\":\"30 ml\"},{\"_id\":\"5ef91e6c66898f000cedf2b6\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbab\",\"name\":\"Red Vermouth\"},\"measure\":\"30 ml\"},{\"_id\":\"5ef91e6c66898f000cedf2b5\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb0\",\"name\":\"Soda Water\"},\"measure\":\"Top up\"}]},{\"preparation\":[\"Build all ingredients into a wine glass filled with ice.\",\"Stir gently.\"],\"_id\":\"5ef7558895ed7456400cd148\",\"name\":\"Aperol Spritz\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/aperol_spritz.jpg\",\"components\":[{\"_id\":\"5ef91e6b66898f000cedf229\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbac\"],\"_id\":\"5ef7558895ed7456400cd125\",\"name\":\"Prosecco\"},\"measure\":\"90 ml\"},{\"_id\":\"5ef91e6b66898f000cedf228\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5ef7558895ed7456400cd11d\",\"name\":\"Aperol\"},\"measure\":\"60 ml\"},{\"_id\":\"5ef91e6b66898f000cedf227\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb0\",\"name\":\"Soda Water\"},\"measure\":\"a splash\"}]},{\"preparation\":[\"Pour the ingredients into an old fashioned glass filled with ice cubes.\",\"Stir gently.\"],\"_id\":\"5eecfb641e34422b4039dc28\",\"name\":\"Black Russian\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/black_russian.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf287\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba2\",\"name\":\"Vodka\"},\"measure\":\"40 ml\"},{\"_id\":\"5ef91e6c66898f000cedf286\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba7\",\"name\":\"Coffee Liqueur\"},\"measure\":\"20 ml\"}]},{\"preparation\":[\"Stirring gently, pour all ingredients into highball glass.\",\"Garnish.\"],\"_id\":\"5eecfb641e34422b4039dc2b\",\"name\":\"Bloody Mary\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/bloody_mary.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf28f\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba2\",\"name\":\"Vodka\"},\"measure\":\"45 ml\"},{\"_id\":\"5ef91e6c66898f000cedf28e\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbb9\"],\"_id\":\"5eecfb641e34422b4039dbb8\",\"name\":\"Tomato Juice\"},\"measure\":\"90 ml\"},{\"_id\":\"5ef91e6c66898f000cedf28d\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbb4\",\"5eecfb641e34422b4039dbbe\",\"5eecfb641e34422b4039dbbf\"],\"_id\":\"5eecfb641e34422b4039dbb5\",\"name\":\"Lemon Juice\"},\"measure\":\"15 ml\"},{\"_id\":\"5ef91e6c66898f000cedf28c\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc8\",\"name\":\"Worcestershire Sauce\"},\"measure\":\"3 drops\"},{\"_id\":\"5ef91e6c66898f000cedf28b\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc3\",\"name\":\"Celery\"},\"measure\":\"1 sprig\"},{\"_id\":\"5ef91e6c66898f000cedf28a\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc9\",\"name\":\"Hot Sauce\"},\"measure\":\"to taste\"},{\"_id\":\"5ef91e6c66898f000cedf289\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbcc\",\"name\":\"Pepper\"},\"measure\":\"to taste\"}]},{\"preparation\":[\"Place lime and sugar into old fashioned glass and muddle (mash the two ingredients together using a muddler or a wooden spoon).\",\"Fill the glass with ice and add the Cachaça.\"],\"_id\":\"5eecfb641e34422b4039dbfd\",\"name\":\"Caipirinha\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/caipirinha.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf25c\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb00f3aa0f0b0896e06e\",\"name\":\"Cachaça\"},\"measure\":\"50 ml\"},{\"_id\":\"5ef91e6c66898f000cedf25b\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbbe\"],\"_id\":\"5eecfb641e34422b4039dbbf\",\"name\":\"Lime\"},\"measure\":\"cut in 4\"},{\"_id\":\"5ef91e6c66898f000cedf25a\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbbc\"],\"_id\":\"5eecfb641e34422b4039dbca\",\"name\":\"Sugar\"},\"measure\":\"2 ts\"}]},{\"preparation\":[\"Place lime and sugar into old fashioned glass and muddle (mash the two ingredients together using a muddler or a wooden spoon).\",\"Fill the glass with ice and add the Vodka.\"],\"_id\":\"5eecfb641e34422b4039dc01\",\"name\":\"Caipiroska\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/caipiroska.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf260\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba2\",\"name\":\"Vodka\"},\"measure\":\"50 ml\"},{\"_id\":\"5ef91e6c66898f000cedf25f\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbbe\"],\"_id\":\"5eecfb641e34422b4039dbbf\",\"name\":\"Lime\"},\"measure\":\"cut in 4\"},{\"_id\":\"5ef91e6c66898f000cedf25e\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbbc\"],\"_id\":\"5eecfb641e34422b4039dbca\",\"name\":\"Sugar\"},\"measure\":\"2 ts\"}]},{\"preparation\":[\"Shake all ingredients in cocktail shaker filled with ice.\",\"Strain into a large cocktail glass.\",\"Garnish with lime slice.\"],\"_id\":\"5eecfb641e34422b4039dc12\",\"name\":\"Cosmopolitan\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/cosmopolitan.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf272\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba2\",\"name\":\"Vodka\"},\"measure\":\"40 ml\"},{\"_id\":\"5ef91e6c66898f000cedf271\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba5\",\"name\":\"Cointreau\"},\"measure\":\"15 ml\"},{\"_id\":\"5ef91e6c66898f000cedf270\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbb5\",\"5eecfb641e34422b4039dbbf\",\"5eecfb641e34422b4039dbbe\"],\"_id\":\"5eecfb641e34422b4039dbb4\",\"name\":\"Lime Juice\"},\"measure\":\"15 ml\"},{\"_id\":\"5ef91e6c66898f000cedf26f\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb6\",\"name\":\"Cranberry Juice\"},\"measure\":\"15 ml\"}]},{\"preparation\":[\"Build all ingredients in a highball glass filled with ice.\",\"Garnish with lime wedge.\"],\"_id\":\"5eecfb641e34422b4039dbdc\",\"name\":\"Cuba Libre\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/cuba_libre.jpg\",\"components\":[{\"_id\":\"5ef91e6b66898f000cedf23b\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dba0\"],\"_id\":\"5eecfb641e34422b4039dba3\",\"name\":\"White Rum\"},\"measure\":\"50 ml\"},{\"_id\":\"5ef91e6b66898f000cedf23a\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbaf\",\"name\":\"Cola\"},\"measure\":\"120 ml\"},{\"_id\":\"5ef91e6b66898f000cedf239\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbb5\",\"5eecfb641e34422b4039dbbf\",\"5eecfb641e34422b4039dbbe\"],\"_id\":\"5eecfb641e34422b4039dbb4\",\"name\":\"Lime Juice\"},\"measure\":\"10 ml\"}]},{\"preparation\":[\"In a cocktail shaker add all ingredients.\",\"Stir well to dissolve the sugar.\",\"Add ice and shake.\",\"Strain into chilled cocktail glass.\"],\"_id\":\"5eecfb641e34422b4039dc17\",\"name\":\"Daiquiri\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/daiquiri.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf276\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dba0\"],\"_id\":\"5eecfb641e34422b4039dba3\",\"name\":\"White Rum\"},\"measure\":\"60 ml\"},{\"_id\":\"5ef91e6c66898f000cedf275\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbb5\",\"5eecfb641e34422b4039dbbf\",\"5eecfb641e34422b4039dbbe\"],\"_id\":\"5eecfb641e34422b4039dbb4\",\"name\":\"Lime Juice\"},\"measure\":\"20 ml\"},{\"_id\":\"5ef91e6c66898f000cedf274\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbbc\"],\"_id\":\"5eecfb641e34422b4039dbca\",\"name\":\"Sugar\"},\"measure\":\"2 ts\"}]},{\"preparation\":[\"In a glass filled with ice cubes, add gin and tonic.\"],\"_id\":\"5eecfb641e34422b4039dbf2\",\"name\":\"Gin & Tonic\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/gin_and_tonic.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf250\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039db9e\",\"name\":\"Gin\"},\"measure\":\"50 ml\"},{\"_id\":\"5ef91e6c66898f000cedf24f\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb1\",\"name\":\"Tonic Water\"},\"measure\":\"120 ml\"}]},{\"preparation\":[\"Heat the coffee, whiskey and sugar. Do not boil.\",\"Pour into glass and top with cream.\",\"Serve hot.\"],\"_id\":\"5eecfb641e34422b4039dc33\",\"name\":\"Irish Coffee\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/irish_coffee.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf294\",\"ingredient\":{\"alternatives\":[\"5ef6816942f15a0fe0f49529\"],\"_id\":\"5eecfb641e34422b4039dba4\",\"name\":\"Whiskey\"},\"measure\":\"40 ml\"},{\"_id\":\"5ef91e6c66898f000cedf293\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc7\",\"name\":\"Coffee\"},\"measure\":\"80 ml\"},{\"_id\":\"5ef91e6c66898f000cedf292\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc6\",\"name\":\"Cream\"},\"measure\":\"30 ml\"},{\"_id\":\"5ef91e6c66898f000cedf291\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbbc\"],\"_id\":\"5eecfb641e34422b4039dbca\",\"name\":\"Sugar\"},\"measure\":\"1 ts\"}]},{\"preparation\":[\"Pour all ingredients directly into highball glass filled with ice.\",\"Stir gently.\",\"Garnish.\",\"Add a dash of Angostura bitters.\"],\"_id\":\"5eecfb641e34422b4039dc4f\",\"name\":\"John Collins\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/john_collins.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf2b0\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039db9e\",\"name\":\"Gin\"},\"measure\":\"45 ml\"},{\"_id\":\"5ef91e6c66898f000cedf2af\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbb4\",\"5eecfb641e34422b4039dbbe\",\"5eecfb641e34422b4039dbbf\"],\"_id\":\"5eecfb641e34422b4039dbb5\",\"name\":\"Lemon Juice\"},\"measure\":\"30 ml\"},{\"_id\":\"5ef91e6c66898f000cedf2ae\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbca\"],\"_id\":\"5eecfb641e34422b4039dbbc\",\"name\":\"Sugar Syrup\"},\"measure\":\"15 ml\"},{\"_id\":\"5ef91e6c66898f000cedf2ad\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb0\",\"name\":\"Soda Water\"},\"measure\":\"60 ml\"}]},{\"preparation\":[\"Add all ingredients into highball glass filled with ice. Stir gently.\",\"Optionally garnish with lemon slice.\"],\"_id\":\"5eecfb641e34422b4039dc09\",\"name\":\"Long Island Iced Tea\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/long_island.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf26d\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba1\",\"name\":\"Tequila\"},\"measure\":\"15 ml\"},{\"_id\":\"5ef91e6c66898f000cedf26c\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba2\",\"name\":\"Vodka\"},\"measure\":\"15 ml\"},{\"_id\":\"5ef91e6c66898f000cedf26b\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dba0\"],\"_id\":\"5eecfb641e34422b4039dba3\",\"name\":\"White Rum\"},\"measure\":\"15 ml\"},{\"_id\":\"5ef91e6c66898f000cedf26a\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba5\",\"name\":\"Cointreau\"},\"measure\":\"15 ml\"},{\"_id\":\"5ef91e6c66898f000cedf269\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039db9e\",\"name\":\"Gin\"},\"measure\":\"15 ml\"},{\"_id\":\"5ef91e6c66898f000cedf268\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbb4\",\"5eecfb641e34422b4039dbbe\",\"5eecfb641e34422b4039dbbf\"],\"_id\":\"5eecfb641e34422b4039dbb5\",\"name\":\"Lemon Juice\"},\"measure\":\"25 ml\"},{\"_id\":\"5ef91e6c66898f000cedf267\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbca\"],\"_id\":\"5eecfb641e34422b4039dbbc\",\"name\":\"Sugar Syrup\"},\"measure\":\"30 ml\"},{\"_id\":\"5ef91e6c66898f000cedf266\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbaf\",\"name\":\"Cola\"},\"measure\":\"Top up\"}]},{\"preparation\":[\"Shake all ingredients with ice.\",\"Strain into glass.\",\"Garnish and serve with straw.\"],\"_id\":\"5eecfb641e34422b4039dc1b\",\"name\":\"Mai Tai\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/mai_tai.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf27c\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dba3\"],\"_id\":\"5eecfb641e34422b4039dba0\",\"name\":\"Rum\"},\"measure\":\"60 ml\"},{\"_id\":\"5ef91e6c66898f000cedf27b\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba5\",\"name\":\"Cointreau\"},\"measure\":\"15 ml\"},{\"_id\":\"5ef91e6c66898f000cedf27a\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbbd\",\"name\":\"Orgeat Syrup\"},\"measure\":\"15 ml\"},{\"_id\":\"5ef91e6c66898f000cedf279\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbca\"],\"_id\":\"5eecfb641e34422b4039dbbc\",\"name\":\"Sugar Syrup\"},\"measure\":\"10 ml\"},{\"_id\":\"5ef91e6c66898f000cedf278\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbb5\",\"5eecfb641e34422b4039dbbf\",\"5eecfb641e34422b4039dbbe\"],\"_id\":\"5eecfb641e34422b4039dbb4\",\"name\":\"Lime Juice\"},\"measure\":\"15 ml\"}]},{\"preparation\":[\"Stirred over ice, strained into a chilled glass, garnished, and served up.\"],\"_id\":\"5eecfb641e34422b4039dc38\",\"name\":\"Manhattan\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/manhattan.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf298\",\"ingredient\":{\"alternatives\":[\"5ef6816942f15a0fe0f49529\"],\"_id\":\"5eecfb641e34422b4039dba4\",\"name\":\"Whiskey\"},\"measure\":\"50 ml\"},{\"_id\":\"5ef91e6c66898f000cedf297\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbab\",\"name\":\"Red Vermouth\"},\"measure\":\"20 ml\"},{\"_id\":\"5ef91e6c66898f000cedf296\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbba\",\"name\":\"Angostura Bitter\"},\"measure\":\"a dash\"}]},{\"preparation\":[\"Pour all ingredients into shaker with ice.\",\"Shake well and strain into cocktail glass rimmed with salt.\"],\"_id\":\"5eecfb641e34422b4039dbd7\",\"name\":\"Margarita\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/margarita.jpg\",\"components\":[{\"_id\":\"5ef91e6b66898f000cedf237\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba1\",\"name\":\"Tequila\"},\"measure\":\"50 ml\"},{\"_id\":\"5ef91e6b66898f000cedf236\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba5\",\"name\":\"Cointreau\"},\"measure\":\"50 ml\"},{\"_id\":\"5ef91e6b66898f000cedf235\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbb5\",\"5eecfb641e34422b4039dbbf\",\"5eecfb641e34422b4039dbbe\"],\"_id\":\"5eecfb641e34422b4039dbb4\",\"name\":\"Lime Juice\"},\"measure\":\"50 ml\"},{\"_id\":\"5ef91e6b66898f000cedf234\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbcb\",\"name\":\"Salt\"},\"measure\":\"1 ts\"}]},{\"preparation\":[\"Pour all ingredients into mixing glass with ice cubes. Shake well.\",\"Strain into chilled martini cocktail glass.\",\"Squeeze oil from lemon peel onto the drink, or garnish with olive.\"],\"_id\":\"5eecfb641e34422b4039dbf5\",\"name\":\"Martini\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/martini.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf254\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039db9e\",\"name\":\"Gin\"},\"measure\":\"60 ml\"},{\"_id\":\"5ef91e6c66898f000cedf253\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbaa\",\"name\":\"Dry Vermouth\"},\"measure\":\"10 ml\"},{\"_id\":\"5ef91e6c66898f000cedf252\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc2\",\"name\":\"Olives\"},\"measure\":\"1\"}]},{\"preparation\":[\"Run a lime wedge around the rim of a glass and dip in coarse sea salt and chili powder.\",\"Fill beer glass with ice cubes.\",\"Add the tomato juice, lime juice, Worcestershire sauce, hot sauce and a dash of chili powder.\",\"Top with your favorite beer. Stir and enjoy immediately.\"],\"_id\":\"5eecfb641e34422b4039dbce\",\"name\":\"Michelada\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/michelada.jpg\",\"components\":[{\"_id\":\"5ef91e6b66898f000cedf232\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbae\",\"name\":\"Beer\"},\"measure\":\"350 ml\"},{\"_id\":\"5ef91e6b66898f000cedf231\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbb8\"],\"_id\":\"5eecfb641e34422b4039dbb9\",\"name\":\"Clamato Juice\"},\"measure\":\"150 ml\"},{\"_id\":\"5ef91e6b66898f000cedf230\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbb5\",\"5eecfb641e34422b4039dbbf\",\"5eecfb641e34422b4039dbbe\"],\"_id\":\"5eecfb641e34422b4039dbb4\",\"name\":\"Lime Juice\"},\"measure\":\"50 ml\"},{\"_id\":\"5ef91e6b66898f000cedf22f\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbbe\"],\"_id\":\"5eecfb641e34422b4039dbbf\",\"name\":\"Lime\"},\"measure\":\"cut in 4\"},{\"_id\":\"5ef91e6b66898f000cedf22e\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc9\",\"name\":\"Hot Sauce\"},\"measure\":\"4 drops\"},{\"_id\":\"5ef91e6b66898f000cedf22d\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbcd\",\"name\":\"Chilly Powder\"},\"measure\":\"1 ts\"},{\"_id\":\"5ef91e6b66898f000cedf22c\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc8\",\"name\":\"Worcestershire Sauce\"},\"measure\":\"4 drops\"},{\"_id\":\"5ef91e6b66898f000cedf22b\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbcb\",\"name\":\"Salt\"},\"measure\":\"2 ts\"}]},{\"preparation\":[\"Ensure both ingredients are well chilled, then mix into the glass. Serve cold.\"],\"_id\":\"5eecfb641e34422b4039dc54\",\"name\":\"Mimosa\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/mimosa.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf2b3\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbac\",\"name\":\"Champagne\"},\"measure\":\"75 ml\"},{\"_id\":\"5ef91e6c66898f000cedf2b2\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb3\",\"name\":\"Orange Juice\"},\"measure\":\"75 ml\"}]},{\"preparation\":[\"Muddle mint leaves with sugar and lime juice.\",\"Add a splash of soda water and fill the glass with cracked ice.\",\"Pour the rum and top with soda water.\",\"Garnish with sprig of mint leaves and lemon slice.\",\"Serve with straw.\"],\"_id\":\"5eecfb641e34422b4039dbec\",\"name\":\"Mojito\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/mojito.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf24d\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dba0\"],\"_id\":\"5eecfb641e34422b4039dba3\",\"name\":\"White Rum\"},\"measure\":\"40 ml\"},{\"_id\":\"5ef91e6c66898f000cedf24c\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbb5\",\"5eecfb641e34422b4039dbbf\",\"5eecfb641e34422b4039dbbe\"],\"_id\":\"5eecfb641e34422b4039dbb4\",\"name\":\"Lime Juice\"},\"measure\":\"30 ml\"},{\"_id\":\"5ef91e6c66898f000cedf24b\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc1\",\"name\":\"Mint\"},\"measure\":\"6 leaves\"},{\"_id\":\"5ef91e6c66898f000cedf24a\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbbc\"],\"_id\":\"5eecfb641e34422b4039dbca\",\"name\":\"Sugar\"},\"measure\":\"2 ts\"},{\"_id\":\"5ef91e6c66898f000cedf249\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb0\",\"name\":\"Soda Water\"},\"measure\":\"Top up\"}]},{\"preparation\":[\"Stir into glass over ice, garnish and serve.\"],\"_id\":\"5eecfb641e34422b4039dc4b\",\"name\":\"Negroni\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/negroni.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf2ab\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039db9e\",\"name\":\"Gin\"},\"measure\":\"30 ml\"},{\"_id\":\"5ef91e6c66898f000cedf2aa\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbab\",\"name\":\"Red Vermouth\"},\"measure\":\"30 ml\"},{\"_id\":\"5ef91e6c66898f000cedf2a9\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba8\",\"name\":\"Campari\"},\"measure\":\"30 ml\"}]},{\"preparation\":[\"Place sugar cube in old fashioned glass and saturate with bitters.\",\"Add a dash of plain water. Muddle until dissolved.\",\"Fill the glass with ice cubes and add whiskey.\",\"Garnish with orange twist, and a cocktail cherry.\"],\"_id\":\"5eecfb641e34422b4039dc3c\",\"name\":\"Old Fashioned\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/old_fashioned.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf29c\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dba4\"],\"_id\":\"5ef6816942f15a0fe0f49529\",\"name\":\"Bourbon\"},\"measure\":\"45 ml\"},{\"_id\":\"5ef91e6c66898f000cedf29b\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbba\",\"name\":\"Angostura Bitter\"},\"measure\":\"2 dashes\"},{\"_id\":\"5ef91e6c66898f000cedf29a\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbbc\"],\"_id\":\"5eecfb641e34422b4039dbca\",\"name\":\"Sugar\"},\"measure\":\"1 ts\"}]},{\"preparation\":[\"Stir together and serve over ice.\"],\"_id\":\"5eecfb641e34422b4039dc25\",\"name\":\"Paloma\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/paloma.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf284\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba1\",\"name\":\"Tequila\"},\"measure\":\"50 ml\"},{\"_id\":\"5ef91e6c66898f000cedf283\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb2\",\"name\":\"Grapefruit Soda\"},\"measure\":\"150 ml\"},{\"_id\":\"5ef91e6c66898f000cedf282\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbbe\"],\"_id\":\"5eecfb641e34422b4039dbbf\",\"name\":\"Lime\"},\"measure\":\"to taste\"}]},{\"preparation\":[\"Vigorously shake contents in a cocktail shaker with ice cubes.\",\"Strain into a glass and garnish with bitters.\"],\"_id\":\"5eecfb641e34422b4039dbe0\",\"name\":\"Pisco Sour\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/pisco_sour.jpg\",\"components\":[{\"_id\":\"5ef91e6b66898f000cedf240\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039db9f\",\"name\":\"Pisco\"},\"measure\":\"60 ml\"},{\"_id\":\"5ef91e6b66898f000cedf23f\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbb5\",\"5eecfb641e34422b4039dbbf\",\"5eecfb641e34422b4039dbbe\"],\"_id\":\"5eecfb641e34422b4039dbb4\",\"name\":\"Lime Juice\"},\"measure\":\"30 ml\"},{\"_id\":\"5ef91e6b66898f000cedf23e\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbca\"],\"_id\":\"5eecfb641e34422b4039dbbc\",\"name\":\"Sugar Syrup\"},\"measure\":\"20 ml\"},{\"_id\":\"5ef91e6b66898f000cedf23d\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc4\",\"name\":\"Egg White\"},\"measure\":\"1\"}]},{\"preparation\":[\"Build all ingredients in a highball glass filled with ice.\",\"Garnish with lime wedge.\"],\"_id\":\"5eecfb641e34422b4039dbe5\",\"name\":\"Piscola\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/piscola.jpg\",\"components\":[{\"_id\":\"5ef91e6b66898f000cedf243\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039db9f\",\"name\":\"Pisco\"},\"measure\":\"80 ml\"},{\"_id\":\"5ef91e6b66898f000cedf242\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbaf\",\"name\":\"Cola\"},\"measure\":\"120 ml\"}]},{\"preparation\":[\"Blend all the ingredients with ice in an electric blender.\",\"Pour into a large goblet or Hurricane glass and serve.\"],\"_id\":\"5eecfb641e34422b4039dc21\",\"name\":\"Piña Colada\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/pina_colada.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf280\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dba0\"],\"_id\":\"5eecfb641e34422b4039dba3\",\"name\":\"White Rum\"},\"measure\":\"50 ml\"},{\"_id\":\"5ef91e6c66898f000cedf27f\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc5\",\"name\":\"Coconut Cream\"},\"measure\":\"30 ml\"},{\"_id\":\"5ef91e6c66898f000cedf27e\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb7\",\"name\":\"Pineapple Juice\"},\"measure\":\"50 ml\"}]},{\"preparation\":[\"Pour all ingredients directly into old-fashioned glass filled with ice.\",\"Stir gently.\",\"Garnish with a lemon twist\"],\"_id\":\"5eecfb641e34422b4039dc40\",\"name\":\"Rusty Nail\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/rusty_nail.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf29f\",\"ingredient\":{\"alternatives\":[\"5ef6816942f15a0fe0f49529\"],\"_id\":\"5eecfb641e34422b4039dba4\",\"name\":\"Whiskey\"},\"measure\":\"45 ml\"},{\"_id\":\"5ef91e6c66898f000cedf29e\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba6\",\"name\":\"Drambuie\"},\"measure\":\"30 ml\"}]},{\"preparation\":[\"Cut the fruit in small pieces.\",\"Stir with the rest of the ingredients.\",\"Refrigerate for 2 to 8 hours for maximum fruity flavor.\"],\"_id\":\"5eecfb641e34422b4039dc5b\",\"name\":\"Sangria\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/sangria.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf2bd\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbad\",\"name\":\"Red Wine\"},\"measure\":\"1 bottle\"},{\"_id\":\"5ef91e6c66898f000cedf2bc\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039db9d\"],\"_id\":\"5eecfb641e34422b4039db9c\",\"name\":\"Cognac\"},\"measure\":\"50 ml\"},{\"_id\":\"5ef91e6c66898f000cedf2bb\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb3\",\"name\":\"Orange Juice\"},\"measure\":\"200 ml\"},{\"_id\":\"5ef91e6c66898f000cedf2ba\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc0\",\"name\":\"Fruit Mix\"},\"measure\":\"to taste\"},{\"_id\":\"5ef91e6c66898f000cedf2b9\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbbc\"],\"_id\":\"5eecfb641e34422b4039dbca\",\"name\":\"Sugar\"},\"measure\":\"to taste\"}]},{\"preparation\":[\"Mix in a highball glass with ice.\",\"Garnish and serve.\"],\"_id\":\"5ef68228cb806827f42ed14a\",\"name\":\"Screwdriver\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/screwdriver.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf2c0\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba2\",\"name\":\"Vodka\"},\"measure\":\"50 ml\"},{\"_id\":\"5ef91e6c66898f000cedf2bf\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb3\",\"name\":\"Orange Juice\"},\"measure\":\"100 ml\"}]},{\"preparation\":[\"Pour all ingredients into cocktail shaker filled with ice.\",\"Shake well and strain into cocktail glass.\"],\"_id\":\"5eecfb641e34422b4039dc05\",\"name\":\"Side Car\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/side_car.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf264\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039db9d\"],\"_id\":\"5eecfb641e34422b4039db9c\",\"name\":\"Cognac\"},\"measure\":\"50 ml\"},{\"_id\":\"5ef91e6c66898f000cedf263\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba5\",\"name\":\"Cointreau\"},\"measure\":\"20 ml\"},{\"_id\":\"5ef91e6c66898f000cedf262\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbb4\",\"5eecfb641e34422b4039dbbe\",\"5eecfb641e34422b4039dbbf\"],\"_id\":\"5eecfb641e34422b4039dbb5\",\"name\":\"Lemon Juice\"},\"measure\":\"20 ml\"}]},{\"preparation\":[\"Pour the tequila and orange juice into glass over ice.\",\"Add the grenadine, which will sink to the bottom.\",\"Stir gently to create the sunrise effect.\",\"Garnish and serve.\"],\"_id\":\"5eecfb641e34422b4039dbe8\",\"name\":\"Tequila Sunrise\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/tequila_sunrise.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf247\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba1\",\"name\":\"Tequila\"},\"measure\":\"45 ml\"},{\"_id\":\"5ef91e6c66898f000cedf246\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb3\",\"name\":\"Orange Juice\"},\"measure\":\"90 ml\"},{\"_id\":\"5ef91e6c66898f000cedf245\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbbb\",\"name\":\"Grenadine\"},\"measure\":\"15 ml\"}]},{\"preparation\":[\"Shake and strain into a chilled cocktail glass.\",\"Garnish and serve.\"],\"_id\":\"5eecfb641e34422b4039dc47\",\"name\":\"Vesper\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/vesper.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf2a7\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039db9e\",\"name\":\"Gin\"},\"measure\":\"45 ml\"},{\"_id\":\"5ef91e6c66898f000cedf2a6\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba2\",\"name\":\"Vodka\"},\"measure\":\"15 ml\"},{\"_id\":\"5ef91e6c66898f000cedf2a5\",\"ingredient\":{\"alternatives\":[\"5ef6816942f15a0fe0f4953a\"],\"_id\":\"5eecfb641e34422b4039dba9\",\"name\":\"Lillet Blanc\"},\"measure\":\"10 ml\"}]},{\"preparation\":[\"Pour all ingredients into mixing glass with ice cubes. Shake well.\",\"Strain in chilled martini cocktail glass.\",\"Squeeze oil from lemon peel onto the drink, or garnish with olive.\"],\"_id\":\"5eecfb641e34422b4039dbf9\",\"name\":\"Vodka Martini\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/vodka_martini.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf258\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba2\",\"name\":\"Vodka\"},\"measure\":\"60 ml\"},{\"_id\":\"5ef91e6c66898f000cedf257\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbaa\",\"name\":\"Dry Vermouth\"},\"measure\":\"10 ml\"},{\"_id\":\"5ef91e6c66898f000cedf256\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc2\",\"name\":\"Olives\"},\"measure\":\"1\"}]},{\"preparation\":[\"Shake with ice.\",\"Strain into chilled glass, garnish and serve.\"],\"_id\":\"5eecfb641e34422b4039dc43\",\"name\":\"Whiskey Sour\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/whiskey_sour.jpg\",\"components\":[{\"_id\":\"5ef91e6c66898f000cedf2a3\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dba4\"],\"_id\":\"5ef6816942f15a0fe0f49529\",\"name\":\"Bourbon\"},\"measure\":\"45 ml\"},{\"_id\":\"5ef91e6c66898f000cedf2a2\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbb4\",\"5eecfb641e34422b4039dbbe\",\"5eecfb641e34422b4039dbbf\"],\"_id\":\"5eecfb641e34422b4039dbb5\",\"name\":\"Lemon Juice\"},\"measure\":\"30 ml\"},{\"_id\":\"5ef91e6c66898f000cedf2a1\",\"ingredient\":{\"alternatives\":[\"5eecfb641e34422b4039dbca\"],\"_id\":\"5eecfb641e34422b4039dbbc\",\"name\":\"Sugar Syrup\"},\"measure\":\"15 ml\"}]}]"}],"_postman_id":"daa91e2b-81f1-83f5-9ae4-ef07aea4c6de"},{"name":"Get Cocktail by ID","id":"733ba19e-10e3-f23e-50c2-aacf8e528c94","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/cocktails/5eecfb641e34422b4039dc57","urlObject":{"protocol":"https","path":["api","cocktails","5eecfb641e34422b4039dc57"],"host":["yaniv-cocktailme-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"0daff2a0-0abb-c2f3-bad2-b0aaeb801bba","name":"Not Found","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/cocktails/5eecfb641e34422b4039dc58"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"18","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 22:44:17 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"12-zB+XKNqIofIxCZkx+fPmSSNOJPA\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"483","body":"Cocktail not found"},{"id":"a33ab31d-6ff8-c102-b789-04c3b77f072e","name":"Valid","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/cocktails/5eecfb641e34422b4039dc57"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"992","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 22:41:25 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"3e0-7NMbQCHGZCWSrsEAEn0H81V+OhE\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"140","body":"{\"preparation\":[\"Pour the Campari and Vermouth over ice into a highball glass.\",\"Add a splash of soda water and garnish with half orange slice and a lemon twist.\"],\"_id\":\"5eecfb641e34422b4039dc57\",\"name\":\"Americano\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/cocktails/americano.jpg\",\"components\":[{\"_id\":\"5ef7cb909995d0000cbcdfbf\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba8\",\"name\":\"Campari\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/campari.jpg\"},\"measure\":\"30 ml\"},{\"_id\":\"5ef7cb909995d0000cbcdfbe\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbab\",\"name\":\"Red Vermouth\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/red_vermouth.jpg\"},\"measure\":\"30 ml\"},{\"_id\":\"5ef7cb909995d0000cbcdfbd\",\"ingredient\":{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb0\",\"name\":\"Soda Water\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/soda_water.jpg\"},\"measure\":\"Top up\"}]}"},{"id":"c25b5352-a155-fb91-617f-744f385cd5b1","name":"Invalid ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/cocktails/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"11","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 22:44:47 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"b-qxAysJrfQ/4etzJFuXjJkIT7pvM\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"123","body":"Invalid ID."}],"_postman_id":"733ba19e-10e3-f23e-50c2-aacf8e528c94"}],"id":"f41fb6a2-ba80-1953-7d06-0b4aa33aac88","_postman_id":"f41fb6a2-ba80-1953-7d06-0b4aa33aac88","description":""},{"name":"Favorites","item":[{"name":"Get All Favorites","id":"a5de5fbe-57cc-4f0a-a1c8-a33ff4ee0cee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjI3MDg4YWQwZThhODAwMTczMmMyNzciLCJuYW1lIjoiSm9obiIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5NjM5NDU1M30.b52UpZG2URrYol7T1P9XqxfhDv-FiASbzOelQcfEey4","type":"text"}],"url":"https://yaniv-cocktailme-api.herokuapp.com/api/favorites","urlObject":{"protocol":"https","path":["api","favorites"],"host":["yaniv-cocktailme-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"05e8e01e-b369-4f85-a625-026a31c77a74","name":"No Token Provided","originalRequest":{"method":"GET","header":[{"key":"x-auth-token","value":"","type":"text"}],"url":"https://yaniv-cocktailme-api.herokuapp.com/api/favorites"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"Etag","value":"W/\"21-Bk1Us52z+uiNr4xD+HZFkaoeUOI\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 02 Aug 2020 18:58:09 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Access denied. No token provided."},{"id":"7906aab3-8677-43f7-a166-2c2f2ce9b6c8","name":"Invalid Token","originalRequest":{"method":"GET","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjI3MDg4YWQwZThhODAwMTczMmMyNzciLCJuYW1lIjoiSm9obiIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5NjM5NDU1M30.b52UpZG2URrYol7T1P9XqxfhDv-FiASbzOelQcfEey5","type":"text"}],"url":"https://yaniv-cocktailme-api.herokuapp.com/api/favorites"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"14"},{"key":"Etag","value":"W/\"e-jbHF4HP5LHRW7//ZtQjwlr3VbWQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 02 Aug 2020 18:57:47 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Invalid token."},{"id":"e258bb0b-a9cc-4ec4-b87c-7d1a01cd015f","name":"Valid","originalRequest":{"method":"GET","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjI3MDg4YWQwZThhODAwMTczMmMyNzciLCJuYW1lIjoiSm9obiIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5NjM5NDU1M30.b52UpZG2URrYol7T1P9XqxfhDv-FiASbzOelQcfEey4","type":"text"}],"url":"https://yaniv-cocktailme-api.herokuapp.com/api/favorites"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"9d5-xjfdqys+6r4OKdKkPSof4z3u/yU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Sun, 02 Aug 2020 18:56:47 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"preparation\": [\n            \"Stirring gently, pour all ingredients into highball glass.\",\n            \"Garnish.\"\n        ],\n        \"_id\": \"5eecfb641e34422b4039dc2b\",\n        \"name\": \"Bloody Mary\",\n        \"images\": [\n            {\n                \"url\": \"/images/cocktails/bloody_mary_full.jpg\",\n                \"thumbnailUrl\": \"/images/cocktails/bloody_mary_thumb.jpg\"\n            }\n        ],\n        \"components\": [\n            {\n                \"ingredient\": {\n                    \"alternatives\": [],\n                    \"_id\": \"5eecfb641e34422b4039dba2\",\n                    \"name\": \"Vodka\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/vodka_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/vodka_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"45 ml\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [\n                        {\n                            \"_id\": \"5eecfb641e34422b4039dbb9\",\n                            \"name\": \"Clamato Juice\",\n                            \"images\": [\n                                {\n                                    \"url\": \"/images/ingredients/clamato_juice_full.jpg\",\n                                    \"thumbnailUrl\": \"/images/ingredients/clamato_juice_thumb.jpg\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"_id\": \"5eecfb641e34422b4039dbb8\",\n                    \"name\": \"Tomato Juice\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/tomato_juice_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/tomato_juice_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"90 ml\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [\n                        {\n                            \"_id\": \"5eecfb641e34422b4039dbb4\",\n                            \"name\": \"Lime Juice\",\n                            \"images\": [\n                                {\n                                    \"url\": \"/images/ingredients/lime_juice_full.jpg\",\n                                    \"thumbnailUrl\": \"/images/ingredients/lime_juice_thumb.jpg\"\n                                }\n                            ]\n                        },\n                        {\n                            \"_id\": \"5eecfb641e34422b4039dbbe\",\n                            \"name\": \"Lemon\",\n                            \"images\": [\n                                {\n                                    \"url\": \"/images/ingredients/lemon_full.jpg\",\n                                    \"thumbnailUrl\": \"/images/ingredients/lemon_thumb.jpg\"\n                                }\n                            ]\n                        },\n                        {\n                            \"_id\": \"5eecfb641e34422b4039dbbf\",\n                            \"name\": \"Lime\",\n                            \"images\": [\n                                {\n                                    \"url\": \"/images/ingredients/lime_full.jpg\",\n                                    \"thumbnailUrl\": \"/images/ingredients/lime_thumb.jpg\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"_id\": \"5eecfb641e34422b4039dbb5\",\n                    \"name\": \"Lemon Juice\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/lemon_juice_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/lemon_juice_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"15 ml\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [],\n                    \"_id\": \"5eecfb641e34422b4039dbc8\",\n                    \"name\": \"Worcestershire Sauce\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/worcestershire_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/worcestershire_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"3 drops\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [],\n                    \"_id\": \"5eecfb641e34422b4039dbc3\",\n                    \"name\": \"Celery\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/celery_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/celery_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"1 sprig\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [],\n                    \"_id\": \"5eecfb641e34422b4039dbc9\",\n                    \"name\": \"Hot Sauce\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/hot_sauce_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/hot_sauce_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"to taste\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [],\n                    \"_id\": \"5eecfb641e34422b4039dbcc\",\n                    \"name\": \"Pepper\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/pepper_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/pepper_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"to taste\"\n            }\n        ]\n    }\n]"}],"_postman_id":"a5de5fbe-57cc-4f0a-a1c8-a33ff4ee0cee"},{"name":"Add to Favorites","id":"eead2045-9c00-40e0-a298-065fb26575b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjI3MDg4YWQwZThhODAwMTczMmMyNzciLCJuYW1lIjoiSm9obiIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5NjM5NDU1M30.b52UpZG2URrYol7T1P9XqxfhDv-FiASbzOelQcfEey4","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"_id\": \"5eecfb641e34422b4039dbfd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/favorites","urlObject":{"protocol":"https","path":["api","favorites"],"host":["yaniv-cocktailme-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"4f4c9cee-204c-491d-8428-e118985d4b1f","name":"Already in Favorites","originalRequest":{"method":"POST","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjI3MDg4YWQwZThhODAwMTczMmMyNzciLCJuYW1lIjoiSm9obiIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5NjM5NDU1M30.b52UpZG2URrYol7T1P9XqxfhDv-FiASbzOelQcfEey4","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"_id\": \"5eecfb641e34422b4039dbfd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/favorites"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"29"},{"key":"Etag","value":"W/\"1d-qma1+fMkAJOMGN4QKhwekYWdRXs\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 02 Aug 2020 18:59:09 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Cocktail already in favorites"},{"id":"788ddd8b-689e-427f-bde6-ec96a209d7da","name":"Valid","originalRequest":{"method":"POST","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjI3MDg4YWQwZThhODAwMTczMmMyNzciLCJuYW1lIjoiSm9obiIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5NjM5NDU1M30.b52UpZG2URrYol7T1P9XqxfhDv-FiASbzOelQcfEey4","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"_id\": \"5eecfb641e34422b4039dbfd\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/favorites"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"f1a-w+OIYSX+CQEnc/cpNMDMGzLWxG4\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Sun, 02 Aug 2020 18:58:54 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"preparation\": [\n            \"Stirring gently, pour all ingredients into highball glass.\",\n            \"Garnish.\"\n        ],\n        \"_id\": \"5eecfb641e34422b4039dc2b\",\n        \"name\": \"Bloody Mary\",\n        \"images\": [\n            {\n                \"url\": \"/images/cocktails/bloody_mary_full.jpg\",\n                \"thumbnailUrl\": \"/images/cocktails/bloody_mary_thumb.jpg\"\n            }\n        ],\n        \"components\": [\n            {\n                \"ingredient\": {\n                    \"alternatives\": [],\n                    \"_id\": \"5eecfb641e34422b4039dba2\",\n                    \"name\": \"Vodka\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/vodka_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/vodka_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"45 ml\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [\n                        {\n                            \"_id\": \"5eecfb641e34422b4039dbb9\",\n                            \"name\": \"Clamato Juice\",\n                            \"images\": [\n                                {\n                                    \"url\": \"/images/ingredients/clamato_juice_full.jpg\",\n                                    \"thumbnailUrl\": \"/images/ingredients/clamato_juice_thumb.jpg\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"_id\": \"5eecfb641e34422b4039dbb8\",\n                    \"name\": \"Tomato Juice\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/tomato_juice_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/tomato_juice_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"90 ml\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [\n                        {\n                            \"_id\": \"5eecfb641e34422b4039dbb4\",\n                            \"name\": \"Lime Juice\",\n                            \"images\": [\n                                {\n                                    \"url\": \"/images/ingredients/lime_juice_full.jpg\",\n                                    \"thumbnailUrl\": \"/images/ingredients/lime_juice_thumb.jpg\"\n                                }\n                            ]\n                        },\n                        {\n                            \"_id\": \"5eecfb641e34422b4039dbbe\",\n                            \"name\": \"Lemon\",\n                            \"images\": [\n                                {\n                                    \"url\": \"/images/ingredients/lemon_full.jpg\",\n                                    \"thumbnailUrl\": \"/images/ingredients/lemon_thumb.jpg\"\n                                }\n                            ]\n                        },\n                        {\n                            \"_id\": \"5eecfb641e34422b4039dbbf\",\n                            \"name\": \"Lime\",\n                            \"images\": [\n                                {\n                                    \"url\": \"/images/ingredients/lime_full.jpg\",\n                                    \"thumbnailUrl\": \"/images/ingredients/lime_thumb.jpg\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"_id\": \"5eecfb641e34422b4039dbb5\",\n                    \"name\": \"Lemon Juice\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/lemon_juice_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/lemon_juice_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"15 ml\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [],\n                    \"_id\": \"5eecfb641e34422b4039dbc8\",\n                    \"name\": \"Worcestershire Sauce\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/worcestershire_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/worcestershire_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"3 drops\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [],\n                    \"_id\": \"5eecfb641e34422b4039dbc3\",\n                    \"name\": \"Celery\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/celery_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/celery_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"1 sprig\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [],\n                    \"_id\": \"5eecfb641e34422b4039dbc9\",\n                    \"name\": \"Hot Sauce\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/hot_sauce_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/hot_sauce_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"to taste\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [],\n                    \"_id\": \"5eecfb641e34422b4039dbcc\",\n                    \"name\": \"Pepper\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/pepper_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/pepper_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"to taste\"\n            }\n        ]\n    },\n    {\n        \"preparation\": [\n            \"Place lime and sugar into old fashioned glass and muddle (mash the two ingredients together using a muddler or a wooden spoon).\",\n            \"Fill the glass with ice and add the Cachaça.\"\n        ],\n        \"_id\": \"5eecfb641e34422b4039dbfd\",\n        \"name\": \"Caipirinha\",\n        \"images\": [\n            {\n                \"url\": \"/images/cocktails/caipirinha_full.jpg\",\n                \"thumbnailUrl\": \"/images/cocktails/caipirinha_thumb.jpg\"\n            }\n        ],\n        \"components\": [\n            {\n                \"ingredient\": {\n                    \"alternatives\": [],\n                    \"_id\": \"5eecfb00f3aa0f0b0896e06e\",\n                    \"name\": \"Cachaça\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/cachaca_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/cachaca_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"50 ml\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [\n                        {\n                            \"_id\": \"5eecfb641e34422b4039dbbe\",\n                            \"name\": \"Lemon\",\n                            \"images\": [\n                                {\n                                    \"url\": \"/images/ingredients/lemon_full.jpg\",\n                                    \"thumbnailUrl\": \"/images/ingredients/lemon_thumb.jpg\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"_id\": \"5eecfb641e34422b4039dbbf\",\n                    \"name\": \"Lime\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/lime_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/lime_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"cut in 4\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [\n                        {\n                            \"_id\": \"5eecfb641e34422b4039dbbc\",\n                            \"name\": \"Sugar Syrup\",\n                            \"images\": [\n                                {\n                                    \"url\": \"/images/ingredients/sugar_syrup_full.jpg\",\n                                    \"thumbnailUrl\": \"/images/ingredients/sugar_syrup_thumb.jpg\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"_id\": \"5eecfb641e34422b4039dbca\",\n                    \"name\": \"Sugar\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/sugar_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/sugar_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"2 ts\"\n            }\n        ]\n    }\n]"},{"id":"bc4de9e1-996b-448f-b8d6-d6c71598c4ec","name":"Not Found","originalRequest":{"method":"POST","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjI3MDg4YWQwZThhODAwMTczMmMyNzciLCJuYW1lIjoiSm9obiIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5NjM5NDU1M30.b52UpZG2URrYol7T1P9XqxfhDv-FiASbzOelQcfEey4","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"_id\": \"5eecfb641e34422b4039db99\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/favorites"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"18"},{"key":"Etag","value":"W/\"12-zB+XKNqIofIxCZkx+fPmSSNOJPA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 02 Aug 2020 18:59:29 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Cocktail not found"}],"_postman_id":"eead2045-9c00-40e0-a298-065fb26575b6"},{"name":"Remove from Favorites","id":"bce99c99-43c4-48a4-ae63-e196163dceba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjI3MDg4YWQwZThhODAwMTczMmMyNzciLCJuYW1lIjoiSm9obiIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5NjM5NDU1M30.b52UpZG2URrYol7T1P9XqxfhDv-FiASbzOelQcfEey4","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/favorites/5eecfb641e34422b4039dbfd","urlObject":{"protocol":"https","path":["api","favorites","5eecfb641e34422b4039dbfd"],"host":["yaniv-cocktailme-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"3f5352de-7c98-4f57-b348-6906539fc7aa","name":"Not Found","originalRequest":{"method":"DELETE","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjI3MDg4YWQwZThhODAwMTczMmMyNzciLCJuYW1lIjoiSm9obiIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5NjM5NDU1M30.b52UpZG2URrYol7T1P9XqxfhDv-FiASbzOelQcfEey4","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/favorites/5eecfb641e34422b4039dbfd"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"18"},{"key":"Etag","value":"W/\"12-zB+XKNqIofIxCZkx+fPmSSNOJPA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sun, 02 Aug 2020 19:01:19 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"Cocktail not found"},{"id":"b3ecc37d-3ba0-4876-80e4-c78997eb1c42","name":"Valid","originalRequest":{"method":"DELETE","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZjI3MDg4YWQwZThhODAwMTczMmMyNzciLCJuYW1lIjoiSm9obiIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5NjM5NDU1M30.b52UpZG2URrYol7T1P9XqxfhDv-FiASbzOelQcfEey4","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/favorites/5eecfb641e34422b4039dbfd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"9d5-xjfdqys+6r4OKdKkPSof4z3u/yU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Sun, 02 Aug 2020 19:01:06 GMT"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"preparation\": [\n            \"Stirring gently, pour all ingredients into highball glass.\",\n            \"Garnish.\"\n        ],\n        \"_id\": \"5eecfb641e34422b4039dc2b\",\n        \"name\": \"Bloody Mary\",\n        \"images\": [\n            {\n                \"url\": \"/images/cocktails/bloody_mary_full.jpg\",\n                \"thumbnailUrl\": \"/images/cocktails/bloody_mary_thumb.jpg\"\n            }\n        ],\n        \"components\": [\n            {\n                \"ingredient\": {\n                    \"alternatives\": [],\n                    \"_id\": \"5eecfb641e34422b4039dba2\",\n                    \"name\": \"Vodka\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/vodka_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/vodka_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"45 ml\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [\n                        {\n                            \"_id\": \"5eecfb641e34422b4039dbb9\",\n                            \"name\": \"Clamato Juice\",\n                            \"images\": [\n                                {\n                                    \"url\": \"/images/ingredients/clamato_juice_full.jpg\",\n                                    \"thumbnailUrl\": \"/images/ingredients/clamato_juice_thumb.jpg\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"_id\": \"5eecfb641e34422b4039dbb8\",\n                    \"name\": \"Tomato Juice\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/tomato_juice_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/tomato_juice_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"90 ml\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [\n                        {\n                            \"_id\": \"5eecfb641e34422b4039dbb4\",\n                            \"name\": \"Lime Juice\",\n                            \"images\": [\n                                {\n                                    \"url\": \"/images/ingredients/lime_juice_full.jpg\",\n                                    \"thumbnailUrl\": \"/images/ingredients/lime_juice_thumb.jpg\"\n                                }\n                            ]\n                        },\n                        {\n                            \"_id\": \"5eecfb641e34422b4039dbbe\",\n                            \"name\": \"Lemon\",\n                            \"images\": [\n                                {\n                                    \"url\": \"/images/ingredients/lemon_full.jpg\",\n                                    \"thumbnailUrl\": \"/images/ingredients/lemon_thumb.jpg\"\n                                }\n                            ]\n                        },\n                        {\n                            \"_id\": \"5eecfb641e34422b4039dbbf\",\n                            \"name\": \"Lime\",\n                            \"images\": [\n                                {\n                                    \"url\": \"/images/ingredients/lime_full.jpg\",\n                                    \"thumbnailUrl\": \"/images/ingredients/lime_thumb.jpg\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"_id\": \"5eecfb641e34422b4039dbb5\",\n                    \"name\": \"Lemon Juice\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/lemon_juice_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/lemon_juice_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"15 ml\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [],\n                    \"_id\": \"5eecfb641e34422b4039dbc8\",\n                    \"name\": \"Worcestershire Sauce\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/worcestershire_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/worcestershire_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"3 drops\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [],\n                    \"_id\": \"5eecfb641e34422b4039dbc3\",\n                    \"name\": \"Celery\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/celery_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/celery_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"1 sprig\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [],\n                    \"_id\": \"5eecfb641e34422b4039dbc9\",\n                    \"name\": \"Hot Sauce\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/hot_sauce_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/hot_sauce_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"to taste\"\n            },\n            {\n                \"ingredient\": {\n                    \"alternatives\": [],\n                    \"_id\": \"5eecfb641e34422b4039dbcc\",\n                    \"name\": \"Pepper\",\n                    \"images\": [\n                        {\n                            \"url\": \"/images/ingredients/pepper_full.jpg\",\n                            \"thumbnailUrl\": \"/images/ingredients/pepper_thumb.jpg\"\n                        }\n                    ]\n                },\n                \"measure\": \"to taste\"\n            }\n        ]\n    }\n]"}],"_postman_id":"bce99c99-43c4-48a4-ae63-e196163dceba"}],"id":"8a466132-a167-402b-b357-73ad2fb2bae7","_postman_id":"8a466132-a167-402b-b357-73ad2fb2bae7","description":""},{"name":"Ingredients","item":[{"name":"Get All Ingredients","id":"b433ab23-5089-88e8-5ed7-94c72937affa","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/ingredients/","urlObject":{"protocol":"https","path":["api","ingredients",""],"host":["yaniv-cocktailme-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"9169c083-a25d-cef3-41aa-a252a7998887","name":"Valid","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/ingredients/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-encoding","key":"content-encoding","value":"gzip","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:41:19 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"29fb-q0iOSU4QflBBcbrKx59ssm8NYPk\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"transfer-encoding","key":"transfer-encoding","value":"chunked","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"136","body":"[{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbba\",\"name\":\"Angostura Bitter\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/angostura_bitter.jpg\",\"category\":\"Mixers\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5ef7558895ed7456400cd11d\",\"name\":\"Aperol\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/aperol.jpg\",\"category\":\"Liqueurs\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbae\",\"name\":\"Beer\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/beer.jpg\",\"category\":\"Beers\",\"__v\":0},{\"alternatives\":[\"5eecfb641e34422b4039dba4\"],\"_id\":\"5ef6816942f15a0fe0f49529\",\"name\":\"Bourbon\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/bourbon.jpg\",\"category\":\"Spirits\",\"__v\":1},{\"alternatives\":[\"5eecfb641e34422b4039db9c\"],\"_id\":\"5eecfb641e34422b4039db9d\",\"name\":\"Brandy\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/brandy.jpg\",\"category\":\"Spirits\",\"__v\":1},{\"alternatives\":[],\"_id\":\"5eecfb00f3aa0f0b0896e06e\",\"name\":\"Cachaça\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/cachaca.jpg\",\"category\":\"Spirits\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba8\",\"name\":\"Campari\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/campari.jpg\",\"category\":\"Liqueurs\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc3\",\"name\":\"Celery\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/celery.jpg\",\"category\":\"Others\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbac\",\"name\":\"Champagne\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/champagne.jpg\",\"category\":\"Wines\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbcd\",\"name\":\"Chilly Powder\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/chilly_powder.jpg\",\"category\":\"Others\",\"__v\":0},{\"alternatives\":[\"5eecfb641e34422b4039dbb8\"],\"_id\":\"5eecfb641e34422b4039dbb9\",\"name\":\"Clamato Juice\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/clamato_juice.jpg\",\"category\":\"Mixers\",\"__v\":1},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc5\",\"name\":\"Coconut Cream\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/coconut_cream.jpg\",\"category\":\"Others\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc7\",\"name\":\"Coffee\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/coffee.jpg\",\"category\":\"Others\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba7\",\"name\":\"Coffee Liqueur\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/coffee_liqueur.jpg\",\"category\":\"Liqueurs\",\"__v\":0},{\"alternatives\":[\"5eecfb641e34422b4039db9d\"],\"_id\":\"5eecfb641e34422b4039db9c\",\"name\":\"Cognac\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/cognac.jpg\",\"category\":\"Spirits\",\"__v\":1},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba5\",\"name\":\"Cointreau\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/cointreau.jpg\",\"category\":\"Liqueurs\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbaf\",\"name\":\"Cola\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/cola.jpg\",\"category\":\"Mixers\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb6\",\"name\":\"Cranberry Juice\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/cranberry_juice.jpg\",\"category\":\"Mixers\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc6\",\"name\":\"Cream\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/fresh_cream.jpg\",\"category\":\"Others\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba6\",\"name\":\"Drambuie\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/drambuie.jpg\",\"category\":\"Liqueurs\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbaa\",\"name\":\"Dry Vermouth\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/dry_vermouth.jpg\",\"category\":\"Wines\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc4\",\"name\":\"Egg White\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/egg_white.jpg\",\"category\":\"Others\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc0\",\"name\":\"Fruit Mix\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/fruit_mix.jpg\",\"category\":\"Others\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039db9e\",\"name\":\"Gin\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/gin.jpg\",\"category\":\"Spirits\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb2\",\"name\":\"Grapefruit Soda\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/grapefruit_soda.jpg\",\"category\":\"Mixers\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbbb\",\"name\":\"Grenadine\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/grenadine.jpg\",\"category\":\"Syrups\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc9\",\"name\":\"Hot Sauce\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/hot_sauce.jpg\",\"category\":\"Others\",\"__v\":0},{\"alternatives\":[\"5eecfb641e34422b4039dbbf\"],\"_id\":\"5eecfb641e34422b4039dbbe\",\"name\":\"Lemon\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/lemon.jpg\",\"category\":\"Others\",\"__v\":1},{\"alternatives\":[\"5eecfb641e34422b4039dbb4\",\"5eecfb641e34422b4039dbbe\",\"5eecfb641e34422b4039dbbf\"],\"_id\":\"5eecfb641e34422b4039dbb5\",\"name\":\"Lemon Juice\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/lemon_juice.jpg\",\"category\":\"Mixers\",\"__v\":1},{\"alternatives\":[\"5ef6816942f15a0fe0f4953a\"],\"_id\":\"5eecfb641e34422b4039dba9\",\"name\":\"Lillet Blanc\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/lillet_blanc.jpg\",\"category\":\"Wines\",\"__v\":1},{\"alternatives\":[\"5eecfb641e34422b4039dbbe\"],\"_id\":\"5eecfb641e34422b4039dbbf\",\"name\":\"Lime\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/lime.jpg\",\"category\":\"Others\",\"__v\":1},{\"alternatives\":[\"5eecfb641e34422b4039dbb5\",\"5eecfb641e34422b4039dbbf\",\"5eecfb641e34422b4039dbbe\"],\"_id\":\"5eecfb641e34422b4039dbb4\",\"name\":\"Lime Juice\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/lime_juice.jpg\",\"category\":\"Mixers\",\"__v\":1},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc1\",\"name\":\"Mint\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/mint.jpg\",\"category\":\"Others\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc2\",\"name\":\"Olives\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/olives.jpg\",\"category\":\"Others\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb3\",\"name\":\"Orange Juice\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/orange_juice.jpg\",\"category\":\"Mixers\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbbd\",\"name\":\"Orgeat Syrup\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/orgeat_syrup.jpg\",\"category\":\"Syrups\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbcc\",\"name\":\"Pepper\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/pepper.jpg\",\"category\":\"Others\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb7\",\"name\":\"Pineapple Juice\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/pineapple_juice.jpg\",\"category\":\"Mixers\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039db9f\",\"name\":\"Pisco\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/pisco.jpg\",\"category\":\"Spirits\",\"__v\":0},{\"alternatives\":[\"5eecfb641e34422b4039dbac\"],\"_id\":\"5ef7558895ed7456400cd125\",\"name\":\"Prosecco\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/prosecco.jpg\",\"category\":\"Wines\",\"__v\":1},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbab\",\"name\":\"Red Vermouth\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/red_vermouth.jpg\",\"category\":\"Wines\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbad\",\"name\":\"Red Wine\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/red_wine.jpg\",\"category\":\"Wines\",\"__v\":0},{\"alternatives\":[\"5eecfb641e34422b4039dba3\"],\"_id\":\"5eecfb641e34422b4039dba0\",\"name\":\"Rum\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/rum.jpg\",\"category\":\"Spirits\",\"__v\":1},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbcb\",\"name\":\"Salt\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/salt.jpg\",\"category\":\"Others\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb0\",\"name\":\"Soda Water\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/soda_water.jpg\",\"category\":\"Mixers\",\"__v\":0},{\"alternatives\":[\"5eecfb641e34422b4039dbbc\"],\"_id\":\"5eecfb641e34422b4039dbca\",\"name\":\"Sugar\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/sugar.jpg\",\"category\":\"Others\",\"__v\":1},{\"alternatives\":[\"5eecfb641e34422b4039dbca\"],\"_id\":\"5eecfb641e34422b4039dbbc\",\"name\":\"Sugar Syrup\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/sugar_syrup.jpg\",\"category\":\"Syrups\",\"__v\":1},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba1\",\"name\":\"Tequila\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/tequila.jpg\",\"category\":\"Spirits\",\"__v\":0},{\"alternatives\":[\"5eecfb641e34422b4039dbb9\"],\"_id\":\"5eecfb641e34422b4039dbb8\",\"name\":\"Tomato Juice\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/tomato_juice.jpg\",\"category\":\"Mixers\",\"__v\":1},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbb1\",\"name\":\"Tonic Water\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/tonic_water.jpg\",\"category\":\"Mixers\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dba2\",\"name\":\"Vodka\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/vodka.jpg\",\"category\":\"Spirits\",\"__v\":0},{\"alternatives\":[\"5ef6816942f15a0fe0f49529\"],\"_id\":\"5eecfb641e34422b4039dba4\",\"name\":\"Whiskey\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/whiskey.jpg\",\"category\":\"Spirits\",\"__v\":1},{\"alternatives\":[\"5eecfb641e34422b4039dba0\"],\"_id\":\"5eecfb641e34422b4039dba3\",\"name\":\"White Rum\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/white_rum.jpg\",\"category\":\"Spirits\",\"__v\":1},{\"alternatives\":[],\"_id\":\"5ef6816942f15a0fe0f4953a\",\"name\":\"White Wine\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/white_wine.jpg\",\"category\":\"Wines\",\"__v\":0},{\"alternatives\":[],\"_id\":\"5eecfb641e34422b4039dbc8\",\"name\":\"Worcestershire Sauce\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/worcestershire.jpg\",\"category\":\"Others\",\"__v\":0}]"}],"_postman_id":"b433ab23-5089-88e8-5ed7-94c72937affa"},{"name":"Get Ingredient by ID","id":"20c951fa-bc92-7b6a-6567-576a9e6a6c5e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/ingredients/5eecfb641e34422b4039dba4","urlObject":{"protocol":"https","path":["api","ingredients","5eecfb641e34422b4039dba4"],"host":["yaniv-cocktailme-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"0366d315-376b-b225-dc2e-421785d5fe6b","name":"Valid","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/ingredients/5eecfb641e34422b4039dba4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"317","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:26:17 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"13d-FeyeaWItDY9kNnnSE76S2TLvsrc\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"427","body":"{\"alternatives\":[{\"_id\":\"5ef6816942f15a0fe0f49529\",\"name\":\"Bourbon\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/bourbon.jpg\"}],\"_id\":\"5eecfb641e34422b4039dba4\",\"name\":\"Whiskey\",\"image\":\"https://yaniv-cocktailme-api.herokuapp.com/images/ingredients/whiskey.jpg\",\"category\":\"Spirits\",\"__v\":1}"},{"id":"313535d1-8516-765b-5d3a-efda2f9beb2f","name":"Not Found","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/ingredients/5eecfb641e34422b4039dbff"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"20","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:26:51 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"14-v9QGDZvVFMrtqGAxnBI8q0LRrKU\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"117","body":"Ingredient not found"},{"id":"77d0f5a8-a604-153d-9922-728d81b87b07","name":"Invalid ID","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/ingredients/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"11","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:27:10 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"b-qxAysJrfQ/4etzJFuXjJkIT7pvM\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"117","body":"Invalid ID."}],"_postman_id":"20c951fa-bc92-7b6a-6567-576a9e6a6c5e"}],"id":"e11365e9-b152-de9b-b384-abc53f4cbbbf","_postman_id":"e11365e9-b152-de9b-b384-abc53f4cbbbf","description":""},{"name":"Users","item":[{"name":"Register New User","id":"4a3f7e31-e0c5-bdf8-565e-609ac55991e8","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"John Smith\",\n\t\"email\":\"john@cocktailme.com\",\n\t\"password\":\"123456\"\n}"},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/users/","urlObject":{"protocol":"https","path":["api","users",""],"host":["yaniv-cocktailme-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"3e4752fd-656e-2305-a47b-5de2be1663ed","name":"Already Registered","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"John Smith\",\n\t\"email\":\"john@cocktailme.com\",\n\t\"password\":\"123456\"\n}"},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/users/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"24","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:38:53 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"18-kgotWU1tS8UAH3giHsPLGoLWabA\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"122","body":"User already registered."},{"id":"4a2f0a97-1fc1-870f-f155-6a31dfe8b29b","name":"Valid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"John Smith\",\n\t\"email\":\"john@cocktailme.com\",\n\t\"password\":\"123456\"\n}"},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/users/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"access-control-expose-headers","key":"access-control-expose-headers","value":"x-auth-token","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"84","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:30:21 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"54-Xzj3w2Qpl+sePZbN6NM88RSsVe4\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-auth-token","key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWY5MjgwZDFlYjRmNzAwMTc0NDEzMjUiLCJuYW1lIjoiSm9obiBTbWl0aCIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5MzM4NzAyMX0.1L2R0BcuFRF59a9LTJkr8MT-oXJ84d50-Av2bDaszuA","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"611","body":"{\"_id\":\"5ef9280d1eb4f70017441325\",\"name\":\"John Smith\",\"email\":\"john@cocktailme.com\"}"}],"_postman_id":"4a3f7e31-e0c5-bdf8-565e-609ac55991e8"},{"name":"Get Current User","id":"c687f8cb-05ee-c685-eab6-a769959f2a09","request":{"method":"GET","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWY5MjgwZDFlYjRmNzAwMTc0NDEzMjUiLCJuYW1lIjoiSm9obiBTbWl0aCIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5MzM4NzI4NH0.-YEPL2ktG3jIDcHTxsGQFF8le6EA3Ww5BEkC-FBhDVA"}],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/users/me","urlObject":{"protocol":"https","path":["api","users","me"],"host":["yaniv-cocktailme-api","herokuapp","com"],"query":[],"variable":[]}},"response":[{"id":"0b1ed60a-2a49-f352-62b4-3f47941ad79d","name":"Invalid Token","originalRequest":{"method":"GET","header":[{"key":"x-auth-token","value":"qwertyasdfg","warning":""}],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/users/me"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"14","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:45:29 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"e-jbHF4HP5LHRW7//ZtQjwlr3VbWQ\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"112","body":"Invalid token."},{"id":"72df68bc-bd1b-bd49-ee58-8ee527ed2f17","name":"Valid","originalRequest":{"method":"GET","header":[{"key":"x-auth-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI1ZWY5MjgwZDFlYjRmNzAwMTc0NDEzMjUiLCJuYW1lIjoiSm9obiBTbWl0aCIsImVtYWlsIjoiam9obkBjb2NrdGFpbG1lLmNvbSIsImlhdCI6MTU5MzM4NzI4NH0.-YEPL2ktG3jIDcHTxsGQFF8le6EA3Ww5BEkC-FBhDVA","warning":""}],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/users/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"101","description":""},{"name":"content-type","key":"content-type","value":"application/json; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:44:07 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"65-xdETETdzdTfofrXhRk03fRcvUP8\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"446","body":"{\"bar\":[],\"_id\":\"5ef9280d1eb4f70017441325\",\"name\":\"John Smith\",\"email\":\"john@cocktailme.com\",\"__v\":0}"},{"id":"f723b560-b55c-ea5a-d4b8-b9ad09ba6f61","name":"No Token","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://yaniv-cocktailme-api.herokuapp.com/api/users/me"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"html","header":[{"name":"access-control-allow-origin","key":"access-control-allow-origin","value":"*","description":""},{"name":"connection","key":"connection","value":"keep-alive","description":""},{"name":"content-length","key":"content-length","value":"33","description":""},{"name":"content-type","key":"content-type","value":"text/html; charset=utf-8","description":""},{"name":"date","key":"date","value":"Sun, 28 Jun 2020 23:46:08 GMT","description":""},{"name":"etag","key":"etag","value":"W/\"21-Bk1Us52z+uiNr4xD+HZFkaoeUOI\"","description":""},{"name":"server","key":"server","value":"Cowboy","description":""},{"name":"strict-transport-security","key":"strict-transport-security","value":"max-age=15552000; includeSubDomains","description":""},{"name":"vary","key":"vary","value":"Accept-Encoding","description":""},{"name":"via","key":"via","value":"1.1 vegur","description":""},{"name":"x-content-type-options","key":"x-content-type-options","value":"nosniff","description":""},{"name":"x-dns-prefetch-control","key":"x-dns-prefetch-control","value":"off","description":""},{"name":"x-download-options","key":"x-download-options","value":"noopen","description":""},{"name":"x-frame-options","key":"x-frame-options","value":"SAMEORIGIN","description":""},{"name":"x-xss-protection","key":"x-xss-protection","value":"1; mode=block","description":""}],"cookie":[],"responseTime":"121","body":"Access denied. No token provided."}],"_postman_id":"c687f8cb-05ee-c685-eab6-a769959f2a09"}],"id":"fe7adeb1-29a1-59dd-2b2d-41a5f1aad682","_postman_id":"fe7adeb1-29a1-59dd-2b2d-41a5f1aad682","description":""}]}