{"info":{"_postman_id":"bc7c45a5-b368-4900-aa38-94a2ab4892fe","name":"dipi","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"22179931","collectionId":"bc7c45a5-b368-4900-aa38-94a2ab4892fe","publishedId":"2s9YymG4qJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-22T07:59:24.000Z"},"item":[{"name":"Users","item":[{"name":"Register","id":"6d20acfb-2a4d-46bd-bc4f-75b7b3cd0a39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Andira Kartan\",\r\n    \"email\" : \"andira@dira.com\",\r\n    \"password\" : \"andira1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/users/register","urlObject":{"path":["users","register"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"acbf033f-fc3d-45b0-b2ba-fed6923b2c93","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"dhesdk\",\r\n    \"email\" : \"dhea113@gmail.com\",\r\n    \"password\" : \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/users/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 01:23:39 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"260"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"104-NfEr9E9iHcYP3E8+1+tO4WeYO9A\""},{"key":"X-Powered-By","value":"Express"},{"key":"Apigw-Requestid","value":"Syv8QhD5liAEJWA="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"message\": \"Registration successful\",\n    \"data\": {\n        \"id\": 3,\n        \"name\": \"dhesdk\",\n        \"email\": \"dhea113@gmail.com\",\n        \"password\": \"$2b$10$gVBFOljKWgQfvBUMAREbCugKvLDJQvhdu5BsbXFATfqb.FAUq4M4O\",\n        \"updatedAt\": \"2024-02-08T01:23:39.126Z\",\n        \"createdAt\": \"2024-02-08T01:23:39.126Z\"\n    }\n}"},{"id":"6d718f81-4bb2-451c-8e56-6de5d9268b93","name":"Already Registered","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"dhesdk\",\r\n    \"email\" : \"dhea113@gmail.com\",\r\n    \"password\" : \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/users/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 01:23:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"40-miA1UtA9nj7MpderHqgis0HDqis\""},{"key":"Apigw-Requestid","value":"Syv-Cgh2FiAEJig="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"Email is already registered\",\n    \"data\": null\n}"}],"_postman_id":"6d20acfb-2a4d-46bd-bc4f-75b7b3cd0a39"},{"name":"Login","id":"fca3180a-82c9-4a87-a98a-262e61727819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"dhea112@gmail.com\",\r\n    \"password\" : \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/users/login","urlObject":{"path":["users","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7b687c97-1190-4d80-92fb-09d47693a671","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"dhea112@gmail.com\",\r\n    \"password\" : \"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 01:24:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"437"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"1b5-58ShQ2RsDbwLiSjWhNoF2bwsoz8\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"SywEjgoiFiAEJ-g="}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc\",\n    \"user\": {\n        \"id\": 1,\n        \"name\": \"dhesdk\",\n        \"email\": \"dhea112@gmail.com\",\n        \"password\": \"$2b$10$TcBwuvbUTn7pp095bv7RheACyXfDMyAlW5xVoL9rwOfsCQsUhL/eu\",\n        \"location\": null,\n        \"bio\": null,\n        \"profile\": null,\n        \"address\": null,\n        \"phone\": null,\n        \"createdAt\": \"2024-02-07T22:45:19.000Z\",\n        \"updatedAt\": \"2024-02-07T22:45:19.000Z\"\n    }\n}"},{"id":"badfcd9b-0e31-4778-b846-1cb9afd49c33","name":"Failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"dhea112@gmail.com\",\r\n    \"password\" : \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/users/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 01:24:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"38-59enNGvPxEVf37IdgDz7eQLRXBE\""},{"key":"Apigw-Requestid","value":"SywGyg4oliAEJaQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 401,\n    \"message\": \"Invalid credentials\",\n    \"data\": null\n}"}],"_postman_id":"fca3180a-82c9-4a87-a98a-262e61727819"},{"name":"UpdateProfile","id":"4a624281-3195-4c49-8d05-065d5464f853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1eebc482-2505-4020-9afc-3691d31e81b2"},{"key":"bio","value":"tes","type":"text"},{"key":"location","value":"testes","type":"text"},{"key":"address","value":"djfhksjdf","type":"text"},{"key":"phone","value":"83483245","type":"text"}]},"url":"{{url}}/users","urlObject":{"path":["users"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"20c1d233-5eb0-4318-8dfe-385e1e3519f1","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1eebc482-2505-4020-9afc-3691d31e81b2"},{"key":"bio","value":"tes","type":"text"},{"key":"location","value":"testes","type":"text"},{"key":"address","value":"djfhksjdf","type":"text"},{"key":"phone","value":"83483245","type":"text"}]},"url":"{{url}}/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 01:50:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"441"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"1b9-4hZKJKbnmaekcwhdX980OZSQnMg\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Syz2SgpEliAEJ_g="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Update user successfully\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"dhesdk\",\n        \"email\": \"dhea112@gmail.com\",\n        \"password\": \"$2b$10$TcBwuvbUTn7pp095bv7RheACyXfDMyAlW5xVoL9rwOfsCQsUhL/eu\",\n        \"location\": \"testes\",\n        \"bio\": \"tes\",\n        \"profile\": \"https://res.cloudinary.com/drlam8rrl/image/upload/v1707357019/uploads/crhf1quokb65w6ndkmtc.png\",\n        \"address\": \"djfhksjdf\",\n        \"phone\": \"83483245\",\n        \"createdAt\": \"2024-02-07T22:45:19.000Z\",\n        \"updatedAt\": \"2024-02-08T01:50:20.844Z\"\n    }\n}"}],"_postman_id":"4a624281-3195-4c49-8d05-065d5464f853"},{"name":"GetProfile","id":"5b961827-4504-46c7-9394-539a0fb2f2f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzMyNTgyOCwiZXhwIjoxNzA3MzI5NDI4fQ.GhYFisyG6RnGmTHMFs3FIMaHO6VkbfAfeZDSSymIZ2U","type":"text"}],"url":"{{url}}/users/1","urlObject":{"path":["users","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c93ed746-c128-4e95-9a0c-d664ad7ad5db","name":"GetProfileById","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzMyNTgyOCwiZXhwIjoxNzA3MzI5NDI4fQ.GhYFisyG6RnGmTHMFs3FIMaHO6VkbfAfeZDSSymIZ2U","type":"text"}],"url":"{{url}}/users/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 01:52:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"427"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"1ab-L1am6g/fBnfFg7GddC85BC9M7HI\""},{"key":"Apigw-Requestid","value":"Sy0HdjwrFiAEJfQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"User found\",\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"dhesdk\",\n        \"email\": \"dhea112@gmail.com\",\n        \"password\": \"$2b$10$TcBwuvbUTn7pp095bv7RheACyXfDMyAlW5xVoL9rwOfsCQsUhL/eu\",\n        \"location\": \"testes\",\n        \"bio\": \"tes\",\n        \"profile\": \"https://res.cloudinary.com/drlam8rrl/image/upload/v1707357019/uploads/crhf1quokb65w6ndkmtc.png\",\n        \"address\": \"djfhksjdf\",\n        \"phone\": \"83483245\",\n        \"createdAt\": \"2024-02-07T22:45:19.000Z\",\n        \"updatedAt\": \"2024-02-08T01:50:20.000Z\"\n    }\n}"},{"id":"019c5ee3-d0b7-446c-acd6-5036d9a084ac","name":"GetAllProfile","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzMyNTgyOCwiZXhwIjoxNzA3MzI5NDI4fQ.GhYFisyG6RnGmTHMFs3FIMaHO6VkbfAfeZDSSymIZ2U","type":"text"}],"url":"{{url}}/users/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 01:52:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"978"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"3d2-Joo2ZLFOJCz3McW73rOwADpVFsI\""},{"key":"Apigw-Requestid","value":"Sy0JqjMpliAEJYw="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Users found\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"dhesdk\",\n            \"email\": \"dhea112@gmail.com\",\n            \"password\": \"$2b$10$TcBwuvbUTn7pp095bv7RheACyXfDMyAlW5xVoL9rwOfsCQsUhL/eu\",\n            \"location\": \"testes\",\n            \"bio\": \"tes\",\n            \"profile\": \"https://res.cloudinary.com/drlam8rrl/image/upload/v1707357019/uploads/crhf1quokb65w6ndkmtc.png\",\n            \"address\": \"djfhksjdf\",\n            \"phone\": \"83483245\",\n            \"createdAt\": \"2024-02-07T22:45:19.000Z\",\n            \"updatedAt\": \"2024-02-08T01:50:20.000Z\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"dhesdk\",\n            \"email\": \"dhea1@gmail.com\",\n            \"password\": \"$2b$10$.nX95A80vgmL3zVyO.gpzub/OA4LzoBpkO8Lktm4vdIwXReE82IEu\",\n            \"location\": null,\n            \"bio\": null,\n            \"profile\": null,\n            \"address\": null,\n            \"phone\": null,\n            \"createdAt\": \"2024-02-08T01:20:33.000Z\",\n            \"updatedAt\": \"2024-02-08T01:20:33.000Z\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"dhesdk\",\n            \"email\": \"dhea113@gmail.com\",\n            \"password\": \"$2b$10$gVBFOljKWgQfvBUMAREbCugKvLDJQvhdu5BsbXFATfqb.FAUq4M4O\",\n            \"location\": null,\n            \"bio\": null,\n            \"profile\": null,\n            \"address\": null,\n            \"phone\": null,\n            \"createdAt\": \"2024-02-08T01:23:39.000Z\",\n            \"updatedAt\": \"2024-02-08T01:23:39.000Z\"\n        }\n    ]\n}"}],"_postman_id":"5b961827-4504-46c7-9394-539a0fb2f2f0"}],"id":"99402f1c-36b6-4aed-b24a-1006dc4f94c2","_postman_id":"99402f1c-36b6-4aed-b24a-1006dc4f94c2","description":""},{"name":"Inovation","item":[{"name":"createInovation","id":"17ca5b91-1352-455d-b3e1-47f3c9c318d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_name\": \"Nama Inovasi\",\r\n    \"description\": \"Deskripsi Inovasi\",\r\n    \"city_id\": \"1\",\r\n    \"image\": \"URL Gambar\",\r\n    \"video\": \"URL Video\",\r\n    \"amount\": 50000,\r\n    \"duration\": 30,\r\n    \"category_id\": \"2\",\r\n    \"package_names\": [\r\n        \"Paket Donasi 1\",\r\n        \"Paket Donasi 2\",\r\n        \"Paket Donasi 3\"\r\n    ],\r\n    \"package_nominals\": [\r\n        10000,\r\n        25000,\r\n        50000\r\n    ],\r\n    \"package_descriptions\": [\r\n        \"Deskripsi Paket 1\",\r\n        \"Deskripsi Paket 2\",\r\n        \"Deskripsi Paket 3\"\r\n    ],\r\n    \"package_souvenirs\": [\r\n        \"Deskripsi Souvenir 1\",\r\n        \"Deskripsi Souvenir 2\",\r\n        \"Deskripsi Souvenir 3\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/inovation","urlObject":{"path":["inovation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"22cfe424-9606-408c-86c2-7d5be9604aaa","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_name\": \"Nama Inovasi\",\r\n    \"description\": \"Deskripsi Inovasi\",\r\n    \"city_id\": \"1\",\r\n    \"image\": \"URL Gambar\",\r\n    \"video\": \"URL Video\",\r\n    \"amount\": 50000,\r\n    \"duration\": 30,\r\n    \"category_id\": \"ID Kategori\",\r\n    \"package_names\": [\r\n        \"Paket Donasi 1\",\r\n        \"Paket Donasi 2\",\r\n        \"Paket Donasi 3\"\r\n    ],\r\n    \"package_nominals\": [\r\n        10000,\r\n        25000,\r\n        50000\r\n    ],\r\n    \"package_descriptions\": [\r\n        \"Deskripsi Paket 1\",\r\n        \"Deskripsi Paket 2\",\r\n        \"Deskripsi Paket 3\"\r\n    ],\r\n    \"package_souvenirs\": [\r\n        \"Deskripsi Souvenir 1\",\r\n        \"Deskripsi Souvenir 2\",\r\n        \"Deskripsi Souvenir 3\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/inovation"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 01:53:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1068"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"42c-f+t2jvM8dYu8HC/0d9Dym7Qb9Uc\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy0RdgkrliAEJaQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"message\": \"Create innovation and donation packages successfully\",\n    \"data\": {\n        \"innovation\": {\n            \"createdAt\": \"2024-02-08T01:53:13.064Z\",\n            \"updatedAt\": \"2024-02-08T01:53:13.064Z\",\n            \"id\": 1,\n            \"inovation_name\": \"Nama Inovasi\",\n            \"description\": \"Deskripsi Inovasi\",\n            \"city_id\": \"1\",\n            \"image\": \"URL Gambar\",\n            \"video\": \"URL Video\",\n            \"amount\": 50000,\n            \"user_id\": 1,\n            \"duration\": 30,\n            \"category_id\": \"ID Kategori\",\n            \"flag_active\": true\n        },\n        \"packages\": [\n            {\n                \"id\": 1,\n                \"inovation_id\": 1,\n                \"package_name\": \"Paket Donasi 1\",\n                \"nominal\": 10000,\n                \"description\": \"Deskripsi Paket 1\",\n                \"souvenir\": \"Deskripsi Souvenir 1\",\n                \"updatedAt\": \"2024-02-08T01:53:13.100Z\",\n                \"createdAt\": \"2024-02-08T01:53:13.100Z\"\n            },\n            {\n                \"id\": 2,\n                \"inovation_id\": 1,\n                \"package_name\": \"Paket Donasi 2\",\n                \"nominal\": 25000,\n                \"description\": \"Deskripsi Paket 2\",\n                \"souvenir\": \"Deskripsi Souvenir 2\",\n                \"updatedAt\": \"2024-02-08T01:53:13.112Z\",\n                \"createdAt\": \"2024-02-08T01:53:13.112Z\"\n            },\n            {\n                \"id\": 3,\n                \"inovation_id\": 1,\n                \"package_name\": \"Paket Donasi 3\",\n                \"nominal\": 50000,\n                \"description\": \"Deskripsi Paket 3\",\n                \"souvenir\": \"Deskripsi Souvenir 3\",\n                \"updatedAt\": \"2024-02-08T01:53:13.131Z\",\n                \"createdAt\": \"2024-02-08T01:53:13.131Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"17ca5b91-1352-455d-b3e1-47f3c9c318d1"},{"name":"updateInovation","id":"04c30076-f5c7-4230-97cc-371cebf5e06b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_name\": \"Nama Inovasi yang Diperbarui\",\r\n    \"description\": \"Deskripsi Inovasi yang Diperbarui\",\r\n    \"city_id\": \"2\",\r\n    \"image\": \"URL Gambar yang Diperbarui\",\r\n    \"video\": \"URL Video yang Diperbarui\",\r\n    \"amount\": 75000,\r\n    \"duration\": 45,\r\n    \"category_id\": \"ID Kategori yang Diperbarui\",\r\n    \"package_names\": [\r\n        \"Paket Donasi 1 yang Diperbarui\",\r\n        \"Paket Donasi 2 yang Diperbarui\",\r\n        \"Paket Donasi 3 yang Diperbarui\"\r\n    ],\r\n    \"package_nominals\": [\r\n        20000,\r\n        50000,\r\n        100000\r\n    ],\r\n    \"package_descriptions\": [\r\n        \"Deskripsi Paket 1 yang Diperbarui\",\r\n        \"Deskripsi Paket 2 yang Diperbarui\",\r\n        \"Deskripsi Paket 3 yang Diperbarui\"\r\n    ],\r\n    \"package_souvenirs\": [\r\n        \"Deskripsi Souvenir 1\",\r\n        \"Deskripsi Souvenir 2\",\r\n        \"Deskripsi Souvenir 3\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/inovation/1","urlObject":{"path":["inovation","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"81f72cce-8fef-477d-aae2-88286b579050","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_name\": \"Nama Inovasi yang Diperbarui\",\r\n    \"description\": \"Deskripsi Inovasi yang Diperbarui\",\r\n    \"city_id\": \"2\",\r\n    \"image\": \"URL Gambar yang Diperbarui\",\r\n    \"video\": \"URL Video yang Diperbarui\",\r\n    \"amount\": 75000,\r\n    \"duration\": 45,\r\n    \"category_id\": \"ID Kategori yang Diperbarui\",\r\n    \"package_names\": [\r\n        \"Paket Donasi 1 yang Diperbarui\",\r\n        \"Paket Donasi 2 yang Diperbarui\",\r\n        \"Paket Donasi 3 yang Diperbarui\"\r\n    ],\r\n    \"package_nominals\": [\r\n        20000,\r\n        50000,\r\n        100000\r\n    ],\r\n    \"package_descriptions\": [\r\n        \"Deskripsi Paket 1 yang Diperbarui\",\r\n        \"Deskripsi Paket 2 yang Diperbarui\",\r\n        \"Deskripsi Paket 3 yang Diperbarui\"\r\n    ],\r\n    \"package_souvenirs\": [\r\n        \"Deskripsi Souvenir 1\",\r\n        \"Deskripsi Souvenir 2\",\r\n        \"Deskripsi Souvenir 3\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/inovation/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 01:55:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"481"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"1e1-KDg7428FRtswzX8saWXjWJM/9E0\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy0mWgSgFiAEJPA="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Inovation and Donation Packages updated successfully\",\n    \"data\": {\n        \"id\": 1,\n        \"user_id\": 1,\n        \"category_id\": \"ID Kategori yang Diperbarui\",\n        \"inovation_name\": \"Nama Inovasi yang Diperbarui\",\n        \"description\": \"Deskripsi Inovasi yang Diperbarui\",\n        \"city_id\": \"2\",\n        \"image\": \"URL Gambar yang Diperbarui\",\n        \"video\": \"URL Video yang Diperbarui\",\n        \"amount\": 75000,\n        \"duration\": 45,\n        \"total_support\": null,\n        \"flag_active\": true,\n        \"createdAt\": \"2024-02-08T01:53:13.000Z\",\n        \"updatedAt\": \"2024-02-08T01:55:26.811Z\"\n    }\n}"},{"id":"775d0960-a911-4e22-b774-9b1a95dedfa5","name":"NotYours","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_name\": \"Nama Inovasi yang Diperbarui\",\r\n    \"description\": \"Deskripsi Inovasi yang Diperbarui\",\r\n    \"city_id\": \"2\",\r\n    \"image\": \"URL Gambar yang Diperbarui\",\r\n    \"video\": \"URL Video yang Diperbarui\",\r\n    \"amount\": 75000,\r\n    \"duration\": 45,\r\n    \"category_id\": \"ID Kategori yang Diperbarui\",\r\n    \"package_names\": [\r\n        \"Paket Donasi 1 yang Diperbarui\",\r\n        \"Paket Donasi 2 yang Diperbarui\",\r\n        \"Paket Donasi 3 yang Diperbarui\"\r\n    ],\r\n    \"package_nominals\": [\r\n        20000,\r\n        50000,\r\n        100000\r\n    ],\r\n    \"package_descriptions\": [\r\n        \"Deskripsi Paket 1 yang Diperbarui\",\r\n        \"Deskripsi Paket 2 yang Diperbarui\",\r\n        \"Deskripsi Paket 3 yang Diperbarui\"\r\n    ],\r\n    \"package_souvenirs\": [\r\n        \"Deskripsi Souvenir 1\",\r\n        \"Deskripsi Souvenir 2\",\r\n        \"Deskripsi Souvenir 3\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/inovation/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 01:57:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"38-n9Shumm1u1gsyCA8z6T889f0MmI\""},{"key":"Apigw-Requestid","value":"Sy01zhnUFiAEJig="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 401,\n    \"message\": \"Inovation not yours\",\n    \"data\": null\n}"},{"id":"3162b539-f224-4bce-a340-5e0dcfb62054","name":"NotFound","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_name\": \"Nama Inovasi yang Diperbarui\",\r\n    \"description\": \"Deskripsi Inovasi yang Diperbarui\",\r\n    \"city_id\": \"2\",\r\n    \"image\": \"URL Gambar yang Diperbarui\",\r\n    \"video\": \"URL Video yang Diperbarui\",\r\n    \"amount\": 75000,\r\n    \"duration\": 45,\r\n    \"category_id\": \"ID Kategori yang Diperbarui\",\r\n    \"package_names\": [\r\n        \"Paket Donasi 1 yang Diperbarui\",\r\n        \"Paket Donasi 2 yang Diperbarui\",\r\n        \"Paket Donasi 3 yang Diperbarui\"\r\n    ],\r\n    \"package_nominals\": [\r\n        20000,\r\n        50000,\r\n        100000\r\n    ],\r\n    \"package_descriptions\": [\r\n        \"Deskripsi Paket 1 yang Diperbarui\",\r\n        \"Deskripsi Paket 2 yang Diperbarui\",\r\n        \"Deskripsi Paket 3 yang Diperbarui\"\r\n    ],\r\n    \"package_souvenirs\": [\r\n        \"Deskripsi Souvenir 1\",\r\n        \"Deskripsi Souvenir 2\",\r\n        \"Deskripsi Souvenir 3\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/inovation/6"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 01:57:31 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"38-QMAUenh7H7FfZ0U6nxYBw7nhNBI\""},{"key":"Apigw-Requestid","value":"Sy051gwEFiAEJvg="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"Inovation not found\",\n    \"data\": null\n}"}],"_postman_id":"04c30076-f5c7-4230-97cc-371cebf5e06b"},{"name":"deleteInovation","id":"68c430cb-49cd-4c1a-8ee6-ad7ee027c8ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/inovation/3","urlObject":{"path":["inovation","3"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a903a9dc-5791-40a1-8d6f-e6dd6ded8488","name":"NotYours","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/inovation/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:29:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"38-n9Shumm1u1gsyCA8z6T889f0MmI\""},{"key":"X-Powered-By","value":"Express"},{"key":"Apigw-Requestid","value":"Sy5mXiK_liAEJdA="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 401,\n    \"message\": \"Inovation not yours\",\n    \"data\": null\n}"},{"id":"5b092ecc-2875-4e9c-af70-1abfdb9928a2","name":"NotFound","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/inovation/5"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:30:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"38-QMAUenh7H7FfZ0U6nxYBw7nhNBI\""},{"key":"Apigw-Requestid","value":"Sy5tYjf9FiAEJBg="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"Inovation not found\",\n    \"data\": null\n}"},{"id":"2375689e-9be2-4235-96e7-e40a766ce24d","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/inovation/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:30:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"43-gqpxMr1klWfhnHP59aAmNEfAgv0\""},{"key":"Apigw-Requestid","value":"Sy5w5hKEFiAEJbA="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Inovation deleted successfully\",\n    \"data\": null\n}"}],"_postman_id":"68c430cb-49cd-4c1a-8ee6-ad7ee027c8ba"},{"name":"getInovationById","id":"7834031b-ba36-4688-b747-ba4a6fe784af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/inovation/1","urlObject":{"path":["inovation","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2a619c46-27f3-41fb-9847-eb63d6371d3f","name":"NotFound","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNjI5MjA0MSwiZXhwIjoxNzA2Mjk1NjQxfQ.W6jLXMBZ6N8dWFMgdOd4g0WAVaupRIJJGXcvR2ukyko","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/inovation/6"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:22:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"38-QMAUenh7H7FfZ0U6nxYBw7nhNBI\""},{"key":"Apigw-Requestid","value":"Sy4ngiS3FiAEJdg="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"Inovation not found\",\n    \"data\": null\n}"},{"id":"2163ac0f-d08c-4049-84dd-01365b3620d2","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNjI5MjA0MSwiZXhwIjoxNzA2Mjk1NjQxfQ.W6jLXMBZ6N8dWFMgdOd4g0WAVaupRIJJGXcvR2ukyko","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/inovation/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:23:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"414"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"19e-zCymmvXN5aQV2ON0WwrXfVI+w/0\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy4puj3aliAEJbA="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Inovation found\",\n    \"data\": {\n        \"id\": 1,\n        \"user_id\": 1,\n        \"category_id\": 0,\n        \"inovation_name\": \"Nama Inovasi yang Diperbarui\",\n        \"description\": \"Deskripsi Inovasi yang Diperbarui\",\n        \"city_id\": 2,\n        \"image\": \"URL Gambar yang Diperbarui\",\n        \"video\": \"URL Video yang Diperbarui\",\n        \"amount\": 75000,\n        \"duration\": 45,\n        \"total_support\": 9000,\n        \"flag_active\": true,\n        \"createdAt\": \"2024-02-08T01:53:13.000Z\",\n        \"updatedAt\": \"2024-02-08T02:00:28.000Z\"\n    }\n}"}],"_postman_id":"7834031b-ba36-4688-b747-ba4a6fe784af"},{"name":"getInovation","id":"cc178be6-0fdc-4264-bd9d-428df7c92f6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/inovation","urlObject":{"path":["inovation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"681d3c77-e120-4326-80f9-d783dae3b8d5","name":"getAll","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{url}}/inovation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:24:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1029"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"405-OuAy5OD9Q3pOOtGhxTAhMR/Sy04\""},{"key":"X-Powered-By","value":"Express"},{"key":"Apigw-Requestid","value":"Sy45ejZRliAEJaQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Get Inovations Success\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"user_id\": 1,\n            \"category_id\": 0,\n            \"inovation_name\": \"Nama Inovasi yang Diperbarui\",\n            \"description\": \"Deskripsi Inovasi yang Diperbarui\",\n            \"city_id\": 2,\n            \"image\": \"URL Gambar yang Diperbarui\",\n            \"video\": \"URL Video yang Diperbarui\",\n            \"amount\": 75000,\n            \"duration\": 45,\n            \"total_support\": 9000,\n            \"flag_active\": true,\n            \"createdAt\": \"2024-02-08T01:53:13.000Z\",\n            \"updatedAt\": \"2024-02-08T02:00:28.000Z\"\n        },\n        {\n            \"id\": 2,\n            \"user_id\": 1,\n            \"category_id\": 0,\n            \"inovation_name\": \"Nama Inovasi\",\n            \"description\": \"Deskripsi Inovasi\",\n            \"city_id\": 1,\n            \"image\": \"URL Gambar\",\n            \"video\": \"URL Video\",\n            \"amount\": 50000,\n            \"duration\": 30,\n            \"total_support\": null,\n            \"flag_active\": true,\n            \"createdAt\": \"2024-02-08T02:24:25.000Z\",\n            \"updatedAt\": \"2024-02-08T02:24:25.000Z\"\n        },\n        {\n            \"id\": 3,\n            \"user_id\": 3,\n            \"category_id\": 0,\n            \"inovation_name\": \"Nama Inovasi\",\n            \"description\": \"Deskripsi Inovasi\",\n            \"city_id\": 1,\n            \"image\": \"URL Gambar\",\n            \"video\": \"URL Video\",\n            \"amount\": 50000,\n            \"duration\": 30,\n            \"total_support\": null,\n            \"flag_active\": true,\n            \"createdAt\": \"2024-02-08T02:24:36.000Z\",\n            \"updatedAt\": \"2024-02-08T02:24:36.000Z\"\n        }\n    ]\n}"},{"id":"00e40c7b-0957-482f-9478-8c3c88ec2c33","name":"getByUserId","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/inovation?user_id=1","host":["{{url}}"],"path":["inovation"],"query":[{"key":"user_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:25:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"726"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"2d6-oN8ERTHTg1nYX3yTrNOn2hy9tGw\""},{"key":"Apigw-Requestid","value":"Sy49oizqliAEJNw="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Get Inovations Success\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"user_id\": 1,\n            \"category_id\": 0,\n            \"inovation_name\": \"Nama Inovasi yang Diperbarui\",\n            \"description\": \"Deskripsi Inovasi yang Diperbarui\",\n            \"city_id\": 2,\n            \"image\": \"URL Gambar yang Diperbarui\",\n            \"video\": \"URL Video yang Diperbarui\",\n            \"amount\": 75000,\n            \"duration\": 45,\n            \"total_support\": 9000,\n            \"flag_active\": true,\n            \"createdAt\": \"2024-02-08T01:53:13.000Z\",\n            \"updatedAt\": \"2024-02-08T02:00:28.000Z\"\n        },\n        {\n            \"id\": 2,\n            \"user_id\": 1,\n            \"category_id\": 0,\n            \"inovation_name\": \"Nama Inovasi\",\n            \"description\": \"Deskripsi Inovasi\",\n            \"city_id\": 1,\n            \"image\": \"URL Gambar\",\n            \"video\": \"URL Video\",\n            \"amount\": 50000,\n            \"duration\": 30,\n            \"total_support\": null,\n            \"flag_active\": true,\n            \"createdAt\": \"2024-02-08T02:24:25.000Z\",\n            \"updatedAt\": \"2024-02-08T02:24:25.000Z\"\n        }\n    ]\n}"},{"id":"c719640b-224a-451c-bb2c-dbc571500a0e","name":"getByCategoryId","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/inovation?category_id=2","host":["{{url}}"],"path":["inovation"],"query":[{"key":"category_id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:26:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"359"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"167-+83iofxjNkkv2klX8zK/0pMfgDs\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy5JNj7kFiAEJbA="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Get Inovations Success\",\n    \"data\": [\n        {\n            \"id\": 4,\n            \"user_id\": 3,\n            \"category_id\": 2,\n            \"inovation_name\": \"Nama Inovasi\",\n            \"description\": \"Deskripsi Inovasi\",\n            \"city_id\": 1,\n            \"image\": \"URL Gambar\",\n            \"video\": \"URL Video\",\n            \"amount\": 50000,\n            \"duration\": 30,\n            \"total_support\": null,\n            \"flag_active\": true,\n            \"createdAt\": \"2024-02-08T02:26:14.000Z\",\n            \"updatedAt\": \"2024-02-08T02:26:14.000Z\"\n        }\n    ]\n}"},{"id":"e8a1753c-1fa2-4c66-aaa2-1650be92c3fd","name":"getByCityId","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/inovation?city_id=2","host":["{{url}}"],"path":["inovation"],"query":[{"key":"city_id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:27:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"423"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"1a7-e3lBiLLGfWdldSROYRV/CoL3Jbk\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy5WFh_0FiAEJcw="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Get Inovations Success\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"user_id\": 1,\n            \"category_id\": 0,\n            \"inovation_name\": \"Nama Inovasi yang Diperbarui\",\n            \"description\": \"Deskripsi Inovasi yang Diperbarui\",\n            \"city_id\": 2,\n            \"image\": \"URL Gambar yang Diperbarui\",\n            \"video\": \"URL Video yang Diperbarui\",\n            \"amount\": 75000,\n            \"duration\": 45,\n            \"total_support\": 9000,\n            \"flag_active\": true,\n            \"createdAt\": \"2024-02-08T01:53:13.000Z\",\n            \"updatedAt\": \"2024-02-08T02:00:28.000Z\"\n        }\n    ]\n}"},{"id":"39044212-f7fc-4e5f-9632-19371cd3d6c0","name":"sortByLatest","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/inovation?sort=latest","host":["{{url}}"],"path":["inovation"],"query":[{"key":"sort","value":"latest"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:28:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1332"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"534-zORd09MRWs8a2OCFREoqsvfj2uc\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy5c1i1MFiAEJzw="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Get Inovations Success\",\n    \"data\": [\n        {\n            \"id\": 4,\n            \"user_id\": 3,\n            \"category_id\": 2,\n            \"inovation_name\": \"Nama Inovasi\",\n            \"description\": \"Deskripsi Inovasi\",\n            \"city_id\": 1,\n            \"image\": \"URL Gambar\",\n            \"video\": \"URL Video\",\n            \"amount\": 50000,\n            \"duration\": 30,\n            \"total_support\": null,\n            \"flag_active\": true,\n            \"createdAt\": \"2024-02-08T02:26:14.000Z\",\n            \"updatedAt\": \"2024-02-08T02:26:14.000Z\"\n        },\n        {\n            \"id\": 3,\n            \"user_id\": 3,\n            \"category_id\": 0,\n            \"inovation_name\": \"Nama Inovasi\",\n            \"description\": \"Deskripsi Inovasi\",\n            \"city_id\": 1,\n            \"image\": \"URL Gambar\",\n            \"video\": \"URL Video\",\n            \"amount\": 50000,\n            \"duration\": 30,\n            \"total_support\": null,\n            \"flag_active\": true,\n            \"createdAt\": \"2024-02-08T02:24:36.000Z\",\n            \"updatedAt\": \"2024-02-08T02:24:36.000Z\"\n        },\n        {\n            \"id\": 2,\n            \"user_id\": 1,\n            \"category_id\": 0,\n            \"inovation_name\": \"Nama Inovasi\",\n            \"description\": \"Deskripsi Inovasi\",\n            \"city_id\": 1,\n            \"image\": \"URL Gambar\",\n            \"video\": \"URL Video\",\n            \"amount\": 50000,\n            \"duration\": 30,\n            \"total_support\": null,\n            \"flag_active\": true,\n            \"createdAt\": \"2024-02-08T02:24:25.000Z\",\n            \"updatedAt\": \"2024-02-08T02:24:25.000Z\"\n        },\n        {\n            \"id\": 1,\n            \"user_id\": 1,\n            \"category_id\": 0,\n            \"inovation_name\": \"Nama Inovasi yang Diperbarui\",\n            \"description\": \"Deskripsi Inovasi yang Diperbarui\",\n            \"city_id\": 2,\n            \"image\": \"URL Gambar yang Diperbarui\",\n            \"video\": \"URL Video yang Diperbarui\",\n            \"amount\": 75000,\n            \"duration\": 45,\n            \"total_support\": 9000,\n            \"flag_active\": true,\n            \"createdAt\": \"2024-02-08T01:53:13.000Z\",\n            \"updatedAt\": \"2024-02-08T02:00:28.000Z\"\n        }\n    ]\n}"}],"_postman_id":"cc178be6-0fdc-4264-bd9d-428df7c92f6e"},{"name":"uploadImage","id":"f8da54db-8b1a-4301-9f9d-d83ce2c9b404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/hp/Downloads/Inov5_user5.jpg"],"src":"postman-cloud:///1eec7dff-6d6f-40e0-8ff6-b6942f483d56"}]},"url":"{{url}}/inovation/uploadImage","urlObject":{"path":["inovation","uploadImage"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0830a099-ce34-4664-9fa1-781fe085e458","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1eebc482-2505-4020-9afc-3691d31e81b2"}]},"url":"{{url}}/inovation/uploadImage"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:22:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"8f-zs4L0SRY0dv7c7MZpCONR8dnzys\""},{"key":"Apigw-Requestid","value":"Sy4hxhz1FiAEJzg="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"message\": \"Upload success\",\n    \"data\": \"https://res.cloudinary.com/drlam8rrl/image/upload/v1707358936/uploads/t15c3pdfsj21ujck9l5w.png\"\n}"}],"_postman_id":"f8da54db-8b1a-4301-9f9d-d83ce2c9b404"},{"name":"uploadVideo","id":"11082a17-4910-4a29-91c7-9d84d83faed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"video","type":"file","src":"postman-cloud:///1eebc6c2-818a-4e20-8149-49a83c0166e8"}]},"url":"{{url}}/inovation/uploadvideo","urlObject":{"path":["inovation","uploadvideo"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8486e5c4-04ef-453d-a200-5ffce1a535fd","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"video","type":"file","src":"postman-cloud:///1eebc6c2-818a-4e20-8149-49a83c0166e8"}]},"url":"{{url}}/inovation/uploadvideo"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:21:44 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"8f-MhkxN6Z/bwZHGrjqY3g3Zp38Mco\""},{"key":"X-Powered-By","value":"Express"},{"key":"Apigw-Requestid","value":"Sy4cejzWFiAEJ3Q="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"message\": \"Upload success\",\n    \"data\": \"https://res.cloudinary.com/drlam8rrl/video/upload/v1707358903/uploads/uribb1i3evipk2t4iocz.mp4\"\n}"}],"_postman_id":"11082a17-4910-4a29-91c7-9d84d83faed5"}],"id":"e0b71edb-e98e-4539-a079-4f3bee521c9d","_postman_id":"e0b71edb-e98e-4539-a079-4f3bee521c9d","description":""},{"name":"DonatePackage","item":[{"name":"deletePackage","id":"6eed37e1-b4a6-41ba-aede-3f0394297893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/package/1/1","urlObject":{"path":["package","1","1"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2537859d-622b-4381-b6a1-794ea8af239c","name":"InovationNotYours","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/package/1/1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:15:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"close"},{"key":"etag","value":"W/\"38-n9Shumm1u1gsyCA8z6T889f0MmI\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy3hohCZliAEJdg="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 401,\n    \"message\": \"Inovation not yours\",\n    \"data\": null\n}"},{"id":"6b91b477-8f75-4ad3-9cc0-dfe434e3314f","name":"InovationNotFound","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/package/2/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:15:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"38-QMAUenh7H7FfZ0U6nxYBw7nhNBI\""},{"key":"Apigw-Requestid","value":"Sy3mTh8oFiAEJBg="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"Inovation not found\",\n    \"data\": null\n}"},{"id":"e1fd9de1-703f-4beb-abb9-bb5300be7d2a","name":"PackageNotFound","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/package/1/5"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:16:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"36-foDC8Yx7RXZM7WyJiUehpGZtVx8\""},{"key":"Apigw-Requestid","value":"Sy3rGiJXliAEJmg="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"Package not found\",\n    \"data\": null\n}"},{"id":"15609afb-e21e-4861-bdbb-68afa7903265","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url}}/package/1/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:16:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"41-PaO4iFCHVFbDiYPhDfF8190dVj4\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy3uWgywliAEJ_g="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Package deleted successfully\",\n    \"data\": null\n}"}],"_postman_id":"6eed37e1-b4a6-41ba-aede-3f0394297893"},{"name":"getByInovationId","id":"6a885661-3c4f-4817-8354-a20c5d3e55fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/package?inovation_id=1","urlObject":{"path":["package"],"host":["{{url}}"],"query":[{"key":"inovation_id","value":"1"}],"variable":[]}},"response":[{"id":"d862b8ab-1e17-49db-ba88-c40d7b410ce3","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/package?inovation_id=1","host":["{{url}}"],"path":["package"],"query":[{"key":"inovation_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:14:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"811"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"32b-c/eHxtHyXVSkmxZMqOZ7e197Isk\""},{"key":"Apigw-Requestid","value":"Sy3YDgP1liAEJug="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Get Packages Success\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"inovation_id\": 1,\n            \"package_name\": \"Paket Donasi 1 yang Diperbarui\",\n            \"nominal\": 20000,\n            \"description\": \"Deskripsi Paket 1 yang Diperbarui\",\n            \"souvenir\": \"Deskripsi Souvenir 1\",\n            \"createdAt\": \"2024-02-08T01:53:13.000Z\",\n            \"updatedAt\": \"2024-02-08T01:55:26.000Z\"\n        },\n        {\n            \"id\": 2,\n            \"inovation_id\": 1,\n            \"package_name\": \"Paket Donasi 2 yang Diperbarui\",\n            \"nominal\": 50000,\n            \"description\": \"Deskripsi Paket 2 yang Diperbarui\",\n            \"souvenir\": \"Deskripsi Souvenir 2\",\n            \"createdAt\": \"2024-02-08T01:53:13.000Z\",\n            \"updatedAt\": \"2024-02-08T01:55:26.000Z\"\n        },\n        {\n            \"id\": 3,\n            \"inovation_id\": 1,\n            \"package_name\": \"Paket Donasi 3 yang Diperbarui\",\n            \"nominal\": 100000,\n            \"description\": \"Deskripsi Paket 3 yang Diperbarui\",\n            \"souvenir\": \"Deskripsi Souvenir 3\",\n            \"createdAt\": \"2024-02-08T01:53:13.000Z\",\n            \"updatedAt\": \"2024-02-08T01:55:26.000Z\"\n        }\n    ]\n}"}],"_postman_id":"6a885661-3c4f-4817-8354-a20c5d3e55fd"}],"id":"7cea09f0-02b7-4c82-9d10-5a2539e8f8b8","_postman_id":"7cea09f0-02b7-4c82-9d10-5a2539e8f8b8","description":""},{"name":"Article","item":[{"name":"createArticle","id":"dd42e25b-8b69-420b-8bb3-8c23212d7079","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_id\" : \"1\",\r\n    \"description\" : \"tes\",\r\n    \"title\" : \"tess\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/article","urlObject":{"path":["article"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6922b9fa-f287-414d-8d90-8d6bdfae2a1a","name":"NotYours","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_id\" : \"1\",\r\n    \"description\" : \"tes\",\r\n    \"title\" : \"tess\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/article"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:03:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"38-n9Shumm1u1gsyCA8z6T889f0MmI\""},{"key":"Apigw-Requestid","value":"Sy1zOhHKliAEJ3Q="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 401,\n    \"message\": \"Inovation not yours\",\n    \"data\": null\n}"},{"id":"9b7fadde-8a68-4e1f-80bd-dc5b36445fa0","name":"NotFound","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_id\" : \"5\",\r\n    \"description\" : \"tes\",\r\n    \"title\" : \"tess\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/article"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:04:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"38-QMAUenh7H7FfZ0U6nxYBw7nhNBI\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy14IizhliAEJWA="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"Inovation not found\",\n    \"data\": null\n}"},{"id":"1c3df515-992a-4666-b6ad-b29b1c7f5496","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_id\" : \"1\",\r\n    \"description\" : \"tes\",\r\n    \"title\" : \"tess\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/article"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:04:24 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"220"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"dc-gGBiZgTFe52DmxubnHE/a7rXfDU\""},{"key":"Apigw-Requestid","value":"Sy16ViuAliAEJdA="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"message\": \"Article created successfully\",\n    \"data\": {\n        \"createdAt\": \"2024-02-08T02:04:24.314Z\",\n        \"updatedAt\": \"2024-02-08T02:04:24.315Z\",\n        \"id\": 1,\n        \"inovation_id\": \"1\",\n        \"description\": \"tes\",\n        \"flag_active\": true,\n        \"title\": \"tess\"\n    }\n}"}],"_postman_id":"dd42e25b-8b69-420b-8bb3-8c23212d7079"},{"name":"updateArticle","id":"b61c5b6d-4733-48a8-98c1-c05cf84ec7c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_id\" : \"1\",\r\n    \"description\" : \"tes\",\r\n    \"title\" : \"tess\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://nice-cowboy-boots-pike.cyclic.app/article/1","urlObject":{"protocol":"https","path":["article","1"],"host":["nice-cowboy-boots-pike","cyclic","app"],"query":[],"variable":[]}},"response":[{"id":"fc039be4-78ac-4614-aafc-4f9e79129b9f","name":"InovationNotYours","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_id\" : \"1\",\r\n    \"description\" : \"tes\",\r\n    \"title\" : \"tess\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/article/1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:07:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"38-n9Shumm1u1gsyCA8z6T889f0MmI\""},{"key":"X-Powered-By","value":"Express"},{"key":"Apigw-Requestid","value":"Sy2UMignliAEJPA="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 401,\n    \"message\": \"Inovation not yours\",\n    \"data\": null\n}"},{"id":"36298e30-a80d-487d-bd71-e11f37b22d2f","name":"InovationNotFound","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_id\" : \"2\",\r\n    \"description\" : \"tes\",\r\n    \"title\" : \"tess\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/article/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:07:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"38-QMAUenh7H7FfZ0U6nxYBw7nhNBI\""},{"key":"Apigw-Requestid","value":"Sy2aXiaPliAEJaA="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"Inovation not found\",\n    \"data\": null\n}"},{"id":"926e69eb-14da-4a3d-b19e-b4df3a6e17b4","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_id\" : \"1\",\r\n    \"description\" : \"tes\",\r\n    \"title\" : \"tess\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/article/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:08:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"220"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"dc-ba30AgDOqNiAZAEYCH3RG4y0NvM\""},{"key":"Apigw-Requestid","value":"Sy2cfjF8liAEJKg="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Article updated successfully\",\n    \"data\": {\n        \"id\": 1,\n        \"inovation_id\": \"1\",\n        \"description\": \"tes\",\n        \"flag_active\": true,\n        \"title\": \"tess\",\n        \"createdAt\": \"2024-02-08T02:04:24.000Z\",\n        \"updatedAt\": \"2024-02-08T02:08:02.932Z\"\n    }\n}"},{"id":"67f0925d-0b52-4019-b965-dd9069a1258e","name":"ArticleNotFound","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_id\" : \"1\",\r\n    \"description\" : \"tes\",\r\n    \"title\" : \"tess\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/article/2"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:08:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"36-cf8t/hbbzABtJIWdDpjTXisYie8\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy2eph-EliAEJ6Q="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"Article not found\",\n    \"data\": null\n}"}],"_postman_id":"b61c5b6d-4733-48a8-98c1-c05cf84ec7c8"},{"name":"softDeleteArticle","id":"a78d3406-05bd-40b4-ac9c-0f4e35684f72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://nice-cowboy-boots-pike.cyclic.app/article/1/1","urlObject":{"protocol":"https","path":["article","1","1"],"host":["nice-cowboy-boots-pike","cyclic","app"],"query":[{"disabled":true,"key":"inovation_id","value":"6"}],"variable":[]}},"response":[{"id":"d039c9c5-e560-4043-9b77-9a93aeb838a8","name":"InovationNotFound","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"inovation_id","value":"6","type":"text"},{"key":"description","value":"tess","type":"text"},{"key":"file","type":"file","src":"postman-cloud:///1eebc482-2505-4020-9afc-3691d31e81b2"}]},"url":{"raw":"{{url}}/article/6/1","host":["{{url}}"],"path":["article","6","1"],"query":[{"key":"inovation_id","value":"6","type":"text","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:11:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"38-QMAUenh7H7FfZ0U6nxYBw7nhNBI\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy28ThPZFiAEJwA="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"Inovation not found\",\n    \"data\": null\n}"},{"id":"2c3ae861-e6ea-4c4c-9e62-e1b9adf0470b","name":"InovationNotYours","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/article/1/1","host":["{{url}}"],"path":["article","1","1"],"query":[{"key":"inovation_id","value":"6","type":"text","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:12:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"38-n9Shumm1u1gsyCA8z6T889f0MmI\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy3EmjzGFiAEJ3Q="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 401,\n    \"message\": \"Inovation not yours\",\n    \"data\": null\n}"},{"id":"fce9637c-90aa-41a7-af00-3bbbba210a59","name":"ArticleNotFound","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/article/1/4","host":["{{url}}"],"path":["article","1","4"],"query":[{"key":"inovation_id","value":"6","type":"text","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:12:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"36-cf8t/hbbzABtJIWdDpjTXisYie8\""},{"key":"Apigw-Requestid","value":"Sy3JajykFiAEJvg="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"Article not found\",\n    \"data\": null\n}"},{"id":"9747ba24-f879-49d0-bb32-f6bbc1a16b72","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{url}}/article/1/1","host":["{{url}}"],"path":["article","1","1"],"query":[{"key":"inovation_id","value":"6","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:13:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"41-xVVB1A3XUzjEoT1iVfHx6NnenFs\""},{"key":"Apigw-Requestid","value":"Sy3L5g7oFiAEJ3Q="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Article deleted successfully\",\n    \"data\": null\n}"}],"_postman_id":"a78d3406-05bd-40b4-ac9c-0f4e35684f72"},{"name":"getArticleByInivationId","id":"f170ef9d-887f-4fff-8024-47beef3e7dc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/article?inovation_id=1","urlObject":{"path":["article"],"host":["{{url}}"],"query":[{"key":"inovation_id","value":"1"}],"variable":[]}},"response":[{"id":"498b7eac-0f2c-40bc-8b4d-5d9697c13fe7","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/article?inovation_id=1","host":["{{url}}"],"path":["article"],"query":[{"key":"inovation_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:09:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"212"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"d4-WfUvCqd5UkRwXSsQpLcXEJGQAp8\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy2rVg5GliAEJig="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Get Articles Success\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"inovation_id\": 1,\n            \"description\": \"tes\",\n            \"flag_active\": true,\n            \"title\": \"tess\",\n            \"createdAt\": \"2024-02-08T02:04:24.000Z\",\n            \"updatedAt\": \"2024-02-08T02:08:57.000Z\"\n        }\n    ]\n}"}],"_postman_id":"f170ef9d-887f-4fff-8024-47beef3e7dc4"}],"id":"dc2c4c99-579e-4e47-b74a-a3cca0a3075d","_postman_id":"dc2c4c99-579e-4e47-b74a-a3cca0a3075d","description":""},{"name":"Support","item":[{"name":"createSupport","id":"aa4f58f0-e053-45ca-9e0b-25bd11d198bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_id\": \"1\",\r\n    \"nominal\": \"10000\",\r\n    \"package_id\" : \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/support","urlObject":{"path":["support"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a20301c0-4cee-4f83-aa98-7a557c040d65","name":"inovationNotFound","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_id\": \"2\",\r\n    \"nominal\": \"10000\",\r\n    \"package_id\" : \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/support"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:00:00 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"38-QMAUenh7H7FfZ0U6nxYBw7nhNBI\""},{"key":"Apigw-Requestid","value":"Sy1RIhA7liAEJdA="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 404,\n    \"message\": \"Inovation not found\",\n    \"data\": null\n}"},{"id":"58f4887e-e747-4512-9c70-0462f7f5a9bc","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"inovation_id\": \"1\",\r\n    \"nominal\": \"10000\",\r\n    \"package_id\" : \"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/support"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:00:28 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"222"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"de-b6OX5PbBwZvez+8qXs7QU0bttw4\""},{"key":"X-Powered-By","value":"Express"},{"key":"Apigw-Requestid","value":"Sy1VahmNliAEJdA="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 201,\n    \"message\": \"Support created successfully\",\n    \"data\": {\n        \"createdAt\": \"2024-02-08T02:00:28.054Z\",\n        \"id\": 1,\n        \"giver_id\": 3,\n        \"inovation_id\": \"1\",\n        \"package_id\": \"1\",\n        \"nominal\": 9000,\n        \"fee\": 1000,\n        \"updatedAt\": \"2024-02-08T02:00:28.054Z\"\n    }\n}"}],"_postman_id":"aa4f58f0-e053-45ca-9e0b-25bd11d198bd"},{"name":"getByInovationId","id":"f16ae9c6-57e7-459e-b40d-1ffce0996f5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"url":"{{url}}/support/getbyinovation","urlObject":{"path":["support","getbyinovation"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"830a751b-b1f6-4b31-991d-a57238023804","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjEsImlhdCI6MTcwNzM1NTQ3MiwiZXhwIjoxNzA3MzU5MDcyfQ.fsQCGiD8J5L-pnEt-uAifUPEB5FdSFUpVaoTNuQAakc","type":"text"}],"url":"{{url}}/support/getbyinovation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:01:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"864"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"360-o29Uq+hywIlOXUys87xmgJ43Rjo\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy1gBjWXFiAEJdg="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Get Support successfully\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"user_id\": 1,\n            \"category_id\": 0,\n            \"inovation_name\": \"Nama Inovasi yang Diperbarui\",\n            \"description\": \"Deskripsi Inovasi yang Diperbarui\",\n            \"city_id\": 2,\n            \"image\": \"URL Gambar yang Diperbarui\",\n            \"video\": \"URL Video yang Diperbarui\",\n            \"amount\": 75000,\n            \"duration\": 45,\n            \"total_support\": 9000,\n            \"flag_active\": true,\n            \"createdAt\": \"2024-02-08T01:53:13.000Z\",\n            \"updatedAt\": \"2024-02-08T02:00:28.000Z\",\n            \"supports\": [\n                {\n                    \"id\": 1,\n                    \"nominal\": 9000,\n                    \"inovation_id\": 1,\n                    \"giver_id\": 3,\n                    \"package_id\": 1,\n                    \"fee\": 1000,\n                    \"createdAt\": \"2024-02-08T02:00:28.000Z\",\n                    \"updatedAt\": \"2024-02-08T02:00:28.000Z\",\n                    \"packageDonate\": {\n                        \"id\": 1,\n                        \"inovation_id\": 1,\n                        \"package_name\": \"Paket Donasi 1 yang Diperbarui\",\n                        \"nominal\": 20000,\n                        \"description\": \"Deskripsi Paket 1 yang Diperbarui\",\n                        \"souvenir\": \"Deskripsi Souvenir 1\",\n                        \"createdAt\": \"2024-02-08T01:53:13.000Z\",\n                        \"updatedAt\": \"2024-02-08T01:55:26.000Z\"\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"f16ae9c6-57e7-459e-b40d-1ffce0996f5c"},{"name":"getBygiver","id":"2c16175b-7338-4fc6-a73a-2bd909b83b93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"url":"{{url}}/support/getbygiver","urlObject":{"path":["support","getbygiver"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d348fb00-7ca8-4997-8e26-85769014c273","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOjMsImlhdCI6MTcwNzM1NzM5MywiZXhwIjoxNzA3MzYwOTkzfQ.sAExWhphc1Jepyyxfoo0P_VsBHog8wXdS6n4SnlxlFM","type":"text"}],"url":"{{url}}/support/getbygiver"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 02:02:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"620"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"26c-u2NAJhcZsTwMiW2A9a8/+EcyxtY\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy1pqjEcliAEJYw="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Get Support successfully\",\n    \"data\": {\n        \"supports\": [\n            {\n                \"id\": 1,\n                \"nominal\": 9000,\n                \"inovation_id\": 1,\n                \"giver_id\": 3,\n                \"package_id\": 1,\n                \"fee\": 1000,\n                \"createdAt\": \"2024-02-08T02:00:28.000Z\",\n                \"updatedAt\": \"2024-02-08T02:00:28.000Z\",\n                \"supports\": {\n                    \"id\": 1,\n                    \"user_id\": 1,\n                    \"category_id\": 0,\n                    \"inovation_name\": \"Nama Inovasi yang Diperbarui\",\n                    \"description\": \"Deskripsi Inovasi yang Diperbarui\",\n                    \"city_id\": 2,\n                    \"image\": \"URL Gambar yang Diperbarui\",\n                    \"video\": \"URL Video yang Diperbarui\",\n                    \"amount\": 75000,\n                    \"duration\": 45,\n                    \"total_support\": 9000,\n                    \"flag_active\": true,\n                    \"createdAt\": \"2024-02-08T01:53:13.000Z\",\n                    \"updatedAt\": \"2024-02-08T02:00:28.000Z\"\n                }\n            }\n        ],\n        \"total\": 9000\n    }\n}"}],"_postman_id":"2c16175b-7338-4fc6-a73a-2bd909b83b93"}],"id":"d80717ee-5c39-49a1-88c3-47ec02d708ef","_postman_id":"d80717ee-5c39-49a1-88c3-47ec02d708ef","description":""},{"name":"Location","item":[{"name":"getCities","id":"bfa114f3-6bfa-415a-9a5c-622496ff21d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/cities?province=Aceh","urlObject":{"path":["cities"],"host":["{{url}}"],"query":[{"key":"province","value":"Aceh"}],"variable":[]}},"response":[{"id":"94cfc306-e32d-4d92-a821-ed3c0ba6b4aa","name":"getAll","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/cities","host":["{{url}}"],"path":["cities"],"query":[{"key":"province","value":"Aceh","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 01:58:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3146"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"c4a-c1UWDrJrHGLW68tP8m9YSK7hflk\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy1FchnJliAEJzw="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Get Cities Success\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Kabupaten Aceh Barat\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Kabupaten Aceh Barat Daya\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Kabupaten Aceh Besar\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Kabupaten Aceh Jaya\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Kabupaten Aceh Selatan\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Kabupaten Aceh Singkil\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Kabupaten Aceh Tamiang\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Kabupaten Aceh Tengah\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Kabupaten Aceh Tenggara\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Kabupaten Aceh Timur\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Kabupaten Aceh Utara\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Kabupaten Bener Meriah\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Kabupaten Bireuen\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Kabupaten Gayo Lues\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Kabupaten Nagan Raya\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Kabupaten Pidie\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Kabupaten Pidie Jaya\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Kabupaten Simeulue\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Kota Banda Aceh\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Kota Langsa\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 21,\n            \"name\": \"Kota Lhokseumawe\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 22,\n            \"name\": \"Kota Sabang\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 23,\n            \"name\": \"Kota Subulussalam\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        }\n    ]\n}"},{"id":"38b305c2-a80b-401b-a1fc-43f1073378eb","name":"getByProvince","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{url}}/cities?province=Aceh","host":["{{url}}"],"path":["cities"],"query":[{"key":"province","value":"Aceh"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Feb 2024 01:59:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3154"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"c52-FjPv+727ypK3MtrAhuzbPVJJj7o\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"Sy1IeidxFiAEJvg="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Get Cities in Aceh Success\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Kabupaten Aceh Barat\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Kabupaten Aceh Barat Daya\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Kabupaten Aceh Besar\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Kabupaten Aceh Jaya\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Kabupaten Aceh Selatan\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Kabupaten Aceh Singkil\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Kabupaten Aceh Tamiang\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Kabupaten Aceh Tengah\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Kabupaten Aceh Tenggara\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Kabupaten Aceh Timur\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Kabupaten Aceh Utara\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Kabupaten Bener Meriah\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Kabupaten Bireuen\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Kabupaten Gayo Lues\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Kabupaten Nagan Raya\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Kabupaten Pidie\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Kabupaten Pidie Jaya\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Kabupaten Simeulue\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Kota Banda Aceh\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Kota Langsa\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 21,\n            \"name\": \"Kota Lhokseumawe\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 22,\n            \"name\": \"Kota Sabang\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 23,\n            \"name\": \"Kota Subulussalam\",\n            \"province\": \"Aceh\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        }\n    ]\n}"}],"_postman_id":"bfa114f3-6bfa-415a-9a5c-622496ff21d8"}],"id":"d9353575-ef0b-462b-8f3f-77c1286ad6ee","_postman_id":"d9353575-ef0b-462b-8f3f-77c1286ad6ee","description":""},{"name":"Category","item":[{"name":"GetCategories","id":"83c8942c-9634-4259-a331-726790b2f323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url}}/category","urlObject":{"path":["category"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"ab3f0992-c29f-4ece-9f20-d500aa59af82","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{url}}/category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 10 Feb 2024 09:37:36 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"512"},{"key":"Connection","value":"keep-alive"},{"key":"etag","value":"W/\"200-MVFWOV8LPrFf1AY1UO9wPL62vvM\""},{"key":"X-Powered-By","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"Apigw-Requestid","value":"S6eKli8FIE0EJmQ="}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Categories found\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"category_name\": \"Kerajinan\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 2,\n            \"category_name\": \"Makanan & Minuman\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 3,\n            \"category_name\": \"Acara\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        },\n        {\n            \"id\": 4,\n            \"category_name\": \"Digital\",\n            \"createdAt\": \"2024-02-07T20:20:36.000Z\",\n            \"updatedAt\": \"2024-02-07T20:20:36.000Z\"\n        }\n    ]\n}"}],"_postman_id":"83c8942c-9634-4259-a331-726790b2f323"}],"id":"3fff289e-9644-4bab-aa25-8facd6482397","_postman_id":"3fff289e-9644-4bab-aa25-8facd6482397","description":""}]}