{"info":{"_postman_id":"4800196b-f398-49cf-bd0b-f1e859546341","name":"naturally-server","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"5889563","collectionId":"4800196b-f398-49cf-bd0b-f1e859546341","publishedId":"T1DjkzV3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-07-19T22:41:48.000Z"},"item":[{"name":"get all users","id":"a8e659f7-cf39-4189-a345-73ce05e5f4fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://api.naturally.cooking:8080/v1/users","urlObject":{"protocol":"http","port":"8080","path":["v1","users"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8e659f7-cf39-4189-a345-73ce05e5f4fe"},{"name":"social auth","id":"60e095ca-d632-4cf8-bd4b-1d55b1d813eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"provider\": \"twitter\",\n\t\"access_token\" : \"22720378-jk9z75Idd2oeh3R0u5plPhIM6ZryY2Alk\",\n\t\"access_token_secret\": \"OBd4QjDpvhfpOOUQ33C0cU1ZG34bLXRQIaoS6wN52\",\n\t\"remember_me\" : true\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/oauth/social","description":"<p>provider field accept \"facebook\", \"twitter\" and \"google\" social medias. access_token_secret is only required when provider is \"twitter\", because this social media uses oauth1 to handle user authentication.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["v1","oauth","social"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"60e095ca-d632-4cf8-bd4b-1d55b1d813eb"},{"name":"signup user","id":"2089f092-7089-4c2b-a9fa-5e136af62c20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Antonio de Pádua\",\n\t\"email\" : \"antonio.junior99@outlook.com\",\n\t\"password\" : \"nheac4257\",\n\t\"password_confirmation\" : \"nheac4257\",\n\t\"birthday\": \"1999/09/22\",\n\t\"remember_me\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/signup","urlObject":{"protocol":"http","port":"8080","path":["v1","signup"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"2089f092-7089-4c2b-a9fa-5e136af62c20"},{"name":"get user logged in","id":"2ee98ea2-b027-47dd-82c6-eb6a07695c9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://api.naturally.cooking:8080/v1/user","urlObject":{"protocol":"http","port":"8080","path":["v1","user"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ee98ea2-b027-47dd-82c6-eb6a07695c9e"},{"name":"login","id":"60c525ba-5d3f-4d4d-a992-94a66e39e0a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\" : \"antonio.junior@hotmail.com\",\n\t\"password\" : \"nheac4257\",\n\t\"remember_me\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/login","urlObject":{"protocol":"http","port":"8080","path":["v1","login"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"60c525ba-5d3f-4d4d-a992-94a66e39e0a6"},{"name":"forgot","id":"7c42ef6d-b639-4676-8cea-5dd99a6d59e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\" : \"antonio@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/forgot","urlObject":{"protocol":"http","port":"8080","path":["v1","forgot"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c42ef6d-b639-4676-8cea-5dd99a6d59e5"},{"name":"update user","id":"c425b45a-dd26-43fb-99d4-064d8d64d43c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Antonio\",\n\t\"username\": \"sa.sd3\",\n\t\"email\" : \"antonio.junior@gmail.com\",\n\t\"password\" : \"test123e\",\n\t\"password_confirmation\" : \"test123e\",\n\t\"birthday\": \"2009/09/22\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/users/3","urlObject":{"protocol":"http","port":"8080","path":["v1","users","3"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"c425b45a-dd26-43fb-99d4-064d8d64d43c"},{"name":"delete user","id":"70e6a5ba-e2ba-4f5e-b3af-5cf71d4dcb71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://api.naturally.cooking:8080/v1/users/1?permanentlyDelete=0","urlObject":{"protocol":"http","port":"8080","path":["v1","users","1"],"host":["api","naturally","cooking"],"query":[{"key":"permanentlyDelete","value":"0"}],"variable":[]}},"response":[],"_postman_id":"70e6a5ba-e2ba-4f5e-b3af-5cf71d4dcb71"},{"name":"get recipe by id","id":"9cbf2e88-f3a3-4bc8-ae9f-f620b207b639","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"first_name\": \"Antonio\",\n\t\"last_name\" : \"de  Pádua\",\n\t\"email\" : \"antonio.junior.t@gmail.com\",\n\t\"password\" : \"nheac4257\",\n\t\"password_confirmation\" : \"nheac4257\",\n\t\"birthday\": \"1999/09/22\",\n\t\"picture_url\": \"http://google.com.br\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/recipes/1","urlObject":{"protocol":"http","port":"8080","path":["v1","recipes","1"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cbf2e88-f3a3-4bc8-ae9f-f620b207b639"},{"name":"get all recipes","id":"2eb53c4e-1e77-4da7-aab4-54baef2e88f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://api.naturally.cooking:8080/v1/recipes","urlObject":{"protocol":"http","port":"8080","path":["v1","recipes"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"2eb53c4e-1e77-4da7-aab4-54baef2e88f1"},{"name":"get recipes by users id","id":"c5378379-461b-4582-8dde-7877a1c26323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://api.naturally.cooking:8080/v1/users/1/recipes?category=vegan&meal_type=desserts&cooking_time=00:00:00&yields=2&cost=1&complexity=3","urlObject":{"protocol":"http","port":"8080","path":["v1","users","1","recipes"],"host":["api","naturally","cooking"],"query":[{"key":"category","value":"vegan"},{"key":"meal_type","value":"desserts"},{"key":"cooking_time","value":"00:00:00"},{"key":"yields","value":"2"},{"key":"cost","value":"1"},{"key":"complexity","value":"3"}],"variable":[]}},"response":[],"_postman_id":"c5378379-461b-4582-8dde-7877a1c26323"},{"name":"post recipes","id":"ae2df3ec-8f95-4028-be2e-7be1bfb967ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"Orange Cake\",\n\t\"description\": \"A very good cake\",\n\t\"cooking_time\": \"01:35:00\",\n\t\"category\": \"vegan\",\n\t\"meal_type\": \"breakfast\",\n\t\"youtube_video_url\": \"https://www.youtube.com/watch?v=_D0ZQPqeJkk\",\n\t\"yields\": 2.5,\n\t\"cost\" : 1,\n\t\"complexity\": 5,\n\t\"notes\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/users/1/recipes","urlObject":{"protocol":"http","port":"8080","path":["v1","users","1","recipes"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae2df3ec-8f95-4028-be2e-7be1bfb967ba"},{"name":"update recipes","id":"0143c8ec-3b06-4dbf-a927-28a83ff98cb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"essa receita\",\n\t\"description\": \"eeeee\",\n\t\"cooking_time\": \"36:00:00\",\n\t\"category\": \"vegan\",\n\t\"meal_type\": \"breakfast\",\n\t\"video_url\": \"https://stackoverflow.com/questions/22302472/laravel-set-between-digits-in-validation\",\n\t\"yields\": 2.35,\n\t\"cost\" : 4,\n\t\"complexity\": 5,\n\t\"notes\": \"1asddaadadas\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/recipes/2","urlObject":{"protocol":"http","port":"8080","path":["v1","recipes","2"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"0143c8ec-3b06-4dbf-a927-28a83ff98cb5"},{"name":"delete recipes","id":"c818171c-5432-49e0-9b39-cffcdf90f4e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://api.naturally.cooking:8080/v1/recipes/1","urlObject":{"protocol":"http","port":"8080","path":["v1","recipes","1"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"c818171c-5432-49e0-9b39-cffcdf90f4e6"},{"name":"upload recipes images","id":"228353ea-4ff4-4017-8687-6deb36794948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/home/antonio/Downloads/Personal/wallpaper-taxi.jpg"},{"key":"thumbnail","value":"0","type":"text"},{"key":"title","value":"eu","type":"text"},{"key":"alt","value":"dddd","type":"text"}]},"url":"http://api.naturally.cooking:8080/v1/recipes/1/images/","urlObject":{"protocol":"http","port":"8080","path":["v1","recipes","1","images",""],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"228353ea-4ff4-4017-8687-6deb36794948"},{"name":"get recipe image by id","id":"7e920e00-38b5-4202-96bb-59aa6b3e00f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://api.naturally.cooking:8080/v1/images/3/recipes","urlObject":{"protocol":"http","port":"8080","path":["v1","images","3","recipes"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e920e00-38b5-4202-96bb-59aa6b3e00f7"},{"name":"get recipes images by recipes id","id":"c5d59c6b-20c0-4d8d-a48f-0652e11c5a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://api.naturally.cooking:8080/v1/recipes/3/images/","urlObject":{"protocol":"http","port":"8080","path":["v1","recipes","3","images",""],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5d59c6b-20c0-4d8d-a48f-0652e11c5a7a"},{"name":"patch recipes images","id":"c3fa6ea5-6877-4346-b1a4-9f78e0a096b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"thumbnail\": \"\",\n\t\"title\" : \"f1\",\n\t\"alt\": \"13f3\"\n}"},"url":"http://api.naturally.cooking:8080/v1/recipes/1/images/1","urlObject":{"protocol":"http","port":"8080","path":["v1","recipes","1","images","1"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3fa6ea5-6877-4346-b1a4-9f78e0a096b0"},{"name":"delete recipes image","id":"d7ebd720-d99d-4226-a432-0c5e6cbae599","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://api.naturally.cooking:8080/v1/recipe/1/image/1","urlObject":{"protocol":"http","port":"8080","path":["v1","recipe","1","image","1"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7ebd720-d99d-4226-a432-0c5e6cbae599"},{"name":"search recipe","id":"8c31afcf-12a2-44ad-a46c-8ae78e15120d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://api.naturally.cooking:8080/v1/recipes/re2c/search?category=vegan","urlObject":{"protocol":"http","port":"8080","path":["v1","recipes","re2c","search"],"host":["api","naturally","cooking"],"query":[{"key":"category","value":"vegan"}],"variable":[]}},"response":[],"_postman_id":"8c31afcf-12a2-44ad-a46c-8ae78e15120d"},{"name":"search users","id":"7e91698f-4f62-467d-9de4-458b8ae23016","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://api.naturally.cooking:8080/v1/users/an/search","urlObject":{"protocol":"http","port":"8080","path":["v1","users","an","search"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e91698f-4f62-467d-9de4-458b8ae23016"},{"name":"get user by username","id":"7dbec071-d3c1-4522-b22c-60248c92a1cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://api.naturally.cooking:8080/v1/user/junior","urlObject":{"protocol":"http","port":"8080","path":["v1","user","junior"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"7dbec071-d3c1-4522-b22c-60248c92a1cd"},{"name":"upload users images","id":"82bb4254-cb51-4fe0-8481-18aa54ef68d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/home/antonio/Downloads/Personal/wallpaper-taxi.jpg"},{"key":"thumbnail","value":"1","type":"text"},{"key":"title","value":"eu","type":"text"},{"key":"alt","value":"foto de perfil","type":"text"}]},"url":"http://api.naturally.cooking:8080/v1/users/1/images","urlObject":{"protocol":"http","port":"8080","path":["v1","users","1","images"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"82bb4254-cb51-4fe0-8481-18aa54ef68d3"},{"name":"delete users images","id":"12249bc6-6baa-4619-bcdf-7e76c61b2917","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/user/1/image/1/","urlObject":{"protocol":"http","port":"8080","path":["v1","user","1","image","1",""],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"12249bc6-6baa-4619-bcdf-7e76c61b2917"},{"name":"get users images by id","id":"0dfc873f-93f6-4430-afaf-f5051b6109b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"http://api.naturally.cooking:8080/v1/images/6/users","urlObject":{"protocol":"http","port":"8080","path":["v1","images","6","users"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"0dfc873f-93f6-4430-afaf-f5051b6109b8"},{"name":"get users images by users id","id":"b47e65a6-3cb5-48ec-ad1c-0aad928ae1f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/users/1/images/","urlObject":{"protocol":"http","port":"8080","path":["v1","users","1","images",""],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"b47e65a6-3cb5-48ec-ad1c-0aad928ae1f2"},{"name":"follow another user","id":"3838b696-1206-4114-80d5-1e7517e3f06f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/users/5/follow/1","urlObject":{"protocol":"http","port":"8080","path":["v1","users","5","follow","1"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"3838b696-1206-4114-80d5-1e7517e3f06f"},{"name":"get user followers","id":"08c28048-7a6e-4164-a785-6c129f359d6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/users/1/followers","urlObject":{"protocol":"http","port":"8080","path":["v1","users","1","followers"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"08c28048-7a6e-4164-a785-6c129f359d6d"},{"name":"get who user is following","id":"45193f46-7765-4a5f-9b05-4b44d10db131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/users/4/following","urlObject":{"protocol":"http","port":"8080","path":["v1","users","4","following"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"45193f46-7765-4a5f-9b05-4b44d10db131"},{"name":"unfollow user","id":"781c4d98-c691-4280-a12e-1c53269540e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://api.naturally.cooking:8080/v1/users/4/unfollow/1","urlObject":{"protocol":"http","port":"8080","path":["v1","users","4","unfollow","1"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"781c4d98-c691-4280-a12e-1c53269540e1"},{"name":"get mutual following","id":"b77a35c7-18ab-4f87-94db-6b063288f0a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/users/4/mutual/5/following","urlObject":{"protocol":"http","port":"8080","path":["v1","users","4","mutual","5","following"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"b77a35c7-18ab-4f87-94db-6b063288f0a3"},{"name":"get mutual followers","id":"70d52568-3587-408f-a428-4e74b44174b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/users/1/mutual/5/followers","urlObject":{"protocol":"http","port":"8080","path":["v1","users","1","mutual","5","followers"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"70d52568-3587-408f-a428-4e74b44174b5"},{"name":"logout","id":"8ffaf44e-5504-4fd0-8cee-2496cd0abfd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"http://api.naturally.cooking:8080/v1/logout","urlObject":{"protocol":"http","port":"8080","path":["v1","logout"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ffaf44e-5504-4fd0-8cee-2496cd0abfd1"},{"name":"update user image","id":"e8504681-3b0f-452a-9c78-08a2a6bc770c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"thumbnail\": \"1\",\n\t\"title\" : \"\",\n\t\"alt\": \"133\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/users/1/images/3","urlObject":{"protocol":"http","port":"8080","path":["v1","users","1","images","3"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8504681-3b0f-452a-9c78-08a2a6bc770c"},{"name":"API TWITTER STEP 1","id":"33bfe86e-c2e1-497c-a284-bad9aed32086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"<consumer-key>"},{"key":"consumerSecret","value":"<consumer-secret>"},{"key":"token","value":"<token>"},{"key":"tokenSecret","value":"<token-secret>"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"}]},"isInherited":false},"method":"POST","header":[{"key":"oauth_callback","value":"http%3A%2F%2F127.0.0.1%3A8000%2Fcallback%2Ftwitter%0A","type":"text"}],"url":"https://api.twitter.com/oauth/request_token","urlObject":{"protocol":"https","path":["oauth","request_token"],"host":["api","twitter","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"33bfe86e-c2e1-497c-a284-bad9aed32086"},{"name":"API TWITTER STEP 3","id":"1f8dad3f-9b34-4f7a-970d-b2681c9c6611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth1","oauth1":{"basicConfig":[{"key":"consumerKey","value":"<consumer-key>"},{"key":"consumerSecret","value":"<consumer-secret>"},{"key":"token","value":"<token>"},{"key":"tokenSecret","value":"<token-secret>"}],"advancedConfig":[{"key":"signatureMethod","value":"<signature-method>"},{"key":"timestamp","value":"<timestamp>"},{"key":"nonce","value":"<nonce>"},{"key":"version","value":"<version>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"oauth_verifier","value":"s1P26XWQHlsbWbzJ0l0LaOagxgnZfJRF","type":"text"},{"warning":"This is a duplicate body parameter and will be overridden by oauth_token generated by Postman.","key":"oauth_token","value":"iNHe3AAAAAABDstPAAABcYvRNZE","type":"text"},{"key":"","value":"","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://api.twitter.com/oauth/access_token","urlObject":{"protocol":"https","path":["oauth","access_token"],"host":["api","twitter","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f8dad3f-9b34-4f7a-970d-b2681c9c6611"},{"name":"get users friends","id":"9d9e0121-fc0a-499f-b6e8-e298a7a2f829","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/users/1/friends/","urlObject":{"protocol":"http","port":"8080","path":["v1","users","1","friends",""],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d9e0121-fc0a-499f-b6e8-e298a7a2f829"},{"name":"post ingredient","id":"7d8eeb18-132f-44c9-ab0a-4fd592ffebf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"measure\": \"2 cup\",\n\t\"description\" : \"arroz integral\"\n}"},"url":"http://naturally.cooking/v1/recipes/1/ingredients","urlObject":{"protocol":"http","path":["v1","recipes","1","ingredients"],"host":["naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d8eeb18-132f-44c9-ab0a-4fd592ffebf9"},{"name":"get ingredients by recipes id","id":"ead66211-872a-435e-94b6-ef2767943532","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/recipes/1/ingredients","urlObject":{"protocol":"http","port":"8080","path":["v1","recipes","1","ingredients"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"ead66211-872a-435e-94b6-ef2767943532"},{"name":"get all ingredients","id":"f5fd7d52-b6a1-4744-9021-5337f42559a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/ingredients","urlObject":{"protocol":"http","port":"8080","path":["v1","ingredients"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5fd7d52-b6a1-4744-9021-5337f42559a0"},{"name":"get ingredients by id","id":"67b8d654-a008-4499-b905-de2ab41c99f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/ingredients/53","urlObject":{"protocol":"http","port":"8080","path":["v1","ingredients","53"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"67b8d654-a008-4499-b905-de2ab41c99f0"},{"name":"update ingredient","id":"cdf64cb1-99c7-49aa-88f7-967c2139aa95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"measure\": \"2 girls\",\n\t\"description\" : \"1 cup\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/ingredients/5","urlObject":{"protocol":"http","port":"8080","path":["v1","ingredients","5"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"cdf64cb1-99c7-49aa-88f7-967c2139aa95"},{"name":"delete ingredient","id":"57d7053d-5d02-4943-8cc2-f446aa73096e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://api.naturally.cooking:8080/v1/ingredients/1","urlObject":{"protocol":"http","port":"8080","path":["v1","ingredients","1"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"57d7053d-5d02-4943-8cc2-f446aa73096e"},{"name":"post recipe instructions","id":"51147b28-f69b-4197-84b5-6b5c61df26b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"order\" : 12,\n\t\"description\" : \"kkk kkk kkk\"\n}","options":{"raw":{"language":"json"}}},"url":"http://naturally.cooking/v1/recipes/1/instructions","urlObject":{"protocol":"http","path":["v1","recipes","1","instructions"],"host":["naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"51147b28-f69b-4197-84b5-6b5c61df26b9"},{"name":"get instructions by recipes id","id":"63902eda-eeae-44dd-bf66-6a1f89e26ea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://naturally.cooking/v1/recipes/1/instructions","urlObject":{"protocol":"http","path":["v1","recipes","1","instructions"],"host":["naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"63902eda-eeae-44dd-bf66-6a1f89e26ea7"},{"name":"get instruction by id","id":"289388b2-737e-4653-a116-d6f02f07a3c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://naturally.cooking/v1/instructions/5","urlObject":{"protocol":"http","path":["v1","instructions","5"],"host":["naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"289388b2-737e-4653-a116-d6f02f07a3c9"},{"name":"get all instructions","id":"2539fb1d-3b97-43da-8d8e-ed8cd1b23825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://naturally.cooking/v1/instructions","urlObject":{"protocol":"http","path":["v1","instructions"],"host":["naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"2539fb1d-3b97-43da-8d8e-ed8cd1b23825"},{"name":"update instruction","id":"23258f33-8e6d-41a2-98ce-f0d939d67560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"order\" : 2,\n\t\"description\" : \"kkk kkk kkk\"\n}","options":{"raw":{"language":"json"}}},"url":"http://naturally.cooking/v1/instructions/5","urlObject":{"protocol":"http","path":["v1","instructions","5"],"host":["naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"23258f33-8e6d-41a2-98ce-f0d939d67560"},{"name":"delete instructions","id":"1e4757b7-d8cc-4ed6-aac6-ad0e51f50c39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://naturally.cooking/v1/instructions/5","urlObject":{"protocol":"http","path":["v1","instructions","5"],"host":["naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e4757b7-d8cc-4ed6-aac6-ad0e51f50c39"},{"name":"get all social networks","id":"9604ed87-5f5f-454d-b6f8-f01b75af1592","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/social","urlObject":{"protocol":"http","port":"8080","path":["v1","social"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"9604ed87-5f5f-454d-b6f8-f01b75af1592"},{"name":"get social network by id","id":"0a92fbfa-2073-45b4-a321-364597a26003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://naturally.cooking/v1/social/1","urlObject":{"protocol":"http","path":["v1","social","1"],"host":["naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a92fbfa-2073-45b4-a321-364597a26003"},{"name":"get social networks by users id","id":"afbe0de3-603d-4e44-bc03-40e0b0d66fbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/users/8/social/","urlObject":{"protocol":"http","port":"8080","path":["v1","users","8","social",""],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"afbe0de3-603d-4e44-bc03-40e0b0d66fbf"},{"name":"update social network data","id":"ca3143c8-5348-49ec-88c9-5d05c40a7c46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"profile_url\": \"http://twitter.com\",\n    \"username\": \"didd\"\n}","options":{"raw":{"language":"json"}}},"url":"http://naturally.cooking/v1/social/1","urlObject":{"protocol":"http","path":["v1","social","1"],"host":["naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca3143c8-5348-49ec-88c9-5d05c40a7c46"},{"name":"delete social network","id":"93a3e461-a34e-4ff4-b3f9-3e41402339fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/social/3","urlObject":{"protocol":"http","port":"8080","path":["v1","social","3"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"93a3e461-a34e-4ff4-b3f9-3e41402339fb"},{"name":"store comments","id":"f309d1e9-d565-4ec3-a2ca-e9c8c3072df2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"description\": \"te tayse\",\n\t\"parent_comments_id\": \"\"\n}"},"url":"http://api.naturally.cooking:8080/v1/users/1/recipes/1/comments","urlObject":{"protocol":"http","port":"8080","path":["v1","users","1","recipes","1","comments"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"f309d1e9-d565-4ec3-a2ca-e9c8c3072df2"},{"name":"get recipes comments","id":"f8054816-a631-423a-aa01-7449bda641cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/recipes/1/comments?f_params[orderBy][field]=id&f_params[orderBy][type]=desc&f_params[limit]=2","urlObject":{"protocol":"http","port":"8080","path":["v1","recipes","1","comments"],"host":["api","naturally","cooking"],"query":[{"key":"f_params[orderBy][field]","value":"id"},{"key":"f_params[orderBy][type]","value":"desc"},{"key":"f_params[limit]","value":"2"}],"variable":[]}},"response":[],"_postman_id":"f8054816-a631-423a-aa01-7449bda641cf"},{"name":"get all comments","id":"f6d123c4-8728-4ef1-8207-6db28661c076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://api.naturally.cooking:8080/v1/comments?f_params[orderBy][field]=id&f_params[orderBy][type]=desc&f_params[limit]=2","urlObject":{"protocol":"http","port":"8080","path":["v1","comments"],"host":["api","naturally","cooking"],"query":[{"key":"f_params[orderBy][field]","value":"id"},{"key":"f_params[orderBy][type]","value":"desc"},{"key":"f_params[limit]","value":"2"}],"variable":[]}},"response":[],"_postman_id":"f6d123c4-8728-4ef1-8207-6db28661c076"},{"name":"get comment by id","id":"cfae28ab-06f5-4faa-ae38-7c6f63516732","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/comments/4","urlObject":{"protocol":"http","port":"8080","path":["v1","comments","4"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfae28ab-06f5-4faa-ae38-7c6f63516732"},{"name":"delete comment","id":"cbb3f5eb-26ef-4c6b-a868-6fe42540acc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/comments/4","urlObject":{"protocol":"http","port":"8080","path":["v1","comments","4"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"cbb3f5eb-26ef-4c6b-a868-6fe42540acc4"},{"name":"update comments","id":"493a343c-70b2-4732-9ef5-161fddafe43a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"description\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/comments/5","urlObject":{"protocol":"http","port":"8080","path":["v1","comments","5"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"493a343c-70b2-4732-9ef5-161fddafe43a"},{"name":"refresh token","id":"22c73620-7143-44c9-8041-2849ca28ea68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"refresh_token\": \"e00c5c62e84e844a88b665e7792138c68250822f59d264696b0a96dd7a2ebefd?hG2wwIX44hHlzF1nFfkFJLdoT8oiPflWClNQEYAot3LkPtXS1Z0QvePlb1WJEhEjZaxo5Vf03qe49UHpT7n0kpNqUbjmq6ZJmG6HT20fXnm15J5EfcDJNfoW65qiJxv64ccu7gz18u9vEGlv499tb4P9M7HdhD0mTUygZjj9fBghF5NLC75HBJRn7Ut3ed89oA4vJiQf2YQh9lXjMnKADcsIjoNNknyKeOZSL4GDrYIF3yohvebI430g9aFUQ1mSwlOstNfN79w7XVGaZeb8ptR2fMuTKZhmkzfmhXpUUbVsKHfomhYeh0RjFS1CuZqplCuGS0EXGQh65Gkr9ACU6zI3e38L8r6TrkEgsDG25AeykhrU4X5g1t73wmT3EHOFrL4QGZTqLiwxjKXGf3PBKma1mAwX4U1mSAya0TjiihGvvfP19H53m1Xt4k6psNuF33lIR0bhuZiNIkAm3AzRRPUzHmnkqgbid5A6rDzKg26xpQRQFeK1NurUUcIu9UDISYEwrKAId7AJ4JeW3e7scGjuFB4SQ7enT4FZkxxmeGdVwKJ7F0ukQzft4miz5PysxrTm4xhhJJmd2nKxKikeuYgK2Tldow4Z7fl1aREcgjLbicOFFPPFWcvRuWuNtwuyn593zMKGopL057kVoBVz0h2xaR84ENeg7DQZMS8JjH1c6rICgu\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/oauth/refresh","urlObject":{"protocol":"http","port":"8080","path":["v1","oauth","refresh"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"22c73620-7143-44c9-8041-2849ca28ea68"},{"name":"get refresh token info","id":"f8fdfc1e-91f9-418f-a69f-5ed5c42720fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://api.naturally.cooking:8080/v1/oauth/refresh/78b2a16e94c15f4de2f6bcfab4371fae?2030073f-4f42-423e-8194-0f453b0e762dL8iOaCsjHDqv7VQiabJUV9HBvndNLb8axLc4e9v2audLneDKy3utuBVWFwNYEfkXiIiovkIioFSsz71gDFfEEsbh2tYFdxz4eqUqQgWqHjpQiq1CxyATngfvoIXfvLS6WzBjR7Kw3pQ4WGMXSw51NuhrJiBgexafp9oGpe0M4wOEGncMqdANzskpclYQMSk8Vx1xodmswH269TkbsbiJSkb79pJRSgSglDCpBnP87Oa8wAhR3WD54lAtg6omYWQTUwP43XBSnyX19ZDcgWw28IQcNIz5rrFdHlFQx2u0vl1tSkBevoY6k37qxCumFF6ntxW7Fh87D4mpCF5imKVrhrxLI6SubXoa7NqWI5HFNl8HRcvhL4vfPeRikQe9FB1xrTPGK2MOZEHfbJY2PlD1iwbLV857rNpG9tESJC3TkePNJhx5SeKTeslGUEt0s7cb1gxvkUOfYb8MOsLsNHOTSx2xY3T4OWdMvpb12y5cy2X0dngBObjrvxuMoeimOilQ0mObHwHbeGSvRhK4hD3qb6C5c931T5mj73A9CA8u0QdCT14lXoeMdmPEuK1IiSVQUXXcD4tJiNSEjk7HlCmLsJOJ80krUcpC2YzjjnEYQBk2tGbYIIi0uVfa7AD4ufcJUluKjIzTA9kY9BbL0nNaBOz8bn9xrguW3rl52diwAwgxKrgyIb","urlObject":{"protocol":"http","port":"8080","path":["v1","oauth","refresh","78b2a16e94c15f4de2f6bcfab4371fae"],"host":["api","naturally","cooking"],"query":[{"key":"2030073f-4f42-423e-8194-0f453b0e762dL8iOaCsjHDqv7VQiabJUV9HBvndNLb8axLc4e9v2audLneDKy3utuBVWFwNYEfkXiIiovkIioFSsz71gDFfEEsbh2tYFdxz4eqUqQgWqHjpQiq1CxyATngfvoIXfvLS6WzBjR7Kw3pQ4WGMXSw51NuhrJiBgexafp9oGpe0M4wOEGncMqdANzskpclYQMSk8Vx1xodmswH269TkbsbiJSkb79pJRSgSglDCpBnP87Oa8wAhR3WD54lAtg6omYWQTUwP43XBSnyX19ZDcgWw28IQcNIz5rrFdHlFQx2u0vl1tSkBevoY6k37qxCumFF6ntxW7Fh87D4mpCF5imKVrhrxLI6SubXoa7NqWI5HFNl8HRcvhL4vfPeRikQe9FB1xrTPGK2MOZEHfbJY2PlD1iwbLV857rNpG9tESJC3TkePNJhx5SeKTeslGUEt0s7cb1gxvkUOfYb8MOsLsNHOTSx2xY3T4OWdMvpb12y5cy2X0dngBObjrvxuMoeimOilQ0mObHwHbeGSvRhK4hD3qb6C5c931T5mj73A9CA8u0QdCT14lXoeMdmPEuK1IiSVQUXXcD4tJiNSEjk7HlCmLsJOJ80krUcpC2YzjjnEYQBk2tGbYIIi0uVfa7AD4ufcJUluKjIzTA9kY9BbL0nNaBOz8bn9xrguW3rl52diwAwgxKrgyIb","value":null}],"variable":[]}},"response":[],"_postman_id":"f8fdfc1e-91f9-418f-a69f-5ed5c42720fb"},{"name":"like/dislike recipe","id":"c892cf19-b043-47b7-b6ab-3a7b60ef17d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"is_liked\": false\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/users/10/recipes/1/likes","urlObject":{"protocol":"http","port":"8080","path":["v1","users","10","recipes","1","likes"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"c892cf19-b043-47b7-b6ab-3a7b60ef17d0"},{"name":"get recipes likes","id":"1f4bf237-fdf3-4a63-a9fc-9c2466d01fd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/recipes/1/likes","urlObject":{"protocol":"http","port":"8080","path":["v1","recipes","1","likes"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f4bf237-fdf3-4a63-a9fc-9c2466d01fd1"},{"name":"get all likes","id":"fce2f15c-3a3c-4418-aaf7-f3215fb556d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/likes","urlObject":{"protocol":"http","port":"8080","path":["v1","likes"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"fce2f15c-3a3c-4418-aaf7-f3215fb556d1"},{"name":"get like by id","id":"f0c8f2f9-ce9f-4503-8636-61a8e21478dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/likes/1","urlObject":{"protocol":"http","port":"8080","path":["v1","likes","1"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0c8f2f9-ce9f-4503-8636-61a8e21478dc"},{"name":"update like","id":"ef46ba6c-1218-46f8-9a11-1e0b80322bfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"is_liked\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/likes/1","urlObject":{"protocol":"http","port":"8080","path":["v1","likes","1"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef46ba6c-1218-46f8-9a11-1e0b80322bfc"},{"name":"delete like","id":"079140b0-72b2-4d08-8d74-82f4700ee312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/likes/3","urlObject":{"protocol":"http","port":"8080","path":["v1","likes","3"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"079140b0-72b2-4d08-8d74-82f4700ee312"},{"name":"get users likes","id":"f25b8a66-568f-43df-8145-0820435da593","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/user/2/likes","urlObject":{"protocol":"http","port":"8080","path":["v1","user","2","likes"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"f25b8a66-568f-43df-8145-0820435da593"},{"name":"store favorite recipe","id":"c4b09dc4-72f3-4879-b748-c3bb88c490a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/user/2/recipe/2/favorite","urlObject":{"protocol":"http","port":"8080","path":["v1","user","2","recipe","2","favorite"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4b09dc4-72f3-4879-b748-c3bb88c490a9"},{"name":"get user favorite recipes","id":"0fa8230b-2699-45f6-be18-0d724e003186","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/user/2/favorites","urlObject":{"protocol":"http","port":"8080","path":["v1","user","2","favorites"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"0fa8230b-2699-45f6-be18-0d724e003186"},{"name":"get favorite recipe by id","id":"d38fe42b-0396-4bc0-8b6f-7880040e3bd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/favorites/1","urlObject":{"protocol":"http","port":"8080","path":["v1","favorites","1"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"d38fe42b-0396-4bc0-8b6f-7880040e3bd8"},{"name":"get all favorite recipes","id":"75803254-3d17-43b5-a0ac-7e95becac0cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/favorites/","urlObject":{"protocol":"http","port":"8080","path":["v1","favorites",""],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"75803254-3d17-43b5-a0ac-7e95becac0cd"},{"name":"delete favorite recipe","id":"ac51dcbf-bd1d-486e-b00a-c8a7f50ca9ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/favorites/2","urlObject":{"protocol":"http","port":"8080","path":["v1","favorites","2"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac51dcbf-bd1d-486e-b00a-c8a7f50ca9ce"},{"name":"get recipes favorites","id":"970fc2ec-ee36-460c-80dc-ac009cafff22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/recipe/2/favorites","urlObject":{"protocol":"http","port":"8080","path":["v1","recipe","2","favorites"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"970fc2ec-ee36-460c-80dc-ac009cafff22"},{"name":"store ratings","id":"35971533-193c-48a1-8328-f0ccb2ee7d23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"made_it\": true,\n\t\"value\": \"1\",\n\t\"description\": \"dd\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/user/1/recipe/1/ratings","urlObject":{"protocol":"http","port":"8080","path":["v1","user","1","recipe","1","ratings"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"35971533-193c-48a1-8328-f0ccb2ee7d23"},{"name":"update rating","id":"13b55a3a-0ebd-448f-866f-10c1f89371df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"made_it\": true,\n\t\"value\": \"5\",\n\t\"description\": \"dd\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/ratings/1","urlObject":{"protocol":"http","port":"8080","path":["v1","ratings","1"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"13b55a3a-0ebd-448f-866f-10c1f89371df"},{"name":"delete rating","id":"875d0f17-290f-403a-b07c-10b531456e29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/ratings/1","urlObject":{"protocol":"http","port":"8080","path":["v1","ratings","1"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"875d0f17-290f-403a-b07c-10b531456e29"},{"name":"get rating by id","id":"3109246f-e4a0-4772-a81e-ce2e4077a950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/ratings/1","urlObject":{"protocol":"http","port":"8080","path":["v1","ratings","1"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"3109246f-e4a0-4772-a81e-ce2e4077a950"},{"name":"get all ratings","id":"0f86fb7c-e4ff-41e2-b5b2-1bce860692e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/ratings","urlObject":{"protocol":"http","port":"8080","path":["v1","ratings"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f86fb7c-e4ff-41e2-b5b2-1bce860692e6"},{"name":"get user ratings","id":"2d3688fd-0fee-4ff3-b69d-184eedc7dab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/user/1/ratings","urlObject":{"protocol":"http","port":"8080","path":["v1","user","1","ratings"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d3688fd-0fee-4ff3-b69d-184eedc7dab2"},{"name":"get recipes ratings","id":"0b40d6de-0956-4d5a-9c91-929fdaf337e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/recipe/1/ratings","urlObject":{"protocol":"http","port":"8080","path":["v1","recipe","1","ratings"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b40d6de-0956-4d5a-9c91-929fdaf337e8"},{"name":"get forgot token","id":"6547a9ca-bf24-4a69-973a-1e9076f279ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/forgot/16953cb4a7aa6a117979df3318fe185dbfe91c89b64f8365eb2d18be385da3d0","urlObject":{"protocol":"http","port":"8080","path":["v1","forgot","16953cb4a7aa6a117979df3318fe185dbfe91c89b64f8365eb2d18be385da3d0"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"6547a9ca-bf24-4a69-973a-1e9076f279ca"},{"name":"reset password","id":"1dbc67df-4b74-4747-9282-e7df793778be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"antonio@gmail.com\",\n\t\"password\" : \"hry4hry4\",\n\t\"password_confirmation\": \"hry4hry4\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/forgot/3d01351b9afd0d81974d6f80b4bd8ffebfc089be7de019f5cd47d702ce211480","urlObject":{"protocol":"http","port":"8080","path":["v1","forgot","3d01351b9afd0d81974d6f80b4bd8ffebfc089be7de019f5cd47d702ce211480"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"1dbc67df-4b74-4747-9282-e7df793778be"},{"name":"get user public profile","id":"3300bdb8-7f22-4e37-b84b-8d1bdb97b6ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/public/antonio.junior.h@gmail.com/profile","urlObject":{"protocol":"http","port":"8080","path":["v1","public","antonio.junior.h@gmail.com","profile"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"3300bdb8-7f22-4e37-b84b-8d1bdb97b6ab"},{"name":"send email verification link","id":"a0949cd4-c736-4688-9d0e-c90b8bb00a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\" : \"antonio.junior.h@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/user/1/verify","urlObject":{"protocol":"http","port":"8080","path":["v1","user","1","verify"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0949cd4-c736-4688-9d0e-c90b8bb00a61"},{"name":"validate email verification","id":"0bd46176-3e2c-4b3b-82c2-29dfd7bd1234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"signature\": \"$2y$10$o4hMsRQgUU1CCLmaCig1SOrh6zaf8L4aiAo3h8bFhI/qEaGKe1F0G\",\n\t\"token\": \"81252323dc5260e09ba8f0c5d586d79ab4f8fa6b361510b8586442522b4eb626\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/verify/1","urlObject":{"protocol":"http","port":"8080","path":["v1","verify","1"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bd46176-3e2c-4b3b-82c2-29dfd7bd1234"},{"name":"resend email notification","id":"264642af-4250-4e6d-a02d-b1dfeba04a28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/verify/1/resend","urlObject":{"protocol":"http","port":"8080","path":["v1","verify","1","resend"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"264642af-4250-4e6d-a02d-b1dfeba04a28"},{"name":"store rating image","id":"8000ee3b-b929-4e99-a4d4-e816ed4b5fc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","src":"/home/antonio/Downloads/Personal/eu.jpeg"},{"key":"thumbnail","value":"0","type":"text"},{"key":"title","value":"dadsa","type":"text"},{"key":"alt","value":"ssss","type":"text"}]},"url":"http://api.naturally.cooking:8080/v1/rating/1/image","urlObject":{"protocol":"http","port":"8080","path":["v1","rating","1","image"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"8000ee3b-b929-4e99-a4d4-e816ed4b5fc8"},{"name":"patch rating image","id":"658ab85e-bb61-4083-b253-ac5060195853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"thumbnail\": \"1\",\n\t\"title\" : \"212f\",\n\t\"alt\": \"13d3\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/rating/1/image/1","urlObject":{"protocol":"http","port":"8080","path":["v1","rating","1","image","1"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"658ab85e-bb61-4083-b253-ac5060195853"},{"name":"get rating image","id":"f6a9a8f3-4d48-4943-9e6e-95147212186a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/images/4/rating/","urlObject":{"protocol":"http","port":"8080","path":["v1","images","4","rating",""],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6a9a8f3-4d48-4943-9e6e-95147212186a"},{"name":"get ratings images","id":"109afd05-91a7-4c37-9189-2feb8e0c40ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/rating/1/images/","urlObject":{"protocol":"http","port":"8080","path":["v1","rating","1","images",""],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"109afd05-91a7-4c37-9189-2feb8e0c40ea"},{"name":"delete rating image","id":"e7b1da00-1569-42e3-a5e1-edb27e1fe096","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/rating/1/image/4","urlObject":{"protocol":"http","port":"8080","path":["v1","rating","1","image","4"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7b1da00-1569-42e3-a5e1-edb27e1fe096"},{"name":"restore account solicitation","id":"75b8e0b5-7ced-4b12-9dd9-59c9f39a77d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"antonio.junior.h@gmail.com\"\t\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/restore","urlObject":{"protocol":"http","port":"8080","path":["v1","restore"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"75b8e0b5-7ced-4b12-9dd9-59c9f39a77d3"},{"name":"restore account","id":"b93ee245-7076-4e3e-b904-918670c07a82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"signature\": \"$2y$10$HbGDWPU/xC4GNqm.dNLCDe9bVYPX7zw43ii81ZoOlzXU.hhPbevdW\",\n\t\"token\": \"ccd161995cbe9eb983b8129af5425687c08848ba909cf26529e39b1811ef09ec\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/restore/9","urlObject":{"protocol":"http","port":"8080","path":["v1","restore","9"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"b93ee245-7076-4e3e-b904-918670c07a82"},{"name":"resend store email","id":"49f9376d-2a56-49d0-86c6-ea95235faf58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://api.naturally.cooking:8080/v1/restore/2/resend","urlObject":{"protocol":"http","port":"8080","path":["v1","restore","2","resend"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"49f9376d-2a56-49d0-86c6-ea95235faf58"},{"name":"store user phone","id":"5f7b8ba8-135f-4617-bed3-8a674bbc9298","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"label\": \"Celular pessoal\",\n\t\"number\": \"+5551986179318\",\n\t\"country\": \"br\",\n\t\"main\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/user/2/phone","urlObject":{"protocol":"http","port":"8080","path":["v1","user","2","phone"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f7b8ba8-135f-4617-bed3-8a674bbc9298"},{"name":"get phone by id","id":"ce6b57e1-9a4c-48a4-a6e7-7762772cf9af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/phone/10","urlObject":{"protocol":"http","port":"8080","path":["v1","phone","10"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce6b57e1-9a4c-48a4-a6e7-7762772cf9af"},{"name":"get user phones","id":"020c46ba-f621-493c-9b19-6dcf2cf7277a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/user/1/phones","urlObject":{"protocol":"http","port":"8080","path":["v1","user","1","phones"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"020c46ba-f621-493c-9b19-6dcf2cf7277a"},{"name":"delete phone","id":"ab4a56b7-07c9-4c7b-819b-938ac9c2bdff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/phone/10","urlObject":{"protocol":"http","port":"8080","path":["v1","phone","10"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab4a56b7-07c9-4c7b-819b-938ac9c2bdff"},{"name":"send report","id":"64006613-59a7-4a7e-baa2-1c3b861af0a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"users_id\": 1,\n\t\"title\": \"Teste do Pádua\",\n\t\"description\": \"report do padua\",\n\t\"category\": \"suggestion\",\n\t\"who_reported\": \"eu\",\n\t\"email\": \"antonio.junior@gmail\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/report","urlObject":{"protocol":"http","port":"8080","path":["v1","report"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"64006613-59a7-4a7e-baa2-1c3b861af0a9"},{"name":"post tag","id":"00aef666-6a08-4c60-bfd2-eaa51f65f371","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"hashtag\": \"distantes1M2aisJungtfos\"\n}","options":{"raw":{"language":"json"}}},"url":"http://api.naturally.cooking:8080/v1/recipe/1/tag","urlObject":{"protocol":"http","port":"8080","path":["v1","recipe","1","tag"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"00aef666-6a08-4c60-bfd2-eaa51f65f371"},{"name":"delete tag from recipe","id":"8e238619-2fe2-47ee-8f1e-63eb7d428128","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/recipe/1/tag/1","urlObject":{"protocol":"http","port":"8080","path":["v1","recipe","1","tag","1"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e238619-2fe2-47ee-8f1e-63eb7d428128"},{"name":"get tags by recipe id","id":"10bcc8fc-1601-42a6-b153-c0b4598047ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://api.naturally.cooking:8080/v1/recipe/2/tags","urlObject":{"protocol":"http","port":"8080","path":["v1","recipe","2","tags"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"10bcc8fc-1601-42a6-b153-c0b4598047ab"},{"name":"get recipes by tag","id":"b2adefd5-b665-4161-b7d2-a14c9a4ac1be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://api.naturally.cooking:8080/v1/tag/dsads/recipes?category=chinese","urlObject":{"protocol":"http","port":"8080","path":["v1","tag","dsads","recipes"],"host":["api","naturally","cooking"],"query":[{"key":"category","value":"chinese"}],"variable":[]}},"response":[],"_postman_id":"b2adefd5-b665-4161-b7d2-a14c9a4ac1be"},{"name":"get all tags","id":"43b7c802-761d-490a-8326-9bda0b467094","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/tags","urlObject":{"protocol":"http","port":"8080","path":["v1","tags"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"43b7c802-761d-490a-8326-9bda0b467094"},{"name":"logout from all devices","id":"fd365da9-785b-4d4a-958b-2f475e0f0d5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/logout/1/devices","urlObject":{"protocol":"http","port":"8080","path":["v1","logout","1","devices"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd365da9-785b-4d4a-958b-2f475e0f0d5b"},{"name":"get more liked recipes","id":"c8313cc3-96b2-4520-a126-1919c6b4fb5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/likes/recipes","urlObject":{"protocol":"http","port":"8080","path":["v1","likes","recipes"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8313cc3-96b2-4520-a126-1919c6b4fb5f"},{"name":"get all users","id":"6f351123-54fc-4d13-b456-0ca949178c21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/users","urlObject":{"protocol":"http","port":"8080","path":["v1","users"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f351123-54fc-4d13-b456-0ca949178c21"},{"name":"get recipe categories","id":"e2897ef8-b0eb-4f75-8f37-1c60a91e5a71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://api.naturally.cooking:8080/v1/recipe/categories","urlObject":{"protocol":"http","port":"8080","path":["v1","recipe","categories"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2897ef8-b0eb-4f75-8f37-1c60a91e5a71"},{"name":"get recipe meals","id":"31589a0a-b421-478f-935a-754e55529968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://api.naturally.cooking:8080/v1/recipe/meals","urlObject":{"protocol":"http","port":"8080","path":["v1","recipe","meals"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"31589a0a-b421-478f-935a-754e55529968"},{"name":"view pdf in browser","id":"3daf02e4-d74d-48a3-a559-153ced5fffcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/pdf","type":"text"}],"url":"http://api.naturally.cooking:8080/v1/recipe/1/pdf","urlObject":{"protocol":"http","port":"8080","path":["v1","recipe","1","pdf"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"3daf02e4-d74d-48a3-a559-153ced5fffcc"},{"name":"download recipe pdf","id":"2e6396f2-3f52-4954-8c8f-0fc467016d26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://api.naturally.cooking:8080/v1/recipe/1/pdf/download","urlObject":{"protocol":"http","port":"8080","path":["v1","recipe","1","pdf","download"],"host":["api","naturally","cooking"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e6396f2-3f52-4954-8c8f-0fc467016d26"}]}