{"info":{"_postman_id":"f3b44903-7360-4bfc-a683-ca203c2e1523","name":"Simple Blog Warm Up Challenge","description":"<html><head></head><body><p>This is a simple blog API for the first week at Alkemy.</p>\n<p>Signup and Login first, use the provided token for authenticate your future requests.\nThe token has a 24h lifetime. \nYou need to create a Category to create a Post later.\nThe images in the post should be a URL finished in an image extension.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15625913","collectionId":"f3b44903-7360-4bfc-a683-ca203c2e1523","publishedId":"UVJWpetk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-19T22:53:05.000Z"},"item":[{"name":"Create User","id":"31a6706d-ad05-4d7c-9903-e2365221e0fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"example2@example.com\",\r\n    \"password\":  \"1234567890\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/auth/sign_up","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"f3b44903-7360-4bfc-a683-ca203c2e1523","id":"f3b44903-7360-4bfc-a683-ca203c2e1523","name":"Simple Blog Warm Up Challenge","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["auth","sign_up"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"8305e94b-4918-4563-b8c3-7af51e206684","name":"Create User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"example2@example.com\",\r\n    \"password\":  \"1234567890\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/auth/sign_up"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"ETag","value":"W/\"cc97cf5430aaac2f5309e2b7965f1974\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2a6e3c79-e7c3-4b02-92df-d27a7cf5234e"},{"key":"X-Runtime","value":"0.504256"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"email\": \"example2@example.com\",\n    \"password_digest\": \"$2a$12$QRtvOLkaiXQcbkLN5L4Z6OtmJuG5lTnB0FZJD29EdaoefJuZU/pne\",\n    \"created_at\": \"2021-11-18T03:06:44.184Z\",\n    \"updated_at\": \"2021-11-18T03:06:44.184Z\"\n}"}],"_postman_id":"31a6706d-ad05-4d7c-9903-e2365221e0fd"},{"name":"Login User","id":"77d0fc2a-9d43-41cd-8fe7-0016e1f4dc97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"example2@example.com\",\r\n    \"password\":  \"1234567890\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/auth/login","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"f3b44903-7360-4bfc-a683-ca203c2e1523","id":"f3b44903-7360-4bfc-a683-ca203c2e1523","name":"Simple Blog Warm Up Challenge","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["auth","login"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"c7960445-a3d0-4d34-abdb-9fa265b5ca06","name":"Login User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"example2@example.com\",\r\n    \"password\":  \"1234567890\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"ETag","value":"W/\"a1ef013d8c73b19c1bb02d777f9ba74e\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"176bc87a-f286-4dff-ae49-47261b38f64f"},{"key":"X-Runtime","value":"1.936731"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"auth_token\": \"eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoyLCJleHAiOjE2MzcyOTIyMDV9.ltBqV84qXUqzxqiDPK-lS1xomKJy0Teh6lajyEy79PA\"\n}"}],"_postman_id":"77d0fc2a-9d43-41cd-8fe7-0016e1f4dc97"},{"name":"Create Category","id":"3a35cbc3-b901-46bb-9660-6a6935a16a08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"category\": {\r\n        \"name\": \"Tech\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/categories","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"f3b44903-7360-4bfc-a683-ca203c2e1523","id":"f3b44903-7360-4bfc-a683-ca203c2e1523","name":"Simple Blog Warm Up Challenge","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["categories"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"05bf2ed5-16f0-4913-93c6-767a78543982","name":"Create Category","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"category\": {\r\n        \"name\": \"Tech\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/categories"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Location","value":"http://127.0.0.1:3000/categories/8"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"ETag","value":"W/\"8f1e2b9e509d09b1e51c1cebc4e37249\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b2982101-f704-482b-b49e-887e7dcc0f14"},{"key":"X-Runtime","value":"0.371354"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 8,\n    \"name\": \"Tech\",\n    \"posts\": []\n}"}],"_postman_id":"3a35cbc3-b901-46bb-9660-6a6935a16a08"},{"name":"Read a Category content","id":"708c90f6-fd7d-4ab6-83ae-b8ea3de20938","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/categories/7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"f3b44903-7360-4bfc-a683-ca203c2e1523","id":"f3b44903-7360-4bfc-a683-ca203c2e1523","name":"Simple Blog Warm Up Challenge","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["categories","7"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"530ccd23-3a5d-4a01-a35c-1d009d8a8415","name":"Read a Category content","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/categories/7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"ETag","value":"W/\"6a9e115f20e87161778bcaf0349c9afb\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"7a1e5d0f-7bb7-4f70-bff7-e4627c0ff026"},{"key":"X-Runtime","value":"0.172701"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7,\n    \"name\": \"Tech\",\n    \"posts\": [\n        {\n            \"id\": 1,\n            \"title\": \"Tomacco recipe\",\n            \"content\": \"This is a tastefull Tomacco sausage recipe.\",\n            \"image\": \"https://example.com/example.jpg\",\n            \"category_id\": 7,\n            \"user_id\": 1,\n            \"created_at\": \"2021-11-19T22:01:26.125Z\",\n            \"updated_at\": \"2021-11-19T22:01:26.125Z\"\n        },\n        {\n            \"id\": 2,\n            \"title\": \"Tomacco recipe\",\n            \"content\": \"This is a tastefull Tomacco sausage recipe.\",\n            \"image\": \"https://example.com/example.jpg\",\n            \"category_id\": 7,\n            \"user_id\": 1,\n            \"created_at\": \"2021-11-19T22:04:00.924Z\",\n            \"updated_at\": \"2021-11-19T22:04:00.924Z\"\n        },\n        {\n            \"id\": 3,\n            \"title\": \"Tomacco recipe\",\n            \"content\": \"This is a tastefull Tomacco sausage recipe.\",\n            \"image\": \"https://example.com/example.jpg\",\n            \"category_id\": 7,\n            \"user_id\": 1,\n            \"created_at\": \"2021-11-19T22:04:20.265Z\",\n            \"updated_at\": \"2021-11-19T22:04:20.265Z\"\n        },\n        {\n            \"id\": 4,\n            \"title\": \"Tomacco recipe\",\n            \"content\": \"This is a tastefull Tomacco sausage recipe.\",\n            \"image\": \"https://example.com/example.jpg\",\n            \"category_id\": 7,\n            \"user_id\": 1,\n            \"created_at\": \"2021-11-19T22:04:39.306Z\",\n            \"updated_at\": \"2021-11-19T22:04:39.306Z\"\n        },\n        {\n            \"id\": 5,\n            \"title\": \"Tomacco recipe\",\n            \"content\": \"This is a tastefull Tomacco sausage recipe.\",\n            \"image\": \"https://example.com/example.jpg\",\n            \"category_id\": 7,\n            \"user_id\": 1,\n            \"created_at\": \"2021-11-19T22:04:52.206Z\",\n            \"updated_at\": \"2021-11-19T22:04:52.206Z\"\n        },\n        {\n            \"id\": 6,\n            \"title\": \"Tomacco recipe\",\n            \"content\": \"This is a tastefull Tomacco sausage recipe.\",\n            \"image\": \"https://example.com/example.jpg\",\n            \"category_id\": 7,\n            \"user_id\": 1,\n            \"created_at\": \"2021-11-19T22:05:14.563Z\",\n            \"updated_at\": \"2021-11-19T22:05:14.563Z\"\n        }\n    ]\n}"}],"_postman_id":"708c90f6-fd7d-4ab6-83ae-b8ea3de20938"},{"name":"Create Post","id":"b4a6ac6c-edd1-4bf1-b570-ece20adc5079","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"post\": {\r\n        \"title\": \"Tomacco recipe\",\r\n        \"category_id\": 7,\r\n        \"content\": \"This is a tastefull Tomacco sausage recipe.\",\r\n        \"image\": \"https://example.com/example.jpg\",\r\n        \"user_id\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/posts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"f3b44903-7360-4bfc-a683-ca203c2e1523","id":"f3b44903-7360-4bfc-a683-ca203c2e1523","name":"Simple Blog Warm Up Challenge","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["posts"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"b8b4fc41-e064-4dc8-8354-45830b494d9d","name":"Create Post","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"post\": {\r\n        \"title\": \"Tomacco recipe\",\r\n        \"category_id\": 7,\r\n        \"content\": \"This is a tastefull Tomacco sausage recipe.\",\r\n        \"image\": \"https://example.com/example.jpg\",\r\n        \"user_id\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/posts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Location","value":"http://127.0.0.1:3000/posts/6"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"ETag","value":"W/\"748184c98d9b98c79e7c979812d658ea\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ccc29a50-1e25-4e65-8afd-aa88afcd726c"},{"key":"X-Runtime","value":"0.109398"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6,\n    \"title\": \"Tomacco recipe\",\n    \"content\": \"This is a tastefull Tomacco sausage recipe.\",\n    \"image\": \"https://example.com/example.jpg\",\n    \"user_id\": 1,\n    \"category_id\": 7\n}"}],"_postman_id":"b4a6ac6c-edd1-4bf1-b570-ece20adc5079"},{"name":"Read Posts list filtered","id":"d6dd4836-f6d3-489f-999b-f5c49265988b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:3000/posts?category=5&title=Apple+recipe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"f3b44903-7360-4bfc-a683-ca203c2e1523","id":"f3b44903-7360-4bfc-a683-ca203c2e1523","name":"Simple Blog Warm Up Challenge","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["posts"],"host":["127","0","0","1"],"query":[{"key":"category","value":"5"},{"key":"title","value":"Apple+recipe"}],"variable":[]}},"response":[{"id":"2c977e5f-0a91-4ffc-849d-2c28efb88c19","name":"Read Posts list","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:3000/posts?category=5&title=Apple+recipe","protocol":"http","host":["127","0","0","1"],"port":"3000","path":["posts"],"query":[{"key":"category","value":"5"},{"key":"title","value":"Apple+recipe"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"ETag","value":"W/\"5d8a5fc426cd4919ad7bef8b63bc3f88\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4044cdce-74ae-4714-8158-2c1bebebbe9e"},{"key":"X-Runtime","value":"0.072786"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 8,\n        \"title\": \"Apple recipe\",\n        \"image\": \"https://example.com/example.jpg\",\n        \"category_id\": 5,\n        \"created_at\": \"2021-11-19T22:35:45.997Z\"\n    }\n]"}],"_postman_id":"d6dd4836-f6d3-489f-999b-f5c49265988b"},{"name":"Read Posts list","id":"d6e8a5e0-b3d0-4913-a732-cdd94f818640","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:3000/posts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"f3b44903-7360-4bfc-a683-ca203c2e1523","id":"f3b44903-7360-4bfc-a683-ca203c2e1523","name":"Simple Blog Warm Up Challenge","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["posts"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"a7733ac0-0923-47ea-aff4-fc9e13de634c","name":"Read Posts list","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:3000/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"ETag","value":"W/\"9d93f761c692bfb0b534a6fb4e48521a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"03d558ce-554d-4be8-9393-ece6e6b46c8a"},{"key":"X-Runtime","value":"0.364485"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 9,\n        \"title\": \"Sugar recipe\",\n        \"image\": \"https://example.com/example.jpg\",\n        \"category_id\": 5,\n        \"created_at\": \"2021-11-19T22:36:00.136Z\"\n    },\n    {\n        \"id\": 8,\n        \"title\": \"Apple recipe\",\n        \"image\": \"https://example.com/example.jpg\",\n        \"category_id\": 5,\n        \"created_at\": \"2021-11-19T22:35:45.997Z\"\n    },\n    {\n        \"id\": 7,\n        \"title\": \"Corn recipe\",\n        \"image\": \"https://example.com/example.jpg\",\n        \"category_id\": 5,\n        \"created_at\": \"2021-11-19T22:35:29.859Z\"\n    },\n    {\n        \"id\": 6,\n        \"title\": \"Tomacco recipe\",\n        \"image\": \"https://example.com/example.jpg\",\n        \"category_id\": 7,\n        \"created_at\": \"2021-11-19T22:05:14.563Z\"\n    },\n    {\n        \"id\": 5,\n        \"title\": \"Tomacco recipe\",\n        \"image\": \"https://example.com/example.jpg\",\n        \"category_id\": 7,\n        \"created_at\": \"2021-11-19T22:04:52.206Z\"\n    },\n    {\n        \"id\": 4,\n        \"title\": \"Tomacco recipe\",\n        \"image\": \"https://example.com/example.jpg\",\n        \"category_id\": 7,\n        \"created_at\": \"2021-11-19T22:04:39.306Z\"\n    },\n    {\n        \"id\": 3,\n        \"title\": \"Tomacco recipe\",\n        \"image\": \"https://example.com/example.jpg\",\n        \"category_id\": 7,\n        \"created_at\": \"2021-11-19T22:04:20.265Z\"\n    },\n    {\n        \"id\": 2,\n        \"title\": \"Tomacco recipe\",\n        \"image\": \"https://example.com/example.jpg\",\n        \"category_id\": 7,\n        \"created_at\": \"2021-11-19T22:04:00.924Z\"\n    },\n    {\n        \"id\": 1,\n        \"title\": \"Tomacco recipe\",\n        \"image\": \"https://example.com/example.jpg\",\n        \"category_id\": 7,\n        \"created_at\": \"2021-11-19T22:01:26.125Z\"\n    }\n]"}],"_postman_id":"d6e8a5e0-b3d0-4913-a732-cdd94f818640"},{"name":"Read a post detail","id":"df75752b-3e8a-4a7c-aef4-9549eca4eddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://127.0.0.1:3000/posts/5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"f3b44903-7360-4bfc-a683-ca203c2e1523","id":"f3b44903-7360-4bfc-a683-ca203c2e1523","name":"Simple Blog Warm Up Challenge","type":"collection"}},"urlObject":{"protocol":"http","port":"3000","path":["posts","5"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"32e1edd9-f6de-4ad0-ad86-bc6d14804471","name":"Read a post detail","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:3000/posts/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept"},{"key":"ETag","value":"W/\"ec73c69073e1c3c1fc694b2c47b2450a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2e1a1587-8574-4307-a445-d6f6c9b6e136"},{"key":"X-Runtime","value":"0.474343"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"category_id\": 7,\n    \"user_id\": 1,\n    \"title\": \"Tomacco recipe\",\n    \"image\": \"https://example.com/example.jpg\",\n    \"content\": \"This is a tastefull Tomacco sausage recipe.\"\n}"}],"_postman_id":"df75752b-3e8a-4a7c-aef4-9549eca4eddd"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"41e62a69-1b74-4e4a-be03-ce1bb586ae43","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eeae8191-da38-4b1c-a4e3-a3d8d9376ec5","type":"text/javascript","exec":[""]}}]}