{"info":{"_postman_id":"147e634d-14f1-4e2c-af9d-e4314a927be2","name":"Hon","description":"<html><head></head><body><p>Hon is a Simple Book tracer app made with Go + RabbitMQ</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"34415611","collectionId":"147e634d-14f1-4e2c-af9d-e4314a927be2","publishedId":"2sB2xFdnHd","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-06-27T03:55:41.000Z"},"item":[{"name":"Register User","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"2459fd6d-960e-486c-872b-e4dc3d00c4a0"}}],"id":"66cb65bb-b2dc-4c4b-9b16-86b66298cd42","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/10.0.0"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"aosdfjandf@gmail.com\",\n\t\"password\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/api/auth/register","description":"<p>Register a user</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","auth","register"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"66cb65bb-b2dc-4c4b-9b16-86b66298cd42"},{"name":"Login","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"a5d97044-451c-4bc3-9bf4-bd635e60698d"}}],"id":"8192d831-e1e1-4ef9-927e-4d274780352a","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/10.0.0"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"sigma@gmail.com\",\n\t\"password\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/api/auth/login","description":"<p>Login</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","auth","login"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8192d831-e1e1-4ef9-927e-4d274780352a"},{"name":"AddBook","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"8eaf7933-b03f-4d55-b296-4c8c44c2f489"}}],"id":"3d094529-16ce-4211-b28f-fa3431bdc70e","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/10.0.0"},{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJIb24iLCJzdWIiOiI4IiwiZXhwIjoxNzQ4MTc5NTA5LCJuYmYiOjE3NDgwOTMxMDksImlhdCI6MTc0ODA5MzEwOX0.0hJA5BtkRSwRwS5_dFO1KVFcOdzMMtrIGPbW_79hX9Q"}],"body":{"mode":"raw","raw":"{\n\t\"title\": \"GoalBook\",\n\t\"author\": \"AnjasKelas\",\n\t\"total_pages\": 350\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/api/book/","description":"<p>Add a Book</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","book",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d094529-16ce-4211-b28f-fa3431bdc70e"},{"name":"Get All Books","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"993d1590-d895-45c7-9885-6fea50f3ed18"}}],"id":"b9f26735-71d5-4445-a02b-9c0e0b6eddec","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/10.0.0"},{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJIb24iLCJzdWIiOiI4IiwiZXhwIjoxNzQ4MTc5NTA5LCJuYmYiOjE3NDgwOTMxMDksImlhdCI6MTc0ODA5MzEwOX0.0hJA5BtkRSwRwS5_dFO1KVFcOdzMMtrIGPbW_79hX9Q"}],"url":"http://127.0.0.1:3000/api/book/","description":"<p>Get All books</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","book",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9f26735-71d5-4445-a02b-9c0e0b6eddec"},{"name":"Get Book By Id","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"723838e6-7e98-4a98-a4a8-fb16292f4964"}}],"id":"d3ad1acd-5356-44ca-92e6-fe4d6210f39b","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/10.0.0"},{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJIb24iLCJzdWIiOiI4IiwiZXhwIjoxNzQ4MTc5NTA5LCJuYmYiOjE3NDgwOTMxMDksImlhdCI6MTc0ODA5MzEwOX0.0hJA5BtkRSwRwS5_dFO1KVFcOdzMMtrIGPbW_79hX9Q"}],"url":"http://127.0.0.1:3000/api/book/8","description":"<p>Get Book by Id</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","book","8"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3ad1acd-5356-44ca-92e6-fe4d6210f39b"},{"name":"Delete Book By Id","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"2a78a978-2b2e-4fb3-b0f1-6ed182728c62"}}],"id":"499e885d-05c4-4979-bb74-13d37af8b229","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/10.0.0"},{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJIb24iLCJzdWIiOiI4IiwiZXhwIjoxNzQ4MTc5NTA5LCJuYmYiOjE3NDgwOTMxMDksImlhdCI6MTc0ODA5MzEwOX0.0hJA5BtkRSwRwS5_dFO1KVFcOdzMMtrIGPbW_79hX9Q"}],"url":"http://127.0.0.1:3000/api/book/6","description":"<p>Delete book</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","book","6"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"499e885d-05c4-4979-bb74-13d37af8b229"},{"name":"Create Progress","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"c52b8fef-6201-4aae-b33c-1f47a72fbb97"}}],"id":"cc63331f-5ee7-472d-ad09-420645f010cc","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/10.0.0"},{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJIb24iLCJzdWIiOiIxIiwiZXhwIjoxNzQ4OTYwMzI2LCJuYmYiOjE3NDg4NzM5MjYsImlhdCI6MTc0ODg3MzkyNn0.ENXLt6uj5R0cuGTLMZd84SUgatYD4ssHxgN4ztTUEhM"}],"body":{"mode":"raw","raw":"{\n\t\"until_page\": 11,\n\t\"description\": \"Harusnya sih kebuat messagenya goal\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/api/progress/8","description":"<p>Create a progress</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","progress","8"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc63331f-5ee7-472d-ad09-420645f010cc"},{"name":"Cancel latest progress","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"b615cd7a-4558-41f1-a0d2-cd8afc009715"}}],"id":"1e8f6d44-ebaa-45ae-b44b-7d8d1c713802","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/10.0.0"},{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJIb24iLCJzdWIiOiIxIiwiZXhwIjoxNzQ4Nzg4NzkzLCJuYmYiOjE3NDg3MDIzOTMsImlhdCI6MTc0ODcwMjM5M30.vZoofczcBZlidE9PqbZ7qL_tqS2EsyJymtOQsCIWRSs"}],"url":"http://127.0.0.1:3000/api/progress/1","description":"<p>Cancel latest progress, cannot cancel a progress that already created more than 1 hour</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","progress","1"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e8f6d44-ebaa-45ae-b44b-7d8d1c713802"},{"name":"Create Goal","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"547c94f3-8833-4fb6-998a-d63e1ce84ab2"}}],"id":"c5f1e72d-0855-42b8-86e3-3b109f0c940b","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/10.0.0"},{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJIb24iLCJzdWIiOiIxIiwiZXhwIjoxNzQ4OTYwMzI2LCJuYmYiOjE3NDg4NzM5MjYsImlhdCI6MTc0ODg3MzkyNn0.ENXLt6uj5R0cuGTLMZd84SUgatYD4ssHxgN4ztTUEhM"}],"body":{"mode":"raw","raw":"{\n\t\"book_id\": 8,\n\t\"name\": \"DeadlineButFinishedTest\",\n\t\"target_page\": 10,\n\t\"expired_at\": \"2025-06-02T14:43:00Z\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3000/api/goal/","description":"<p>Create a goal</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","goal",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5f1e72d-0855-42b8-86e3-3b109f0c940b"},{"name":"Get All Goals","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"1b6864ec-f793-400c-b9fc-17f99ab58f70"}}],"id":"209f2b42-3519-4cd0-9e80-0752b0284ba8","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/10.0.0"},{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJIb24iLCJzdWIiOiIxIiwiZXhwIjoxNzQ5MDQ1MTA2LCJuYmYiOjE3NDg5NTg3MDYsImlhdCI6MTc0ODk1ODcwNn0.c19d4XYU2SUtE4f1BkPrD2QEw0-p152BLivq-Kz_NJQ"}],"url":"http://127.0.0.1:3000/api/goal/","description":"<p>Get all Goals</p>\n","urlObject":{"protocol":"http","port":"3000","path":["api","goal",""],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"209f2b42-3519-4cd0-9e80-0752b0284ba8"}],"variable":[{"key":"token","value":"JWTOKEN"}]}