{"info":{"_postman_id":"bb4142b6-01cc-4f68-92b6-5d2d66757213","name":"Blog-Platform","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"44813629","collectionId":"bb4142b6-01cc-4f68-92b6-5d2d66757213","publishedId":"2sB3dWr6v4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-12-20T16:26:15.000Z"},"item":[{"name":"Login","item":[{"name":"Login","id":"e55e875f-ba39-4fcf-9be8-e61fb667722f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"user@test.com\",\r\n    \"password\":\"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/auth/login","urlObject":{"protocol":"http","port":"8080","path":["api","v1","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fa67c201-f34b-4d88-ba30-7df350674aa3","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"user@test.com\",\r\n    \"password\":\"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 20 Dec 2025 13:33:54 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1c2VyQHRlc3QuY29tIiwiaWF0IjoxNzY2MjM3NjM0LCJleHAiOjE3NjYyNDYyNzR9.ZBDeYKSFvn3i6IJ_KM_9EBKtjzsaQnZHCbblzQdUmxw\",\n    \"expiresIn\": 86400\n}"}],"_postman_id":"e55e875f-ba39-4fcf-9be8-e61fb667722f"}],"id":"6cb539cf-c47d-46de-b3fa-4ccfc93cc5bc","_postman_id":"6cb539cf-c47d-46de-b3fa-4ccfc93cc5bc","description":""},{"name":"Category","item":[{"name":"Get Category","id":"be40e387-7e27-4a9c-8115-5d575edc11d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/v1/categories","urlObject":{"protocol":"http","port":"8080","path":["api","v1","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"02eef799-6f40-4c7a-ae1b-452d19be6718","name":"Get Category","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/categories"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 20 Dec 2025 13:34:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"634559bf-9715-49f5-86f8-68f276af6618\",\n        \"name\": \"technology\",\n        \"postCount\": 2\n    }\n]"}],"_postman_id":"be40e387-7e27-4a9c-8115-5d575edc11d8"},{"name":"Create Category","id":"55daaf46-7ac8-4147-a15a-4e09e2a47637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"movies\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/categories","urlObject":{"protocol":"http","port":"8080","path":["api","v1","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e49dd788-2734-43b9-9d48-f22f731d4d2e","name":"Create Category","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"movies\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/categories"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 20 Dec 2025 13:34:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"236c13ea-ecab-44e3-a01b-dd608900ad04\",\n    \"name\": \"movies\",\n    \"postCount\": 0\n}"}],"_postman_id":"55daaf46-7ac8-4147-a15a-4e09e2a47637"},{"name":"Delete Category","id":"f6facbcd-e717-4887-bd05-942362b1645b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"movies\"\r\n}"},"url":"http://localhost:8080/api/v1/categories/236c13ea-ecab-44e3-a01b-dd608900ad04","urlObject":{"protocol":"http","port":"8080","path":["api","v1","categories","236c13ea-ecab-44e3-a01b-dd608900ad04"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ea1efbec-c1db-4263-a77d-99b88cc18498","name":"Delete Category","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"movies\"\r\n}"},"url":"http://localhost:8080/api/v1/categories/236c13ea-ecab-44e3-a01b-dd608900ad04"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Sat, 20 Dec 2025 13:35:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f6facbcd-e717-4887-bd05-942362b1645b"}],"id":"47ef85f6-2592-4c94-83dc-92831dde2611","_postman_id":"47ef85f6-2592-4c94-83dc-92831dde2611","description":""},{"name":"Tag","item":[{"name":"Get Tags","id":"231ac802-2a1c-4ab5-b82e-e484567d0add","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"movies\"\r\n}"},"url":"http://localhost:8080/api/v1/tags","urlObject":{"protocol":"http","port":"8080","path":["api","v1","tags"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b08c5c7f-cc4c-4adf-93b8-1d8408a6ac97","name":"Get Tags","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"movies\"\r\n}"},"url":"http://localhost:8080/api/v1/tags"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 20 Dec 2025 13:35:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"a2a46f81-dd11-4756-a64e-7fa5be27429e\",\n        \"name\": \"spring\",\n        \"postCount\": 1\n    },\n    {\n        \"id\": \"ccfae393-bc0b-4176-a311-4b523565d7f8\",\n        \"name\": \"react\",\n        \"postCount\": 1\n    }\n]"}],"_postman_id":"231ac802-2a1c-4ab5-b82e-e484567d0add"},{"name":"Create Tag","id":"787f3b91-397b-4689-bf83-1af518c011b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"names\":[\"React\",\"java\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/tags","urlObject":{"protocol":"http","port":"8080","path":["api","v1","tags"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5e64ccbc-cc0a-4a60-90a7-26119d03745e","name":"Create Tag","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"names\":[\"React\",\"java\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/tags"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 20 Dec 2025 13:36:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"0ee40660-679b-440e-a5a6-fe58a1c8a41b\",\n        \"name\": \"java\",\n        \"postCount\": 0\n    },\n    {\n        \"id\": \"94def79a-830f-4d3a-a5d7-101008f2bd3a\",\n        \"name\": \"React\",\n        \"postCount\": 0\n    }\n]"}],"_postman_id":"787f3b91-397b-4689-bf83-1af518c011b0"},{"name":"Delete Tag","id":"adb7b6a6-720e-486f-ade0-180cc5bf4df7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"names\":[\"React\",\"java\"]\r\n}"},"url":"http://localhost:8080/api/v1/tags/0ee40660-679b-440e-a5a6-fe58a1c8a41b","urlObject":{"protocol":"http","port":"8080","path":["api","v1","tags","0ee40660-679b-440e-a5a6-fe58a1c8a41b"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2e1db7d2-e769-423c-a148-168093de4d82","name":"Delete Tag","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"names\":[\"React\",\"java\"]\r\n}"},"url":"http://localhost:8080/api/v1/tags/0ee40660-679b-440e-a5a6-fe58a1c8a41b"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Sat, 20 Dec 2025 13:36:38 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"adb7b6a6-720e-486f-ade0-180cc5bf4df7"}],"id":"e50587a2-d371-412c-8d24-10ece2369f6e","_postman_id":"e50587a2-d371-412c-8d24-10ece2369f6e","description":""},{"name":"Posts","item":[{"name":"Get Post","id":"6eef9d30-e717-47d9-a2f3-ef9db70a1dce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"names\":[\"React\",\"java\"]\r\n}"},"url":"http://localhost:8080/api/v1/posts","urlObject":{"protocol":"http","port":"8080","path":["api","v1","posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"934f26df-cc56-4b57-ab33-efde11a18850","name":"Get Post","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"names\":[\"React\",\"java\"]\r\n}"},"url":"http://localhost:8080/api/v1/posts"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 20 Dec 2025 13:36:51 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1d521602-9368-447e-88ac-b3b7f02cef9a\",\n        \"title\": \"My First Spring Post\",\n        \"content\": \"<p>This is a detailed spring boot post with enough words.</p>\",\n        \"author\": {\n            \"id\": \"260115ec-9aa2-4834-b8a0-a992bca4a99a\",\n            \"email\": \"user@test.com\"\n        },\n        \"category\": {\n            \"id\": \"634559bf-9715-49f5-86f8-68f276af6618\",\n            \"name\": \"technology\",\n            \"postCount\": 0\n        },\n        \"tags\": [\n            {\n                \"id\": \"a2a46f81-dd11-4756-a64e-7fa5be27429e\",\n                \"name\": \"spring\",\n                \"postCount\": null\n            }\n        ],\n        \"readingTime\": 1,\n        \"createdAt\": \"2025-12-20T00:47:24.650682\",\n        \"updatedAt\": \"2025-12-20T08:05:39.602051\",\n        \"status\": \"PUBLISHED\"\n    },\n    {\n        \"id\": \"03a6eafc-621a-44d6-86c9-d8da98630162\",\n        \"title\": \"react intro\",\n        \"content\": \"<p>about react js</p>\",\n        \"author\": {\n            \"id\": \"260115ec-9aa2-4834-b8a0-a992bca4a99a\",\n            \"email\": \"user@test.com\"\n        },\n        \"category\": {\n            \"id\": \"634559bf-9715-49f5-86f8-68f276af6618\",\n            \"name\": \"technology\",\n            \"postCount\": 0\n        },\n        \"tags\": [\n            {\n                \"id\": \"ccfae393-bc0b-4176-a311-4b523565d7f8\",\n                \"name\": \"react\",\n                \"postCount\": null\n            }\n        ],\n        \"readingTime\": 1,\n        \"createdAt\": \"2025-12-20T08:06:21.00633\",\n        \"updatedAt\": \"2025-12-20T08:06:42.630751\",\n        \"status\": \"PUBLISHED\"\n    }\n]"}],"_postman_id":"6eef9d30-e717-47d9-a2f3-ef9db70a1dce"},{"name":"Create Post","id":"1e597e59-6a78-44f8-bdef-10e62a287903","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"My First Spring Post\",\r\n  \"content\": \"This is a detailed spring boot post with enough words.\",\r\n  \"categoryId\": \"634559bf-9715-49f5-86f8-68f276af6618\",\r\n  \"tagIds\": [\r\n    \"a2a46f81-dd11-4756-a64e-7fa5be27429e\",\r\n    \"ccfae393-bc0b-4176-a311-4b523565d7f8\"\r\n  ],\r\n  \"status\": \"PUBLISHED\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/posts","urlObject":{"protocol":"http","port":"8080","path":["api","v1","posts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f3d636da-a987-431b-ac1b-7721f9a1a8bd","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"My First Spring Post\",\r\n  \"content\": \"This is a detailed spring boot post with enough words.\",\r\n  \"categoryId\": \"634559bf-9715-49f5-86f8-68f276af6618\",\r\n  \"tagIds\": [\r\n    \"a2a46f81-dd11-4756-a64e-7fa5be27429e\",\r\n    \"ccfae393-bc0b-4176-a311-4b523565d7f8\"\r\n  ],\r\n  \"status\": \"PUBLISHED\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/posts"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 20 Dec 2025 15:53:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"9fac8963-a3e7-4083-9eb9-f0a1ee1d5223\",\n    \"title\": \"My First Spring Post\",\n    \"content\": \"This is a detailed spring boot post with enough words.\",\n    \"author\": {\n        \"id\": \"260115ec-9aa2-4834-b8a0-a992bca4a99a\",\n        \"email\": \"user@test.com\"\n    },\n    \"category\": {\n        \"id\": \"634559bf-9715-49f5-86f8-68f276af6618\",\n        \"name\": \"technology\",\n        \"postCount\": 0\n    },\n    \"tags\": [\n        {\n            \"id\": \"a2a46f81-dd11-4756-a64e-7fa5be27429e\",\n            \"name\": \"spring\",\n            \"postCount\": null\n        },\n        {\n            \"id\": \"ccfae393-bc0b-4176-a311-4b523565d7f8\",\n            \"name\": \"react\",\n            \"postCount\": null\n        }\n    ],\n    \"readingTime\": 1,\n    \"createdAt\": \"2025-12-20T21:23:23.857204\",\n    \"updatedAt\": \"2025-12-20T21:23:23.857204\",\n    \"status\": \"PUBLISHED\"\n}"}],"_postman_id":"1e597e59-6a78-44f8-bdef-10e62a287903"},{"name":"Update Post","id":"be255a77-561b-4010-a5be-a1267b9c7a93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"9fac8963-a3e7-4083-9eb9-f0a1ee1d5223\",\r\n  \"title\": \"My First test Spring Post\",\r\n  \"content\": \"This is a detailed spring boot post with enough words.\",\r\n  \"categoryId\": \"634559bf-9715-49f5-86f8-68f276af6618\",\r\n  \"tagIds\": [\r\n    \"a2a46f81-dd11-4756-a64e-7fa5be27429e\"\r\n  ],\r\n  \"status\": \"PUBLISHED\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/posts/9fac8963-a3e7-4083-9eb9-f0a1ee1d5223","urlObject":{"protocol":"http","port":"8080","path":["api","v1","posts","9fac8963-a3e7-4083-9eb9-f0a1ee1d5223"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ad044f4f-4215-43dd-9590-f851b7d0f0cd","name":"New Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"9fac8963-a3e7-4083-9eb9-f0a1ee1d5223\",\r\n  \"title\": \"My First test Spring Post\",\r\n  \"content\": \"This is a detailed spring boot post with enough words.\",\r\n  \"categoryId\": \"634559bf-9715-49f5-86f8-68f276af6618\",\r\n  \"tagIds\": [\r\n    \"a2a46f81-dd11-4756-a64e-7fa5be27429e\"\r\n  ],\r\n  \"status\": \"PUBLISHED\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/v1/posts/9fac8963-a3e7-4083-9eb9-f0a1ee1d5223"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 20 Dec 2025 15:59:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"9fac8963-a3e7-4083-9eb9-f0a1ee1d5223\",\n    \"title\": \"My First test Spring Post\",\n    \"content\": \"This is a detailed spring boot post with enough words.\",\n    \"author\": {\n        \"id\": \"260115ec-9aa2-4834-b8a0-a992bca4a99a\",\n        \"email\": \"user@test.com\"\n    },\n    \"category\": {\n        \"id\": \"634559bf-9715-49f5-86f8-68f276af6618\",\n        \"name\": \"technology\",\n        \"postCount\": 0\n    },\n    \"tags\": [\n        {\n            \"id\": \"a2a46f81-dd11-4756-a64e-7fa5be27429e\",\n            \"name\": \"spring\",\n            \"postCount\": null\n        }\n    ],\n    \"readingTime\": 1,\n    \"createdAt\": \"2025-12-20T21:23:23.857204\",\n    \"updatedAt\": \"2025-12-20T21:29:09.0920714\",\n    \"status\": \"PUBLISHED\"\n}"}],"_postman_id":"be255a77-561b-4010-a5be-a1267b9c7a93"},{"name":"Get Post with ID","id":"d5ec36f1-a17c-475c-a4e4-7db0271c9e28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/posts/9fac8963-a3e7-4083-9eb9-f0a1ee1d5223","urlObject":{"protocol":"http","port":"8080","path":["api","v1","posts","9fac8963-a3e7-4083-9eb9-f0a1ee1d5223"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bdd7cf09-dcc1-4ed0-abeb-402527ef3d06","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/v1/posts/9fac8963-a3e7-4083-9eb9-f0a1ee1d5223"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 20 Dec 2025 16:00:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"9fac8963-a3e7-4083-9eb9-f0a1ee1d5223\",\n    \"title\": \"My First test Spring Post\",\n    \"content\": \"This is a detailed spring boot post with enough words.\",\n    \"author\": {\n        \"id\": \"260115ec-9aa2-4834-b8a0-a992bca4a99a\",\n        \"email\": \"user@test.com\"\n    },\n    \"category\": {\n        \"id\": \"634559bf-9715-49f5-86f8-68f276af6618\",\n        \"name\": \"technology\",\n        \"postCount\": 0\n    },\n    \"tags\": [\n        {\n            \"id\": \"a2a46f81-dd11-4756-a64e-7fa5be27429e\",\n            \"name\": \"spring\",\n            \"postCount\": null\n        }\n    ],\n    \"readingTime\": 1,\n    \"createdAt\": \"2025-12-20T21:23:23.857204\",\n    \"updatedAt\": \"2025-12-20T21:29:09.092071\",\n    \"status\": \"PUBLISHED\"\n}"}],"_postman_id":"d5ec36f1-a17c-475c-a4e4-7db0271c9e28"},{"name":"Delete Post","id":"18060961-4cda-4948-b941-7de827c8b9d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/posts/9fac8963-a3e7-4083-9eb9-f0a1ee1d5223","urlObject":{"protocol":"http","port":"8080","path":["api","v1","posts","9fac8963-a3e7-4083-9eb9-f0a1ee1d5223"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fb96587e-8bef-4bf7-b366-fae46c2075fa","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/v1/posts/9fac8963-a3e7-4083-9eb9-f0a1ee1d5223"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Date","value":"Sat, 20 Dec 2025 16:01:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"18060961-4cda-4948-b941-7de827c8b9d0"},{"name":"Get Draft Post","id":"e79e7f1d-e061-4dcf-a9b4-318190a5b5ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"names\":[\"React\",\"java\"]\r\n}"},"url":"http://localhost:8080/api/v1/posts/drafts","urlObject":{"protocol":"http","port":"8080","path":["api","v1","posts","drafts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e866cdca-ed64-49ec-81ac-47ee8b636a14","name":"New Request","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"names\":[\"React\",\"java\"]\r\n}"},"url":"http://localhost:8080/api/v1/posts/drafts"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 20 Dec 2025 16:02:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"e79e7f1d-e061-4dcf-a9b4-318190a5b5ca"}],"id":"99136be1-67ad-46ac-a9b9-cfcf150efd93","_postman_id":"99136be1-67ad-46ac-a9b9-cfcf150efd93","description":""}]}