{"info":{"_postman_id":"c305d4a0-f77a-4c5b-80de-d7f09b70aa0e","name":"BackEnd","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"46893771","collectionId":"c305d4a0-f77a-4c5b-80de-d7f09b70aa0e","publishedId":"2sBXcAHNX7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-10T00:49:50.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","id":"abee5c0e-7f17-4e27-80fa-af38dd731a66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"test6@gmail.com\",\n    \"password\":\"1234\"\n}","options":{"raw":{"language":"json"}}},"url":" http://localhost:3000/auth/register","urlObject":{"path":["auth","register"],"host":[" http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"3430c2e8-ce5e-48ce-92c4-701856c45e4d","name":"Register","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"test6@gmail.com\",\n    \"password\":\"1234\"\n}","options":{"raw":{"language":"json"}}},"url":" http://localhost:3000/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"174"},{"key":"ETag","value":"W/\"ae-Px+OILz3eqVzpOBRjxujioTceeE\""},{"key":"Date","value":"Tue, 10 Feb 2026 01:05:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User registered successfully\",\n    \"data\": {\n        \"id\": 13,\n        \"email\": \"test6@gmail.com\",\n        \"password\": \"$2b$10$OwCz0w2IqbP0kGxwvBiPF.HpRchcTnZ4FGMaeRyjLdOCVDlCvKpIy\"\n    }\n}"}],"_postman_id":"abee5c0e-7f17-4e27-80fa-af38dd731a66"},{"name":"Login","id":"769f5986-bf67-4e7e-a6c1-8113227875d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"test4@gmail.com\",\n    \"password\":\"1234\"\n}","options":{"raw":{"language":"json"}}},"url":" http://localhost:3000/auth/login","urlObject":{"path":["auth","login"],"host":[" http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"501baec5-049f-4941-82cd-775af5325a20","name":"Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"test4@gmail.com\",\n    \"password\":\"1234\"\n}","options":{"raw":{"language":"json"}}},"url":" http://localhost:3000/auth/login"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"359"},{"key":"ETag","value":"W/\"167-GUuYRhzGp6AUzeyd9MmQXbabQvA\""},{"key":"Date","value":"Tue, 10 Feb 2026 01:02:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User logged in successfully\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEwLCJlbWFpbCI6InRlc3Q0QGdtYWlsLmNvbSIsImlhdCI6MTc3MDY4NTMyNiwiZXhwIjoxNzcwNzcxNzI2fQ.dkcc8oEzNC2-4U8gmnHhQmV-f41s3S5SScQ7mTh7BMQ\",\n    \"data\": {\n        \"id\": 10,\n        \"email\": \"test4@gmail.com\",\n        \"password\": \"$2b$10$CK5/3yBN2obVK8D0wX121u5q3iUwDuSc1DuEG.vPBDURMlXgHWZci\"\n    }\n}"}],"_postman_id":"769f5986-bf67-4e7e-a6c1-8113227875d4"}],"id":"bef5a5fa-7078-40a3-a1c7-90e271e2c9d0","_postman_id":"bef5a5fa-7078-40a3-a1c7-90e271e2c9d0","description":""},{"name":"Books","item":[{"name":"Get All Book","id":"e5c26951-d202-4d09-ab3c-cc1418f8bfec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":" http://localhost:3000/book","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEwLCJlbWFpbCI6InRlc3Q0QGdtYWlsLmNvbSIsImlhdCI6MTc3MDY3ODcwMCwiZXhwIjoxNzcwNzY1MTAwfQ.-3v9NU7KmsmDP-B_ucFjtciuFhSEW_xXfOOJS-9smJI"}]},"isInherited":true,"source":{"_postman_id":"953485b2-f0b2-4cf5-8a11-3ff5d62b02df","id":"953485b2-f0b2-4cf5-8a11-3ff5d62b02df","name":"Books","type":"folder"}},"urlObject":{"path":["book"],"host":[" http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"3dd9641f-e9b1-4548-b98a-c55f8171d291","name":"Get All Book","originalRequest":{"method":"GET","header":[],"url":" http://localhost:3000/book"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"138"},{"key":"ETag","value":"W/\"8a-3etnbfkPuPlQpYYLU0+WOf5SeXU\""},{"key":"Date","value":"Mon, 09 Feb 2026 23:14:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Books retrieved successfully\",\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"Buku Sejarah Indonesia\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Kimi No Nawa\"\n        }\n    ]\n}"}],"_postman_id":"e5c26951-d202-4d09-ab3c-cc1418f8bfec"},{"name":"Get Book by id","id":"d043d21b-4949-4e13-886b-e8d7fe8e6215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":" http://localhost:3000/book/7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEwLCJlbWFpbCI6InRlc3Q0QGdtYWlsLmNvbSIsImlhdCI6MTc3MDY3ODcwMCwiZXhwIjoxNzcwNzY1MTAwfQ.-3v9NU7KmsmDP-B_ucFjtciuFhSEW_xXfOOJS-9smJI"}]},"isInherited":true,"source":{"_postman_id":"953485b2-f0b2-4cf5-8a11-3ff5d62b02df","id":"953485b2-f0b2-4cf5-8a11-3ff5d62b02df","name":"Books","type":"folder"}},"urlObject":{"path":["book","7"],"host":[" http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"2fb0a5db-0ef7-4648-a878-19caf2ddfd7c","name":"Get Book by id","originalRequest":{"method":"GET","header":[],"url":" http://localhost:3000/book/4"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"94"},{"key":"ETag","value":"W/\"5e-y7Z8zfl54ZNo0S7wG4iJ2FWpXL8\""},{"key":"Date","value":"Mon, 09 Feb 2026 23:14:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Book retrieved successfully\",\n    \"data\": {\n        \"id\": 4,\n        \"name\": \"Kimi No Nawa\"\n    }\n}"}],"_postman_id":"d043d21b-4949-4e13-886b-e8d7fe8e6215"},{"name":"Create Book","id":"f6ed93c3-1a98-4c90-b120-4df835568e6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Kimi No Nawa\",\n    \"categoryId\": 7\n}","options":{"raw":{"language":"json"}}},"url":" http://localhost:3000/book","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEwLCJlbWFpbCI6InRlc3Q0QGdtYWlsLmNvbSIsImlhdCI6MTc3MDY3ODcwMCwiZXhwIjoxNzcwNzY1MTAwfQ.-3v9NU7KmsmDP-B_ucFjtciuFhSEW_xXfOOJS-9smJI"}]},"isInherited":true,"source":{"_postman_id":"953485b2-f0b2-4cf5-8a11-3ff5d62b02df","id":"953485b2-f0b2-4cf5-8a11-3ff5d62b02df","name":"Books","type":"folder"}},"urlObject":{"path":["book"],"host":[" http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"c34ead54-2d10-4224-a039-e35563ad6125","name":"Create Book","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Kimi No Nawa\",\n    \"categoryId\": 5\n}","options":{"raw":{"language":"json"}}},"url":" http://localhost:3000/book"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"112"},{"key":"ETag","value":"W/\"70-bA6oN14f7y1yLkfgdQxfqLFmD4s\""},{"key":"Date","value":"Mon, 09 Feb 2026 23:14:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Book created successfully\",\n    \"data\": {\n        \"id\": 4,\n        \"name\": \"Kimi No Nawa\",\n        \"category\": {\n            \"id\": 5\n        }\n    }\n}"}],"_postman_id":"f6ed93c3-1a98-4c90-b120-4df835568e6a"},{"name":"Update Book","id":"19e62fd5-02b4-460f-ba42-e0fbd9dac88a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Kimi No Nawa update\",\n    \"categoryId\" : 3\n}","options":{"raw":{"language":"json"}}},"url":" http://localhost:3000/book/7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEwLCJlbWFpbCI6InRlc3Q0QGdtYWlsLmNvbSIsImlhdCI6MTc3MDY3ODcwMCwiZXhwIjoxNzcwNzY1MTAwfQ.-3v9NU7KmsmDP-B_ucFjtciuFhSEW_xXfOOJS-9smJI"}]},"isInherited":true,"source":{"_postman_id":"953485b2-f0b2-4cf5-8a11-3ff5d62b02df","id":"953485b2-f0b2-4cf5-8a11-3ff5d62b02df","name":"Books","type":"folder"}},"urlObject":{"path":["book","7"],"host":[" http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"ed5fa9d5-bead-4561-addc-2b7d58a1b48e","name":"Update Book","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\" : \"Kimi No Nawa update\",\n    \"categoryId\" : 3\n}","options":{"raw":{"language":"json"}}},"url":" http://localhost:3000/book/4"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"140"},{"key":"ETag","value":"W/\"8c-PPWANGuKbGL9qIrtX0I7OEi6E4Q\""},{"key":"Date","value":"Mon, 09 Feb 2026 23:15:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Book updated successfully\",\n    \"data\": {\n        \"id\": 4,\n        \"name\": \"Kimi No Nawa update\",\n        \"category\": {\n            \"id\": 3,\n            \"category\": \"sejarah\"\n        }\n    }\n}"}],"_postman_id":"19e62fd5-02b4-460f-ba42-e0fbd9dac88a"},{"name":"Delete Book","id":"940ec0fd-29a1-4db2-a24e-25846a418314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":" http://localhost:3000/book/7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEwLCJlbWFpbCI6InRlc3Q0QGdtYWlsLmNvbSIsImlhdCI6MTc3MDY3ODcwMCwiZXhwIjoxNzcwNzY1MTAwfQ.-3v9NU7KmsmDP-B_ucFjtciuFhSEW_xXfOOJS-9smJI"}]},"isInherited":true,"source":{"_postman_id":"953485b2-f0b2-4cf5-8a11-3ff5d62b02df","id":"953485b2-f0b2-4cf5-8a11-3ff5d62b02df","name":"Books","type":"folder"}},"urlObject":{"path":["book","7"],"host":[" http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"dfad3124-1339-4178-938f-881a18384476","name":"Delete Book","originalRequest":{"method":"DELETE","header":[],"url":" http://localhost:3000/book/6"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"85"},{"key":"ETag","value":"W/\"55-WYv6R+X4AB1EvHoGf0EMwWZD6kk\""},{"key":"Date","value":"Mon, 09 Feb 2026 23:23:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Book deleted successfully\",\n    \"data\": {\n        \"name\": \"Kimi No Nawa\"\n    }\n}"}],"_postman_id":"940ec0fd-29a1-4db2-a24e-25846a418314"}],"id":"953485b2-f0b2-4cf5-8a11-3ff5d62b02df","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEwLCJlbWFpbCI6InRlc3Q0QGdtYWlsLmNvbSIsImlhdCI6MTc3MDY3ODcwMCwiZXhwIjoxNzcwNzY1MTAwfQ.-3v9NU7KmsmDP-B_ucFjtciuFhSEW_xXfOOJS-9smJI"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"eb18a98e-19f9-463e-8090-b80ca79a250a","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"dafc8f78-9f2c-4450-ae80-341c1924dcc4","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"953485b2-f0b2-4cf5-8a11-3ff5d62b02df","description":""},{"name":"Category","item":[{"name":"Get All Category","id":"f01ee968-e591-45ac-bf8c-27bfc155b83f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":" http://localhost:3000/category","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEwLCJlbWFpbCI6InRlc3Q0QGdtYWlsLmNvbSIsImlhdCI6MTc3MDY3ODcwMCwiZXhwIjoxNzcwNzY1MTAwfQ.-3v9NU7KmsmDP-B_ucFjtciuFhSEW_xXfOOJS-9smJI"}]},"isInherited":true,"source":{"_postman_id":"bfc09aad-5fe0-478f-8e08-69817c76519a","id":"bfc09aad-5fe0-478f-8e08-69817c76519a","name":"Category","type":"folder"}},"urlObject":{"path":["category"],"host":[" http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"af22f8d0-b07a-4693-90ff-36bf05a34291","name":"Get All Category","originalRequest":{"method":"GET","header":[],"url":" http://localhost:3000/category"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"161"},{"key":"ETag","value":"W/\"a1-UlCH+HBOevijKQJPMsoZhZ3Ic74\""},{"key":"Date","value":"Mon, 09 Feb 2026 23:12:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Categories retrieved successfully\",\n    \"data\": [\n        {\n            \"id\": 2,\n            \"category\": \"budaya\"\n        },\n        {\n            \"id\": 3,\n            \"category\": \"sejarah\"\n        },\n        {\n            \"id\": 4,\n            \"category\": \"romantis\"\n        }\n    ]\n}"}],"_postman_id":"f01ee968-e591-45ac-bf8c-27bfc155b83f"},{"name":"Get Categoy by id","id":"626dc4ab-1373-4d26-98a6-1cbf22f73311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":" http://localhost:3000/category/6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEwLCJlbWFpbCI6InRlc3Q0QGdtYWlsLmNvbSIsImlhdCI6MTc3MDY3ODcwMCwiZXhwIjoxNzcwNzY1MTAwfQ.-3v9NU7KmsmDP-B_ucFjtciuFhSEW_xXfOOJS-9smJI"}]},"isInherited":true,"source":{"_postman_id":"bfc09aad-5fe0-478f-8e08-69817c76519a","id":"bfc09aad-5fe0-478f-8e08-69817c76519a","name":"Category","type":"folder"}},"urlObject":{"path":["category","6"],"host":[" http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"0133aaa6-c67d-4959-b856-4179ba08ec6d","name":"Get Categoy by id","originalRequest":{"method":"GET","header":[],"url":" http://localhost:3000/category/4"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"ETag","value":"W/\"62-Y2zgvtBHrP1TbcgwCdsl/ktRPLk\""},{"key":"Date","value":"Mon, 09 Feb 2026 23:12:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Category retrieved successfully\",\n    \"data\": {\n        \"id\": 4,\n        \"category\": \"romantis\"\n    }\n}"}],"_postman_id":"626dc4ab-1373-4d26-98a6-1cbf22f73311"},{"name":"Create Category","id":"6467f43f-19d7-4053-bfc7-7803ad47a514","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"category\": \"romantis\"\n}","options":{"raw":{"language":"json"}}},"url":" http://localhost:3000/category","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEwLCJlbWFpbCI6InRlc3Q0QGdtYWlsLmNvbSIsImlhdCI6MTc3MDY3ODcwMCwiZXhwIjoxNzcwNzY1MTAwfQ.-3v9NU7KmsmDP-B_ucFjtciuFhSEW_xXfOOJS-9smJI"}]},"isInherited":true,"source":{"_postman_id":"bfc09aad-5fe0-478f-8e08-69817c76519a","id":"bfc09aad-5fe0-478f-8e08-69817c76519a","name":"Category","type":"folder"}},"urlObject":{"path":["category"],"host":[" http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"ee00eb51-4ef1-45f9-a9f5-502d986b2ece","name":"Create Category","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"category\": \"romantis\"\n}","options":{"raw":{"language":"json"}}},"url":" http://localhost:3000/category"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"96"},{"key":"ETag","value":"W/\"60-tb9G6jyRxxcfsD1/67Pi0Lowwbg\""},{"key":"Date","value":"Mon, 09 Feb 2026 23:12:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Category created successfully\",\n    \"data\": {\n        \"id\": 4,\n        \"category\": \"romantis\"\n    }\n}"}],"_postman_id":"6467f43f-19d7-4053-bfc7-7803ad47a514"},{"name":"Update Category","id":"db01d3a1-90bd-4c13-b286-665ecc3692fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"category\": \"romantis update\"\n}","options":{"raw":{"language":"json"}}},"url":" http://localhost:3000/category/6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEwLCJlbWFpbCI6InRlc3Q0QGdtYWlsLmNvbSIsImlhdCI6MTc3MDY3ODcwMCwiZXhwIjoxNzcwNzY1MTAwfQ.-3v9NU7KmsmDP-B_ucFjtciuFhSEW_xXfOOJS-9smJI"}]},"isInherited":true,"source":{"_postman_id":"bfc09aad-5fe0-478f-8e08-69817c76519a","id":"bfc09aad-5fe0-478f-8e08-69817c76519a","name":"Category","type":"folder"}},"urlObject":{"path":["category","6"],"host":[" http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"3debdf2c-50fd-4540-9c8c-5c7e1fdbb53f","name":"Update Category","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"category\": \"romantis update\"\n}","options":{"raw":{"language":"json"}}},"url":" http://localhost:3000/category/4"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"103"},{"key":"ETag","value":"W/\"67-IyA1qAOMli9bSBdpJOu9DQhqW8A\""},{"key":"Date","value":"Mon, 09 Feb 2026 23:12:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Category updated successfully\",\n    \"data\": {\n        \"id\": 4,\n        \"category\": \"romantis update\"\n    }\n}"}],"_postman_id":"db01d3a1-90bd-4c13-b286-665ecc3692fa"},{"name":"Delete Category","id":"cb8ec608-e40d-4a70-8865-a734145ab401","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":" http://localhost:3000/category/5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEwLCJlbWFpbCI6InRlc3Q0QGdtYWlsLmNvbSIsImlhdCI6MTc3MDY3ODcwMCwiZXhwIjoxNzcwNzY1MTAwfQ.-3v9NU7KmsmDP-B_ucFjtciuFhSEW_xXfOOJS-9smJI"}]},"isInherited":true,"source":{"_postman_id":"bfc09aad-5fe0-478f-8e08-69817c76519a","id":"bfc09aad-5fe0-478f-8e08-69817c76519a","name":"Category","type":"folder"}},"urlObject":{"path":["category","5"],"host":[" http://localhost:3000"],"query":[],"variable":[]}},"response":[{"id":"8caf5205-9d2c-4ff0-89c4-32552089e7a6","name":"Delete Category","originalRequest":{"method":"DELETE","header":[],"url":" http://localhost:3000/category/5"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"89"},{"key":"ETag","value":"W/\"59-Om51L0A8lqRORVafbWmvaefROAw\""},{"key":"Date","value":"Mon, 09 Feb 2026 23:21:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Category deleted successfully\",\n    \"data\": {\n        \"category\": \"romantis\"\n    }\n}"}],"_postman_id":"cb8ec608-e40d-4a70-8865-a734145ab401"}],"id":"bfc09aad-5fe0-478f-8e08-69817c76519a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEwLCJlbWFpbCI6InRlc3Q0QGdtYWlsLmNvbSIsImlhdCI6MTc3MDY3ODcwMCwiZXhwIjoxNzcwNzY1MTAwfQ.-3v9NU7KmsmDP-B_ucFjtciuFhSEW_xXfOOJS-9smJI"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"c49d179c-3b7a-4fd8-9359-726e13109c9b","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"4b47bce5-c98a-474c-af94-2a2b88054e76","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"_postman_id":"bfc09aad-5fe0-478f-8e08-69817c76519a","description":""}],"event":[{"listen":"prerequest","script":{"id":"5c74596c-cf4f-497b-a044-0f2567a4bacd","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"ec2e3871-b999-499b-b754-6d9868c51532","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"url","value":" http://localhost:3000"},{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEwLCJlbWFpbCI6InRlc3Q0QGdtYWlsLmNvbSIsImlhdCI6MTc3MDY3ODcwMCwiZXhwIjoxNzcwNzY1MTAwfQ.-3v9NU7KmsmDP-B_ucFjtciuFhSEW_xXfOOJS-9smJI"}]}