{"info":{"_postman_id":"8a61a22c-dd9e-44aa-84bf-96162218075d","name":"FinTrack","description":"<html><head></head><body><p>API Documentation of FinTrack Website</p>\n<p>Made by Annisa Mutia Rahman (Backend Developer)</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"37959814","collectionId":"8a61a22c-dd9e-44aa-84bf-96162218075d","publishedId":"2sB2qfBzgk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-14T09:49:26.000Z"},"item":[{"name":"Autentikasi","item":[{"name":"Read logged in user data","id":"37e9c927-8263-4b1d-9a9e-62d0ac6e3b79","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/auth/users","urlObject":{"path":["api","auth","users"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"04d40145-da83-4b5e-b445-2a4fd2038f49","name":"Read logged in user data","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/auth/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:10:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id_user\": \"5\",\n        \"nama\": \"xixixi\",\n        \"email\": \"xixixi@example.com\",\n        \"email_verified_at\": null,\n        \"created_at\": \"2025-07-14T08:06:48.000000Z\",\n        \"updated_at\": \"2025-07-14T08:06:48.000000Z\"\n    }\n}"}],"_postman_id":"37e9c927-8263-4b1d-9a9e-62d0ac6e3b79"},{"name":"Logout","id":"a397af3c-6f22-4685-b375-9ecbe147783d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"url":"http://127.0.0.1:8000/api/auth/logout","urlObject":{"path":["api","auth","logout"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"0934f8e0-9976-473f-bdef-2f55c804c9e6","name":"Logout","originalRequest":{"method":"POST","header":[],"url":"http://127.0.0.1:8000/api/auth/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:41:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Logout successful\"\n}"}],"_postman_id":"a397af3c-6f22-4685-b375-9ecbe147783d"},{"name":"Login","id":"52f62c92-b65c-4610-b643-200c129b9cb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"xixixi@example.com\",\r\n    \"password\": \"xixixi123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/auth/login","urlObject":{"path":["api","auth","login"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"11512a06-016d-43fb-bb1f-ff752b098777","name":"Login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"xixixi@example.com\",\r\n    \"password\": \"xixixi123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:08:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Login successful.\",\n    \"access_token\": \"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645\",\n    \"token_type\": \"Bearer\",\n    \"user\": {\n        \"id_user\": \"5\",\n        \"nama\": \"xixixi\",\n        \"email\": \"xixixi@example.com\",\n        \"email_verified_at\": null,\n        \"created_at\": \"2025-07-14T08:06:48.000000Z\",\n        \"updated_at\": \"2025-07-14T08:06:48.000000Z\"\n    }\n}"}],"_postman_id":"52f62c92-b65c-4610-b643-200c129b9cb4"},{"name":"Register","id":"d8c50cd6-dbfa-4b4f-a657-abd104298dec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nama\": \"xixixi\",\r\n    \"email\": \"xixixi@example.com\",\r\n    \"password\": \"xixixi123\",\r\n    \"password_confirmation\": \"xixixi123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/auth/register","urlObject":{"path":["api","auth","register"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"6c5c53ce-608e-4394-84e6-577fbfaff6df","name":"Register","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"nama\": \"xixixi\",\r\n    \"email\": \"xixixi@example.com\",\r\n    \"password\": \"xixixi123\",\r\n    \"password_confirmation\": \"xixixi123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:06:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User registered successfully.\",\n    \"user\": {\n        \"id_user\": \"5\",\n        \"nama\": \"xixixi\",\n        \"email\": \"xixixi@example.com\",\n        \"updated_at\": \"2025-07-14T08:06:48.000000Z\",\n        \"created_at\": \"2025-07-14T08:06:48.000000Z\"\n    }\n}"}],"_postman_id":"d8c50cd6-dbfa-4b4f-a657-abd104298dec"}],"id":"5da700ec-4866-4033-bc02-8a5ada49a961","_postman_id":"5da700ec-4866-4033-bc02-8a5ada49a961","description":""},{"name":"Siswa","item":[{"name":"Create kontrak siswa","id":"d46951bf-80e7-4348-be7f-ad7111c27ad4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"nisn","value":"091280239093230","type":"text","uuid":"cc5f4b93-c727-42c7-b467-93aec46ee88a"},{"key":"uang_kbm","value":"1500000","type":"text","uuid":"bd749f54-b4b2-455c-94bb-eed0bdc8abbb"},{"key":"uang_spp","value":"1200000","type":"text","uuid":"a056ee1b-497b-441d-beb4-4691ea14428a"},{"key":"uang_pemeliharaan","value":"1000000","type":"text","uuid":"2cbc8305-5871-4aec-9aaa-1d8285c8010e"},{"key":"uang_sumbangan","value":"50000000","type":"text","uuid":"c317239b-171a-4f11-9de2-8901f26391df"},{"key":"catatan","value":"Kontrak siswa ruditest","type":"text","uuid":"dbdeb899-6081-4de1-95b9-b1f50277cadf"},{"key":"file_kontrak","type":"file","uuid":"63775b88-533a-4d8f-8c92-a76f56a3f7c7","src":"/D:/Sem4/PAD2/NonGIT/Kontrak.pdf"}]},"url":"http://127.0.0.1:8000/api/kontrak","urlObject":{"path":["api","kontrak"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"c8155e2e-2d73-4dcf-a601-024d19b933d8","name":"Create kontrak siswa","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"nisn","value":"091280239093230","type":"text","uuid":"cc5f4b93-c727-42c7-b467-93aec46ee88a"},{"key":"uang_kbm","value":"1500000","type":"text","uuid":"bd749f54-b4b2-455c-94bb-eed0bdc8abbb"},{"key":"uang_spp","value":"1200000","type":"text","uuid":"a056ee1b-497b-441d-beb4-4691ea14428a"},{"key":"uang_pemeliharaan","value":"1000000","type":"text","uuid":"2cbc8305-5871-4aec-9aaa-1d8285c8010e"},{"key":"uang_sumbangan","value":"50000000","type":"text","uuid":"c317239b-171a-4f11-9de2-8901f26391df"},{"key":"catatan","value":"Kontrak siswa ruditest","type":"text","uuid":"dbdeb899-6081-4de1-95b9-b1f50277cadf"},{"key":"file_kontrak","type":"file","uuid":"63775b88-533a-4d8f-8c92-a76f56a3f7c7","src":"/D:/Sem4/PAD2/NonGIT/Kontrak.pdf"}]},"url":"http://127.0.0.1:8000/api/kontrak"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:13:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Kontrak siswa dan tagihan berhasil disimpan.\",\n    \"data\": {\n        \"id_kontrak_siswa\": \"8\",\n        \"id_siswa\": \"18\",\n        \"uang_kbm\": \"1500000\",\n        \"uang_spp\": \"1200000\",\n        \"uang_pemeliharaan\": \"1000000\",\n        \"uang_sumbangan\": \"50000000\",\n        \"catatan\": \"Kontrak siswa ruditest\",\n        \"file_kontrak\": \"storage/kontrak_siswa/kontrak_18.pdf\",\n        \"updated_at\": \"2025-07-14T08:13:35.000000Z\",\n        \"created_at\": \"2025-07-14T08:13:35.000000Z\"\n    }\n}"}],"_postman_id":"d46951bf-80e7-4348-be7f-ad7111c27ad4"},{"name":"Cari siswa","id":"983a4e1f-1ff0-44a4-9515-42961d51118c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://127.0.0.1:8000/api/cari-siswa?query=bu","urlObject":{"path":["api","cari-siswa"],"host":["http://127.0.0.1:8000"],"query":[{"key":"query","value":"bu"}],"variable":[]}},"response":[{"id":"3a1507f6-3701-4f0e-bbd4-ee2fb8ccf55a","name":"Cari siswa","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"http://127.0.0.1:8000/api/cari-siswa?query=bu","host":["http://127.0.0.1:8000"],"path":["api","cari-siswa"],"query":[{"key":"query","value":"bu"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:14:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"id_siswa\": \"17\",\n            \"nisn\": \"1234567898\",\n            \"nama_siswa\": \"Budi Budiman Mandibud\",\n            \"level\": \"XI\",\n            \"akademik\": \"Praxis\"\n        },\n        {\n            \"id_siswa\": \"27\",\n            \"nisn\": \"12345678978\",\n            \"nama_siswa\": \"Budi\",\n            \"level\": \"X\",\n            \"akademik\": \"Praxis\"\n        },\n        {\n            \"id_siswa\": \"28\",\n            \"nisn\": \"123456789878\",\n            \"nama_siswa\": \"Budi\",\n            \"level\": \"X\",\n            \"akademik\": \"Praxis\"\n        },\n        {\n            \"id_siswa\": \"29\",\n            \"nisn\": \"6878679\",\n            \"nama_siswa\": \"Budi\",\n            \"level\": \"X\",\n            \"akademik\": \"Praxis\"\n        },\n        {\n            \"id_siswa\": \"3\",\n            \"nisn\": \"SIS000003\",\n            \"nama_siswa\": \"Budi Santoso\",\n            \"level\": \"X\",\n            \"akademik\": \"Praxis\"\n        },\n        {\n            \"id_siswa\": \"41\",\n            \"nisn\": \"1000012345\",\n            \"nama_siswa\": \"Ahmad Budie\",\n            \"level\": \"III\",\n            \"akademik\": \"Techno\"\n        }\n    ]\n}"}],"_postman_id":"983a4e1f-1ff0-44a4-9515-42961d51118c"},{"name":"Read monitoring siswa techno","id":"5641fef2-79e6-4781-9c6e-3f6819fd977b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/techno/siswa/","urlObject":{"path":["api","techno","siswa",""],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"2edf0ce3-00d3-4520-9c59-9be2532271bb","name":"Read monitoring siswa techno","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/techno/siswa/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:16:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"id_siswa\": \"41\",\n                \"nama_siswa\": \"Ahmad Budie\",\n                \"nisn\": \"1000012345\",\n                \"level\": \"III\",\n                \"kategori\": \"Tidak boarding\",\n                \"akademik\": \"Techno\",\n                \"nama_wali\": \"Budi\",\n                \"no_hp_wali\": \"081234567001\",\n                \"created_at\": \"2025-07-12T12:44:21.000000Z\",\n                \"updated_at\": \"2025-07-13T07:31:52.000000Z\"\n            },\n            {\n                \"id_siswa\": \"45\",\n                \"nama_siswa\": \"Bambang Setiawan\",\n                \"nisn\": \"100005\",\n                \"level\": \"VIII\",\n                \"kategori\": \"Tidak boarding\",\n                \"akademik\": \"Techno\",\n                \"nama_wali\": \"Setiawan\",\n                \"no_hp_wali\": \"081234567005\",\n                \"created_at\": \"2025-07-12T12:44:21.000000Z\",\n                \"updated_at\": \"2025-07-12T12:44:21.000000Z\"\n            },\n            {\n                \"id_siswa\": \"52\",\n                \"nama_siswa\": \"Belda Putri\",\n                \"nisn\": \"12345678888\",\n                \"level\": \"V\",\n                \"kategori\": \"Reguler\",\n                \"akademik\": \"Techno\",\n                \"nama_wali\": \"Pramono\",\n                \"no_hp_wali\": \"089673384911\",\n                \"created_at\": \"2025-07-13T11:39:57.000000Z\",\n                \"updated_at\": \"2025-07-13T11:39:57.000000Z\"\n            },\n            {\n                \"id_siswa\": \"53\",\n                \"nama_siswa\": \"Canaya Putri\",\n                \"nisn\": \"0000000089\",\n                \"level\": \"VI\",\n                \"kategori\": \"Reguler\",\n                \"akademik\": \"Techno\",\n                \"nama_wali\": \"Pramono\",\n                \"no_hp_wali\": \"08999863288\",\n                \"created_at\": \"2025-07-13T11:55:22.000000Z\",\n                \"updated_at\": \"2025-07-13T11:55:22.000000Z\"\n            },\n            {\n                \"id_siswa\": \"42\",\n                \"nama_siswa\": \"Dewi Lestari\",\n                \"nisn\": \"100002\",\n                \"level\": \"VII\",\n                \"kategori\": \"Tidak boarding\",\n                \"akademik\": \"Techno\",\n                \"nama_wali\": \"Lestari\",\n                \"no_hp_wali\": \"081234567002\",\n                \"created_at\": \"2025-07-12T12:44:21.000000Z\",\n                \"updated_at\": \"2025-07-12T12:44:21.000000Z\"\n            },\n            {\n                \"id_siswa\": \"50\",\n                \"nama_siswa\": \"Fitriani Zahra\",\n                \"nisn\": \"100010\",\n                \"level\": \"IX\",\n                \"kategori\": \"Tidak boarding\",\n                \"akademik\": \"Techno\",\n                \"nama_wali\": \"Zahra\",\n                \"no_hp_wali\": \"081234567010\",\n                \"created_at\": \"2025-07-12T12:44:22.000000Z\",\n                \"updated_at\": \"2025-07-12T12:44:22.000000Z\"\n            },\n            {\n                \"id_siswa\": \"47\",\n                \"nama_siswa\": \"Iqbal Ramadhan\",\n                \"nisn\": \"100007\",\n                \"level\": \"IX\",\n                \"kategori\": \"Tidak boarding\",\n                \"akademik\": \"Techno\",\n                \"nama_wali\": \"Ramadhan\",\n                \"no_hp_wali\": \"081234567007\",\n                \"created_at\": \"2025-07-12T12:44:21.000000Z\",\n                \"updated_at\": \"2025-07-12T12:44:21.000000Z\"\n            },\n            {\n                \"id_siswa\": \"46\",\n                \"nama_siswa\": \"Nina Anggraini\",\n                \"nisn\": \"100006\",\n                \"level\": \"VIII\",\n                \"kategori\": \"Tidak boarding\",\n                \"akademik\": \"Techno\",\n                \"nama_wali\": \"Anggraini\",\n                \"no_hp_wali\": \"081234567006\",\n                \"created_at\": \"2025-07-12T12:44:21.000000Z\",\n                \"updated_at\": \"2025-07-12T12:44:21.000000Z\"\n            },\n            {\n                \"id_siswa\": \"43\",\n                \"nama_siswa\": \"Rudi Hartono\",\n                \"nisn\": \"100003\",\n                \"level\": \"VIII\",\n                \"kategori\": \"Tidak boarding\",\n                \"akademik\": \"Techno\",\n                \"nama_wali\": \"Hartono\",\n                \"no_hp_wali\": \"081234567003\",\n                \"created_at\": \"2025-07-12T12:44:21.000000Z\",\n                \"updated_at\": \"2025-07-12T12:44:21.000000Z\"\n            },\n            {\n                \"id_siswa\": \"44\",\n                \"nama_siswa\": \"Sari Melati\",\n                \"nisn\": \"100004\",\n                \"level\": \"VIII\",\n                \"kategori\": \"Tidak boarding\",\n                \"akademik\": \"Techno\",\n                \"nama_wali\": \"Melati\",\n                \"no_hp_wali\": \"081234567004\",\n                \"created_at\": \"2025-07-12T12:44:21.000000Z\",\n                \"updated_at\": \"2025-07-12T12:44:21.000000Z\"\n            }\n        ],\n        \"first_page_url\": \"http://127.0.0.1:8000/api/techno/siswa?page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://127.0.0.1:8000/api/techno/siswa?page=1\",\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/techno/siswa?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"next_page_url\": null,\n        \"path\": \"http://127.0.0.1:8000/api/techno/siswa\",\n        \"per_page\": 10,\n        \"prev_page_url\": null,\n        \"to\": 10,\n        \"total\": 10\n    }\n}"}],"_postman_id":"5641fef2-79e6-4781-9c6e-3f6819fd977b"},{"name":"Create siswa baru techno","id":"80d5160b-900a-4b45-9d3d-7db4b4eaa4cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"nisn\": \"63447127\",\r\n  \"nama_siswa\": \"Hartono\",\r\n  \"level\": \"VI\",\r\n  \"kategori\": \"Reguler\",\r\n  \"nama_wali\": \"Hartono\",\r\n  \"no_hp_wali\": \"08123456789\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/techno/siswa/create","urlObject":{"path":["api","techno","siswa","create"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"9603c396-af28-4033-9f21-0452bd2abe36","name":"Create siswa baru techno","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"nisn\": \"63447127\",\r\n  \"nama_siswa\": \"Hartono\",\r\n  \"level\": \"VI\",\r\n  \"kategori\": \"Reguler\",\r\n  \"nama_wali\": \"Hartono\",\r\n  \"no_hp_wali\": \"08123456789\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/techno/siswa/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:17:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Siswa berhasil ditambahkan\",\n    \"data\": {\n        \"id_siswa\": \"54\",\n        \"nisn\": \"63447127\",\n        \"nama_siswa\": \"Hartono\",\n        \"level\": \"VI\",\n        \"kategori\": \"Reguler\",\n        \"akademik\": \"Techno\",\n        \"nama_wali\": \"Hartono\",\n        \"no_hp_wali\": \"08123456789\",\n        \"updated_at\": \"2025-07-14T08:17:16.000000Z\",\n        \"created_at\": \"2025-07-14T08:17:16.000000Z\"\n    }\n}"}],"_postman_id":"80d5160b-900a-4b45-9d3d-7db4b4eaa4cd"},{"name":"Read detail siswa techno","id":"8464da37-b962-4a69-bc61-7e34820629bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/techno/siswa/detail/52","urlObject":{"path":["api","techno","siswa","detail","52"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"37b64c8c-75d7-4aec-85ea-e1ae955fc47f","name":"Read detail siswa techno","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/techno/siswa/detail/52"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:18:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"id_siswa\": \"52\",\n        \"nama_siswa\": \"Belda Putri\",\n        \"nisn\": \"12345678888\",\n        \"level\": \"V\",\n        \"kategori\": \"Reguler\",\n        \"akademik\": \"Techno\",\n        \"nama_wali\": \"Pramono\",\n        \"no_hp_wali\": \"089673384911\",\n        \"created_at\": \"2025-07-13T11:39:57.000000Z\",\n        \"updated_at\": \"2025-07-13T11:39:57.000000Z\"\n    }\n}"}],"_postman_id":"8464da37-b962-4a69-bc61-7e34820629bc"},{"name":"Update data siswa techno","id":"6610d3f9-11e8-4a7c-8c5e-a6fad2d52df3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nisn\": \"12345678888\",\r\n    \"nama_siswa\": \"Belda Putri (test update)\",\r\n    \"level\": \"V\",\r\n    \"kategori\": \"Reguler\",\r\n    \"nama_wali\": \"Pramono\",\r\n    \"no_hp_wali\": \"089673384911\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/techno/siswa/update/52","urlObject":{"protocol":"http","port":"8000","path":["api","techno","siswa","update","52"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[{"id":"f6284d73-1898-47d7-9bc2-b4fbf6e3bf2f","name":"Update data siswa techno","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nisn\": \"12345678888\",\r\n    \"nama_siswa\": \"Belda Putri (test update)\",\r\n    \"level\": \"V\",\r\n    \"kategori\": \"Reguler\",\r\n    \"nama_wali\": \"Pramono\",\r\n    \"no_hp_wali\": \"089673384911\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/techno/siswa/update/52"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:21:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Siswa berhasil diperbarui\",\n    \"data\": {\n        \"id_siswa\": \"52\",\n        \"nama_siswa\": \"Belda Putri (test update)\",\n        \"nisn\": \"12345678888\",\n        \"level\": \"V\",\n        \"kategori\": \"Reguler\",\n        \"akademik\": \"Techno\",\n        \"nama_wali\": \"Pramono\",\n        \"no_hp_wali\": \"089673384911\",\n        \"created_at\": \"2025-07-13T11:39:57.000000Z\",\n        \"updated_at\": \"2025-07-14T08:21:26.000000Z\"\n    }\n}"}],"_postman_id":"6610d3f9-11e8-4a7c-8c5e-a6fad2d52df3"},{"name":"Delete data siswa techno","id":"759f29c7-989d-4d86-9b4e-abc975049f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:8000/api/techno/siswa/delete/52","urlObject":{"path":["api","techno","siswa","delete","52"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"8025afc1-04aa-443f-b078-5f751ada19cb","name":"Delete data siswa techno","originalRequest":{"method":"DELETE","header":[],"url":"http://127.0.0.1:8000/api/techno/siswa/delete/52"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:22:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Siswa berhasil dihapus\"\n}"}],"_postman_id":"759f29c7-989d-4d86-9b4e-abc975049f67"}],"id":"ca5b36cf-77ba-457d-a247-55317f350a25","_postman_id":"ca5b36cf-77ba-457d-a247-55317f350a25","description":""},{"name":"Pendapatan Umum","item":[{"name":"Read monitoring umum praxis","id":"3b57a3d0-58d1-4b20-9314-e3d69b9cc1e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-praxis","urlObject":{"path":["api","monitoring-praxis"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"7d3fc4a2-87d4-41ca-8c2d-211279cf5960","name":"Read monitoring umum praxis (Page 2)","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:8000/api/monitoring-praxis?page=2","host":["http://127.0.0.1:8000"],"path":["api","monitoring-praxis"],"query":[{"key":"page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:23:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data siswa Praxis berhasil diambil\",\n    \"data\": {\n        \"current_page\": 2,\n        \"data\": [\n            {\n                \"id_siswa\": \"12\",\n                \"nama_siswa\": \"Felicia Wijaya\",\n                \"level\": \"X\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"19\",\n                \"nama_siswa\": \"James Bond\",\n                \"level\": \"-\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"11\",\n                \"nama_siswa\": \"Kevin Jonathan\",\n                \"level\": \"-\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"24\",\n                \"nama_siswa\": \"Peter Kristian\",\n                \"level\": \"XI\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"9\",\n                \"nama_siswa\": \"Rizky Ramadhan\",\n                \"level\": \"X\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"18\",\n                \"nama_siswa\": \"Rudi Kurniawan\",\n                \"level\": \"XII\",\n                \"tagihan\": [\n                    {\n                        \"nama_tagihan\": \"SPP\",\n                        \"nominal\": 1200000\n                    },\n                    {\n                        \"nama_tagihan\": \"KBM\",\n                        \"nominal\": 1500000\n                    },\n                    {\n                        \"nama_tagihan\": \"Pemeliharaan\",\n                        \"nominal\": 1000000\n                    },\n                    {\n                        \"nama_tagihan\": \"Sumbangan\",\n                        \"nominal\": 50000000\n                    }\n                ]\n            },\n            {\n                \"id_siswa\": \"14\",\n                \"nama_siswa\": \"Santo Suruh\",\n                \"level\": \"XII\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"2\",\n                \"nama_siswa\": \"Siti Aminah\",\n                \"level\": \"X\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"22\",\n                \"nama_siswa\": \"testes\",\n                \"level\": \"X\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"34\",\n                \"nama_siswa\": \"Testing Murid\",\n                \"level\": \"XI\",\n                \"tagihan\": []\n            }\n        ],\n        \"first_page_url\": \"http://127.0.0.1:8000/api/monitoring-praxis?page=1\",\n        \"from\": 11,\n        \"last_page\": 3,\n        \"last_page_url\": \"http://127.0.0.1:8000/api/monitoring-praxis?page=3\",\n        \"links\": [\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-praxis?page=1\",\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-praxis?page=1\",\n                \"label\": \"1\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-praxis?page=2\",\n                \"label\": \"2\",\n                \"active\": true\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-praxis?page=3\",\n                \"label\": \"3\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-praxis?page=3\",\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"next_page_url\": \"http://127.0.0.1:8000/api/monitoring-praxis?page=3\",\n        \"path\": \"http://127.0.0.1:8000/api/monitoring-praxis\",\n        \"per_page\": 10,\n        \"prev_page_url\": \"http://127.0.0.1:8000/api/monitoring-praxis?page=1\",\n        \"to\": 20,\n        \"total\": 26\n    }\n}"},{"id":"ff689f38-cce7-4800-9906-3a506da569de","name":"Read monitoring umum praxis (Page 1)","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-praxis"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:24:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data siswa Praxis berhasil diambil\",\n    \"data\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"id_siswa\": \"5\",\n                \"nama_siswa\": \"Agus Prasetyo\",\n                \"level\": \"-\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"33\",\n                \"nama_siswa\": \"ASSIFA KHAIRU NISA\",\n                \"level\": \"XI\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"16\",\n                \"nama_siswa\": \"Atika\",\n                \"level\": \"-\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"29\",\n                \"nama_siswa\": \"Budi\",\n                \"level\": \"X\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"27\",\n                \"nama_siswa\": \"Budi\",\n                \"level\": \"X\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"28\",\n                \"nama_siswa\": \"Budi\",\n                \"level\": \"X\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"17\",\n                \"nama_siswa\": \"Budi Budiman Mandibud\",\n                \"level\": \"XI\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"3\",\n                \"nama_siswa\": \"Budi Santoso\",\n                \"level\": \"X\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"4\",\n                \"nama_siswa\": \"Dewi Lestari\",\n                \"level\": \"X\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"32\",\n                \"nama_siswa\": \"FAUZAN NASRUL\",\n                \"level\": \"X\",\n                \"tagihan\": []\n            }\n        ],\n        \"first_page_url\": \"http://127.0.0.1:8000/api/monitoring-praxis?page=1\",\n        \"from\": 1,\n        \"last_page\": 3,\n        \"last_page_url\": \"http://127.0.0.1:8000/api/monitoring-praxis?page=3\",\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-praxis?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-praxis?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-praxis?page=3\",\n                \"label\": \"3\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-praxis?page=2\",\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"next_page_url\": \"http://127.0.0.1:8000/api/monitoring-praxis?page=2\",\n        \"path\": \"http://127.0.0.1:8000/api/monitoring-praxis\",\n        \"per_page\": 10,\n        \"prev_page_url\": null,\n        \"to\": 10,\n        \"total\": 26\n    }\n}"}],"_postman_id":"3b57a3d0-58d1-4b20-9314-e3d69b9cc1e2"},{"name":"Read monitroing umum techno","id":"68fef369-27b1-490b-9e2e-2297b432171f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-techno","urlObject":{"path":["api","monitoring-techno"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"a4978c0e-801c-433a-b936-5ba4702322b0","name":"Read monitroing umum techno","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-techno"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:25:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data siswa Techno berhasil diambil\",\n    \"data\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"id_siswa\": \"41\",\n                \"nama_siswa\": \"Ahmad Budie\",\n                \"level\": \"III\",\n                \"tagihan\": [\n                    {\n                        \"nama_tagihan\": \"SPP\",\n                        \"nominal\": 10000000\n                    },\n                    {\n                        \"nama_tagihan\": \"KBM\",\n                        \"nominal\": 10000000\n                    },\n                    {\n                        \"nama_tagihan\": \"Pemeliharaan\",\n                        \"nominal\": 3000000\n                    },\n                    {\n                        \"nama_tagihan\": \"Sumbangan\",\n                        \"nominal\": 4000000\n                    }\n                ]\n            },\n            {\n                \"id_siswa\": \"45\",\n                \"nama_siswa\": \"Bambang Setiawan\",\n                \"level\": \"VIII\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"53\",\n                \"nama_siswa\": \"Canaya Putri\",\n                \"level\": \"VI\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"42\",\n                \"nama_siswa\": \"Dewi Lestari\",\n                \"level\": \"VII\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"50\",\n                \"nama_siswa\": \"Fitriani Zahra\",\n                \"level\": \"IX\",\n                \"tagihan\": [\n                    {\n                        \"nama_tagihan\": \"SPP\",\n                        \"nominal\": 99877\n                    },\n                    {\n                        \"nama_tagihan\": \"KBM\",\n                        \"nominal\": 99990\n                    },\n                    {\n                        \"nama_tagihan\": \"Pemeliharaan\",\n                        \"nominal\": 9877\n                    },\n                    {\n                        \"nama_tagihan\": \"Sumbangan\",\n                        \"nominal\": 999876\n                    }\n                ]\n            },\n            {\n                \"id_siswa\": \"54\",\n                \"nama_siswa\": \"Hartono\",\n                \"level\": \"VI\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"47\",\n                \"nama_siswa\": \"Iqbal Ramadhan\",\n                \"level\": \"IX\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"46\",\n                \"nama_siswa\": \"Nina Anggraini\",\n                \"level\": \"VIII\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"43\",\n                \"nama_siswa\": \"Rudi Hartono\",\n                \"level\": \"VIII\",\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"44\",\n                \"nama_siswa\": \"Sari Melati\",\n                \"level\": \"VIII\",\n                \"tagihan\": []\n            }\n        ],\n        \"first_page_url\": \"http://127.0.0.1:8000/api/monitoring-techno?page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://127.0.0.1:8000/api/monitoring-techno?page=1\",\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-techno?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"next_page_url\": null,\n        \"path\": \"http://127.0.0.1:8000/api/monitoring-techno\",\n        \"per_page\": 10,\n        \"prev_page_url\": null,\n        \"to\": 10,\n        \"total\": 10\n    }\n}"}],"_postman_id":"68fef369-27b1-490b-9e2e-2297b432171f"},{"name":"Create pembayaran tagihan siswa","id":"2cb6f086-424d-4b69-9622-5996954cbfbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id_siswa","value":"41","type":"text","uuid":"d1417fb5-5ab2-47db-9a97-da8722e84a3c"},{"key":"tanggal_pembayaran","value":"2025-07-30","type":"text","uuid":"2d8e1129-a50f-47c3-b8f1-cac775f1a21d"},{"key":"uang_kbm","value":"100000","type":"text","uuid":"27d298cc-259e-4652-8e63-3e4eb0d5b3b6"},{"key":"uang_spp","value":"100000","type":"text","uuid":"2651ff0d-7aff-4ebc-91a1-c4892940ad3e"},{"key":"uang_pemeliharaan","value":"","type":"text","uuid":"133c7537-828a-4708-9c0c-3d6d7230d33a"},{"key":"uang_sumbangan","value":"","type":"text","uuid":"5163135c-1ede-418b-9c7e-95c2f0f1ba57"}]},"url":"http://127.0.0.1:8000/api/pembayaran","urlObject":{"path":["api","pembayaran"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"ef810fba-8713-434a-9b16-ca6886b54f62","name":"Create pembayaran tagihan siswa","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id_siswa","value":"41","type":"text","uuid":"d1417fb5-5ab2-47db-9a97-da8722e84a3c"},{"key":"tanggal_pembayaran","value":"2025-07-30","type":"text","uuid":"2d8e1129-a50f-47c3-b8f1-cac775f1a21d"},{"key":"uang_kbm","value":"100000","type":"text","uuid":"27d298cc-259e-4652-8e63-3e4eb0d5b3b6"},{"key":"uang_spp","value":"100000","type":"text","uuid":"2651ff0d-7aff-4ebc-91a1-c4892940ad3e"},{"key":"uang_pemeliharaan","value":"","type":"text","uuid":"133c7537-828a-4708-9c0c-3d6d7230d33a"},{"key":"uang_sumbangan","value":"","type":"text","uuid":"5163135c-1ede-418b-9c7e-95c2f0f1ba57"}]},"url":"http://127.0.0.1:8000/api/pembayaran"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:26:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Pembayaran berhasil dicatat dan tagihan siswa diperbarui.\",\n    \"data\": [\n        {\n            \"id_pembayaran\": \"26\",\n            \"id_siswa\": \"41\",\n            \"id_user\": \"5\",\n            \"tanggal_pembayaran\": \"2025-07-30\",\n            \"jenis_pembayaran\": \"KBM\",\n            \"nominal\": \"100000\",\n            \"catatan\": null,\n            \"updated_at\": \"2025-07-14T08:26:47.000000Z\",\n            \"created_at\": \"2025-07-14T08:26:47.000000Z\"\n        },\n        {\n            \"id_pembayaran\": \"27\",\n            \"id_siswa\": \"41\",\n            \"id_user\": \"5\",\n            \"tanggal_pembayaran\": \"2025-07-30\",\n            \"jenis_pembayaran\": \"SPP\",\n            \"nominal\": \"100000\",\n            \"catatan\": null,\n            \"updated_at\": \"2025-07-14T08:26:47.000000Z\",\n            \"created_at\": \"2025-07-14T08:26:47.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"2cb6f086-424d-4b69-9622-5996954cbfbd"},{"name":"Read detail kontrak siswa praxis","id":"1a004af4-34f6-45f0-be8a-e2ed2268dbee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-praxis/detail-kontrak/2","urlObject":{"path":["api","monitoring-praxis","detail-kontrak","2"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"a7356fb7-3dce-4b8b-a5b9-d1a2bb2e3e09","name":"Read detail kontrak siswa praxis","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-praxis/detail-kontrak/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:28:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data siswa berhasil diambil\",\n    \"data\": {\n        \"id_siswa\": \"2\",\n        \"nama_siswa\": \"Siti Aminah\",\n        \"nisn\": \"SIS000002\",\n        \"level\": \"X\",\n        \"kategori\": null,\n        \"akademik\": \"Praxis\",\n        \"nama_wali\": \"Gara Widodo\",\n        \"no_hp_wali\": \"(+62) 714 0000 3676\",\n        \"created_at\": \"2025-07-12T12:43:13.000000Z\",\n        \"updated_at\": \"2025-07-12T17:15:07.000000Z\",\n        \"kontrak\": {\n            \"id_kontrak_siswa\": \"1\",\n            \"id_siswa\": \"2\",\n            \"uang_kbm\": 500000,\n            \"uang_spp\": 300000,\n            \"uang_pemeliharaan\": 200000,\n            \"uang_sumbangan\": 150000,\n            \"catatan\": \"Kontrak berlaku hingga Desember 2024\",\n            \"file_kontrak\": \"kontrak_1.pdf\",\n            \"created_at\": \"2025-07-12T12:44:22.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:22.000000Z\"\n        }\n    }\n}"}],"_postman_id":"1a004af4-34f6-45f0-be8a-e2ed2268dbee"},{"name":"Read detail kontrak siswa techno","id":"e4140d36-2ceb-46f7-a873-08a7d9912f98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-praxis/detail-kontrak/41","urlObject":{"path":["api","monitoring-praxis","detail-kontrak","41"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"8043bac2-c06c-4bae-a79a-8c07067678ac","name":"Read detail kontrak siswa techno","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-praxis/detail-kontrak/41"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:29:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data siswa berhasil diambil\",\n    \"data\": {\n        \"id_siswa\": \"41\",\n        \"nama_siswa\": \"Ahmad Budie\",\n        \"nisn\": \"1000012345\",\n        \"level\": \"III\",\n        \"kategori\": \"Tidak boarding\",\n        \"akademik\": \"Techno\",\n        \"nama_wali\": \"Budi\",\n        \"no_hp_wali\": \"081234567001\",\n        \"created_at\": \"2025-07-12T12:44:21.000000Z\",\n        \"updated_at\": \"2025-07-13T07:31:52.000000Z\",\n        \"kontrak\": {\n            \"id_kontrak_siswa\": \"5\",\n            \"id_siswa\": \"41\",\n            \"uang_kbm\": 10000000,\n            \"uang_spp\": 10000000,\n            \"uang_pemeliharaan\": 3000000,\n            \"uang_sumbangan\": 4000000,\n            \"catatan\": \"Test1\",\n            \"file_kontrak\": \"storage/kontrak_siswa/kontrak_41.pdf\",\n            \"created_at\": \"2025-07-13T06:42:46.000000Z\",\n            \"updated_at\": \"2025-07-13T06:42:46.000000Z\"\n        }\n    }\n}"}],"_postman_id":"e4140d36-2ceb-46f7-a873-08a7d9912f98"},{"name":"Read detail siswa ke pembayaran praxis","id":"a1adc598-8a17-4d16-8068-1a3a9f77b750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-praxis/pembayaran-siswa/2","urlObject":{"path":["api","monitoring-praxis","pembayaran-siswa","2"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"d83d05d3-78c9-4fab-a8b4-4782f5261f30","name":"Read detail siswa ke pembayaran praxis","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-praxis/pembayaran-siswa/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:30:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data siswa berhasil diambil\",\n    \"data\": {\n        \"id_siswa\": \"2\",\n        \"nama_siswa\": \"Siti Aminah\",\n        \"nisn\": \"SIS000002\",\n        \"level\": \"X\",\n        \"kategori\": null,\n        \"akademik\": \"Praxis\",\n        \"nama_wali\": \"Gara Widodo\",\n        \"no_hp_wali\": \"(+62) 714 0000 3676\",\n        \"created_at\": \"2025-07-12T12:43:13.000000Z\",\n        \"updated_at\": \"2025-07-12T17:15:07.000000Z\",\n        \"kontrak\": {\n            \"id_kontrak_siswa\": \"1\",\n            \"id_siswa\": \"2\",\n            \"uang_kbm\": 500000,\n            \"uang_spp\": 300000,\n            \"uang_pemeliharaan\": 200000,\n            \"uang_sumbangan\": 150000,\n            \"catatan\": \"Kontrak berlaku hingga Desember 2024\",\n            \"file_kontrak\": \"kontrak_1.pdf\",\n            \"created_at\": \"2025-07-12T12:44:22.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:22.000000Z\"\n        }\n    }\n}"}],"_postman_id":"a1adc598-8a17-4d16-8068-1a3a9f77b750"},{"name":"Read detail siswa ke pembayaran techno","id":"6b2a6de2-9154-49a8-8651-7ad3461b7723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-praxis/pembayaran-siswa/41","urlObject":{"path":["api","monitoring-praxis","pembayaran-siswa","41"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"3566e3fa-2ee4-4622-a04b-efb4a4c85d9c","name":"Read detail siswa ke pembayaran techno","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-praxis/pembayaran-siswa/41"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:31:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data siswa berhasil diambil\",\n    \"data\": {\n        \"id_siswa\": \"41\",\n        \"nama_siswa\": \"Ahmad Budie\",\n        \"nisn\": \"1000012345\",\n        \"level\": \"III\",\n        \"kategori\": \"Tidak boarding\",\n        \"akademik\": \"Techno\",\n        \"nama_wali\": \"Budi\",\n        \"no_hp_wali\": \"081234567001\",\n        \"created_at\": \"2025-07-12T12:44:21.000000Z\",\n        \"updated_at\": \"2025-07-13T07:31:52.000000Z\",\n        \"kontrak\": {\n            \"id_kontrak_siswa\": \"5\",\n            \"id_siswa\": \"41\",\n            \"uang_kbm\": 10000000,\n            \"uang_spp\": 10000000,\n            \"uang_pemeliharaan\": 3000000,\n            \"uang_sumbangan\": 4000000,\n            \"catatan\": \"Test1\",\n            \"file_kontrak\": \"storage/kontrak_siswa/kontrak_41.pdf\",\n            \"created_at\": \"2025-07-13T06:42:46.000000Z\",\n            \"updated_at\": \"2025-07-13T06:42:46.000000Z\"\n        }\n    }\n}"}],"_postman_id":"6b2a6de2-9154-49a8-8651-7ad3461b7723"}],"id":"dbbe1e3a-a1c0-4599-a5a5-64711611015b","_postman_id":"dbbe1e3a-a1c0-4599-a5a5-64711611015b","description":""},{"name":"Boarding Konsumsi","item":[{"name":"Read monitoring boarding konsumsi","id":"1223a049-2799-4675-a323-2cc5eb806bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-bk","urlObject":{"path":["api","monitoring-bk"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"a75cab46-7dd7-4f46-b99a-21cb16c1cda2","name":"Read monitoring boarding konsumsi","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-bk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:31:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"id_siswa\": \"33\",\n                \"nama_siswa\": \"ASSIFA KHAIRU NISA\",\n                \"level\": \"XI\",\n                \"akademik\": \"Praxis\",\n                \"tagihan_boarding\": 0,\n                \"tagihan_konsumsi\": null,\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"18\",\n                \"nama_siswa\": \"Rudi Kurniawan\",\n                \"level\": \"XII\",\n                \"akademik\": \"Praxis\",\n                \"tagihan_boarding\": 3500000,\n                \"tagihan_konsumsi\": null,\n                \"tagihan\": [\n                    {\n                        \"nama_tagihan\": \"Boarding\",\n                        \"nominal\": 3500000\n                    }\n                ]\n            },\n            {\n                \"id_siswa\": \"2\",\n                \"nama_siswa\": \"Siti Aminah\",\n                \"level\": \"X\",\n                \"akademik\": \"Praxis\",\n                \"tagihan_boarding\": 3500000,\n                \"tagihan_konsumsi\": 800000,\n                \"tagihan\": [\n                    {\n                        \"nama_tagihan\": \"Boarding\",\n                        \"nominal\": 3500000\n                    },\n                    {\n                        \"nama_tagihan\": \"Konsumsi\",\n                        \"nominal\": 800000\n                    }\n                ]\n            },\n            {\n                \"id_siswa\": \"21\",\n                \"nama_siswa\": \"Tobirama ibn Senju\",\n                \"level\": \"XI\",\n                \"akademik\": \"Praxis\",\n                \"tagihan_boarding\": null,\n                \"tagihan_konsumsi\": 793000,\n                \"tagihan\": [\n                    {\n                        \"nama_tagihan\": \"Konsumsi\",\n                        \"nominal\": 793000\n                    }\n                ]\n            }\n        ],\n        \"first_page_url\": \"http://127.0.0.1:8000/api/monitoring-bk?page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://127.0.0.1:8000/api/monitoring-bk?page=1\",\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-bk?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"next_page_url\": null,\n        \"path\": \"http://127.0.0.1:8000/api/monitoring-bk\",\n        \"per_page\": 10,\n        \"prev_page_url\": null,\n        \"to\": 4,\n        \"total\": 4\n    }\n}"}],"_postman_id":"1223a049-2799-4675-a323-2cc5eb806bf8"},{"name":"Tambah siswa konsumsi","id":"71c68610-0206-429b-8d74-cc3518dcf462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"nisn\": \"018291829128\",\r\n  \"tanggal_mulai\": \"2025-05-30\",\r\n  \"tanggal_selesai\": \"2025-05-30\",\r\n  \"tagihan\": 1500000,\r\n  \"catatan\": \"Ikut konsumsi semester genap\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-bk/create-siswa/konsumsi","urlObject":{"path":["api","monitoring-bk","create-siswa","konsumsi"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"4a3ab6eb-807c-489d-b845-856225f43a1a","name":"Tambah siswa konsumsi","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"nisn\": \"018291829128\",\r\n  \"tanggal_mulai\": \"2025-05-30\",\r\n  \"tanggal_selesai\": \"2025-05-30\",\r\n  \"tagihan\": 1500000,\r\n  \"catatan\": \"Ikut konsumsi semester genap\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-bk/create-siswa/konsumsi"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:35:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Penambahan siswa yang mengikuti konsumsi berhasil dilakukan.\",\n    \"data\": {\n        \"id_konsumsi_siswa\": \"3\",\n        \"id_siswa\": \"25\",\n        \"tanggal_mulai\": \"2025-05-30\",\n        \"tanggal_selesai\": \"2025-05-30\",\n        \"tagihan_konsumsi\": 1500000,\n        \"catatan\": \"Ikut konsumsi semester genap\",\n        \"updated_at\": \"2025-07-14T08:35:35.000000Z\",\n        \"created_at\": \"2025-07-14T08:35:35.000000Z\"\n    }\n}"}],"_postman_id":"71c68610-0206-429b-8d74-cc3518dcf462"},{"name":"Tambah siswa boarding","id":"9ff12093-0c14-465f-b5ce-13054aba949c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"nisn\": \"018291829128\",\r\n  \"tanggal_mulai\": \"2025-05-25\",\r\n  \"tanggal_selesai\": \"2025-08-25\",\r\n  \"tagihan\": 3700000,\r\n  \"catatan\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-bk/create-siswa/boarding","urlObject":{"path":["api","monitoring-bk","create-siswa","boarding"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"10a7e1b7-3c83-4b10-a08b-dfc9e30688e1","name":"Tambah siswa boarding","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"nisn\": \"018291829128\",\r\n  \"tanggal_mulai\": \"2025-05-25\",\r\n  \"tanggal_selesai\": \"2025-08-25\",\r\n  \"tagihan\": 3700000,\r\n  \"catatan\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-bk/create-siswa/boarding"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:36:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Penambahan siswa yang mengikuti boarding berhasil dilakukan.\",\n    \"data\": {\n        \"id_boarding_siswa\": \"4\",\n        \"id_siswa\": \"25\",\n        \"tanggal_mulai\": \"2025-05-25\",\n        \"tanggal_selesai\": \"2025-08-25\",\n        \"tagihan_boarding\": 3700000,\n        \"catatan\": null,\n        \"updated_at\": \"2025-07-14T08:36:16.000000Z\",\n        \"created_at\": \"2025-07-14T08:36:16.000000Z\"\n    }\n}"}],"_postman_id":"9ff12093-0c14-465f-b5ce-13054aba949c"},{"name":"Create pembayaran boarding konsumsi","id":"db7c955a-c575-4fe2-973a-c55f75df6246","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id_siswa\": \"25\",\r\n    \"tanggal_pembayaran\": \"2025-07-17\",\r\n    \"uang_konsumsi\": 80000,\r\n    \"uang_boarding\": 50000,\r\n    \"catatan\": \"Pembayaran uang konsumsi dan boarding\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-bk/pembayaran","urlObject":{"path":["api","monitoring-bk","pembayaran"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"8fdf81e7-a9dc-440e-b0bc-d182668275ab","name":"Create pembayaran boarding konsumsi","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id_siswa\": \"25\",\r\n    \"tanggal_pembayaran\": \"2025-07-17\",\r\n    \"uang_konsumsi\": 80000,\r\n    \"uang_boarding\": 50000,\r\n    \"catatan\": \"Pembayaran uang konsumsi dan boarding\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-bk/pembayaran"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:37:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Pembayaran berhasil dicatat dan tagihan siswa diperbarui.\",\n    \"data\": [\n        {\n            \"id_pembayaran\": \"28\",\n            \"id_siswa\": \"25\",\n            \"id_user\": \"5\",\n            \"tanggal_pembayaran\": \"2025-07-17\",\n            \"jenis_pembayaran\": \"Boarding\",\n            \"nominal\": 50000,\n            \"catatan\": \"Pembayaran uang konsumsi dan boarding\",\n            \"updated_at\": \"2025-07-14T08:37:39.000000Z\",\n            \"created_at\": \"2025-07-14T08:37:39.000000Z\"\n        },\n        {\n            \"id_pembayaran\": \"29\",\n            \"id_siswa\": \"25\",\n            \"id_user\": \"5\",\n            \"tanggal_pembayaran\": \"2025-07-17\",\n            \"jenis_pembayaran\": \"Konsumsi\",\n            \"nominal\": 80000,\n            \"catatan\": \"Pembayaran uang konsumsi dan boarding\",\n            \"updated_at\": \"2025-07-14T08:37:39.000000Z\",\n            \"created_at\": \"2025-07-14T08:37:39.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"db7c955a-c575-4fe2-973a-c55f75df6246"},{"name":"Read history pembayaran boarding konsumsi siswa","id":"c6a55f40-aa0b-42ce-a6f8-fa296711c517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-bk/detail-pembayaran/25","urlObject":{"path":["api","monitoring-bk","detail-pembayaran","25"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"eb775938-fc10-43b0-a616-b2e9d3a7b9a2","name":"Read history pembayaran boarding konsumsi siswa","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-bk/detail-pembayaran/25"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:38:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id_siswa\": \"25\",\n    \"nama_siswa\": \"Tono Mulyono\",\n    \"nisn\": \"018291829128\",\n    \"level\": \"X\",\n    \"kategori\": null,\n    \"akademik\": \"Praxis\",\n    \"nama_wali\": \"Suroso\",\n    \"no_hp_wali\": \"018289182928\",\n    \"created_at\": \"2025-07-12T12:43:18.000000Z\",\n    \"updated_at\": \"2025-07-12T17:15:15.000000Z\",\n    \"pembayaran\": [\n        {\n            \"id_pembayaran\": \"28\",\n            \"id_siswa\": \"25\",\n            \"id_user\": \"5\",\n            \"tanggal_pembayaran\": \"2025-07-17\",\n            \"jenis_pembayaran\": \"Boarding\",\n            \"nominal\": 50000,\n            \"catatan\": \"Pembayaran uang konsumsi dan boarding\",\n            \"created_at\": \"2025-07-14T08:37:39.000000Z\",\n            \"updated_at\": \"2025-07-14T08:37:39.000000Z\"\n        },\n        {\n            \"id_pembayaran\": \"29\",\n            \"id_siswa\": \"25\",\n            \"id_user\": \"5\",\n            \"tanggal_pembayaran\": \"2025-07-17\",\n            \"jenis_pembayaran\": \"Konsumsi\",\n            \"nominal\": 80000,\n            \"catatan\": \"Pembayaran uang konsumsi dan boarding\",\n            \"created_at\": \"2025-07-14T08:37:39.000000Z\",\n            \"updated_at\": \"2025-07-14T08:37:39.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"c6a55f40-aa0b-42ce-a6f8-fa296711c517"},{"name":"Update data boarding konsumsi siswa","id":"f5e9503e-4dc5-4b34-a291-087224bd14c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"boarding\": {\r\n    \"tanggal_mulai\": \"2025-08-02\",\r\n    \"tanggal_selesai\": \"2026-08-30\",\r\n    \"tagihan_boarding\": 3500000,\r\n    \"catatan\": \"Diperpanjang 1 tahun\"\r\n  },\r\n  \"konsumsi\": {\r\n    \"tanggal_mulai\": \"2025-07-02\",\r\n    \"tanggal_selesai\": \"2026-07-30\",\r\n    \"tagihan_konsumsi\": 900000,\r\n    \"catatan\": \"Update untuk semester baru\"\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-bk/update/25","urlObject":{"path":["api","monitoring-bk","update","25"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"75aa96c7-0e49-4637-8ebf-607a65732cf6","name":"Update data boarding konsumsi siswa","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"boarding\": {\r\n    \"tanggal_mulai\": \"2025-08-02\",\r\n    \"tanggal_selesai\": \"2026-08-30\",\r\n    \"tagihan_boarding\": 3500000,\r\n    \"catatan\": \"Diperpanjang 1 tahun\"\r\n  },\r\n  \"konsumsi\": {\r\n    \"tanggal_mulai\": \"2025-07-02\",\r\n    \"tanggal_selesai\": \"2026-07-30\",\r\n    \"tagihan_konsumsi\": 900000,\r\n    \"catatan\": \"Update untuk semester baru\"\r\n  }\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-bk/update/25"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:39:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data boarding dan/atau konsumsi berhasil diperbarui.\"\n}"}],"_postman_id":"f5e9503e-4dc5-4b34-a291-087224bd14c3"},{"name":"Read detail boarding konsumsi siswa","id":"97741b69-54ce-47ee-98a7-6899fed8c314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-bk/detail/25","urlObject":{"path":["api","monitoring-bk","detail","25"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"748eff34-9102-45c0-8ecd-aa0ec7785ef4","name":"Read detail boarding konsumsi siswa","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-bk/detail/25"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:41:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"siswa\": {\n            \"id_siswa\": \"25\",\n            \"nama_siswa\": \"Tono Mulyono\",\n            \"level\": \"X\",\n            \"akademik\": \"Praxis\"\n        },\n        \"boarding\": {\n            \"id_boarding_siswa\": \"4\",\n            \"id_siswa\": \"25\",\n            \"tanggal_mulai\": \"2025-08-02\",\n            \"tanggal_selesai\": \"2026-08-30\",\n            \"tagihan_boarding\": 3500000,\n            \"catatan\": \"Diperpanjang 1 tahun\",\n            \"created_at\": \"2025-07-14T08:36:16.000000Z\",\n            \"updated_at\": \"2025-07-14T08:39:58.000000Z\"\n        },\n        \"konsumsi\": {\n            \"id_konsumsi_siswa\": \"3\",\n            \"id_siswa\": \"25\",\n            \"tanggal_mulai\": \"2025-07-02\",\n            \"tanggal_selesai\": \"2026-07-30\",\n            \"tagihan_konsumsi\": 900000,\n            \"catatan\": \"Update untuk semester baru\",\n            \"created_at\": \"2025-07-14T08:35:35.000000Z\",\n            \"updated_at\": \"2025-07-14T08:39:58.000000Z\"\n        }\n    }\n}"}],"_postman_id":"97741b69-54ce-47ee-98a7-6899fed8c314"}],"id":"3d139769-8381-44e0-94ef-1f2ea9aeb455","_postman_id":"3d139769-8381-44e0-94ef-1f2ea9aeb455","description":""},{"name":"Uang Saku","item":[{"name":"Read monitoring uang saku siswa","id":"a3f37262-5b2f-4dfa-8ef8-6152f4960346","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-uang-saku","urlObject":{"path":["api","monitoring-uang-saku"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"ad226154-edb3-4c71-90a2-c2fdb080e90a","name":"Read monitoring uang saku siswa","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-uang-saku"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:45:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"id_siswa\": \"5\",\n                \"nama_siswa\": \"Agus Prasetyo\",\n                \"nisn\": \"SIS000005\",\n                \"level\": \"-\",\n                \"akademik\": \"Praxis\",\n                \"tagihan\": [],\n                \"uang_saku\": {\n                    \"id_uang_saku\": \"3\",\n                    \"id_siswa\": \"5\",\n                    \"saldo\": \"200.000\",\n                    \"catatan\": \"Topup uang saku\",\n                    \"created_at\": \"2025-07-14T08:44:09.000000Z\",\n                    \"updated_at\": \"2025-07-14T08:44:09.000000Z\"\n                }\n            },\n            {\n                \"id_siswa\": \"41\",\n                \"nama_siswa\": \"Ahmad Budie\",\n                \"nisn\": \"1000012345\",\n                \"level\": \"III\",\n                \"akademik\": \"Techno\",\n                \"tagihan\": [],\n                \"uang_saku\": null\n            },\n            {\n                \"id_siswa\": \"33\",\n                \"nama_siswa\": \"ASSIFA KHAIRU NISA\",\n                \"nisn\": \"1234567890\",\n                \"level\": \"XI\",\n                \"akademik\": \"Praxis\",\n                \"tagihan\": [],\n                \"uang_saku\": null\n            },\n            {\n                \"id_siswa\": \"16\",\n                \"nama_siswa\": \"Atika\",\n                \"nisn\": \"0987654\",\n                \"level\": \"-\",\n                \"akademik\": \"Praxis\",\n                \"tagihan\": [\n                    {\n                        \"nama_tagihan\": \"Uang Saku\",\n                        \"nominal\": 300000\n                    }\n                ],\n                \"uang_saku\": {\n                    \"id_uang_saku\": \"4\",\n                    \"id_siswa\": \"16\",\n                    \"saldo\": \"-300.000\",\n                    \"catatan\": \"Topup uang saku\",\n                    \"created_at\": \"2025-07-14T08:45:06.000000Z\",\n                    \"updated_at\": \"2025-07-14T08:45:48.000000Z\"\n                }\n            },\n            {\n                \"id_siswa\": \"45\",\n                \"nama_siswa\": \"Bambang Setiawan\",\n                \"nisn\": \"100005\",\n                \"level\": \"VIII\",\n                \"akademik\": \"Techno\",\n                \"tagihan\": [],\n                \"uang_saku\": null\n            },\n            {\n                \"id_siswa\": \"29\",\n                \"nama_siswa\": \"Budi\",\n                \"nisn\": \"6878679\",\n                \"level\": \"X\",\n                \"akademik\": \"Praxis\",\n                \"tagihan\": [],\n                \"uang_saku\": null\n            },\n            {\n                \"id_siswa\": \"27\",\n                \"nama_siswa\": \"Budi\",\n                \"nisn\": \"12345678978\",\n                \"level\": \"X\",\n                \"akademik\": \"Praxis\",\n                \"tagihan\": [],\n                \"uang_saku\": null\n            },\n            {\n                \"id_siswa\": \"28\",\n                \"nama_siswa\": \"Budi\",\n                \"nisn\": \"123456789878\",\n                \"level\": \"X\",\n                \"akademik\": \"Praxis\",\n                \"tagihan\": [],\n                \"uang_saku\": null\n            },\n            {\n                \"id_siswa\": \"17\",\n                \"nama_siswa\": \"Budi Budiman Mandibud\",\n                \"nisn\": \"1234567898\",\n                \"level\": \"XI\",\n                \"akademik\": \"Praxis\",\n                \"tagihan\": [],\n                \"uang_saku\": null\n            },\n            {\n                \"id_siswa\": \"3\",\n                \"nama_siswa\": \"Budi Santoso\",\n                \"nisn\": \"SIS000003\",\n                \"level\": \"X\",\n                \"akademik\": \"Praxis\",\n                \"tagihan\": [],\n                \"uang_saku\": null\n            }\n        ],\n        \"first_page_url\": \"http://127.0.0.1:8000/api/monitoring-uang-saku?page=1\",\n        \"from\": 1,\n        \"last_page\": 4,\n        \"last_page_url\": \"http://127.0.0.1:8000/api/monitoring-uang-saku?page=4\",\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-uang-saku?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-uang-saku?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-uang-saku?page=3\",\n                \"label\": \"3\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-uang-saku?page=4\",\n                \"label\": \"4\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-uang-saku?page=2\",\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"next_page_url\": \"http://127.0.0.1:8000/api/monitoring-uang-saku?page=2\",\n        \"path\": \"http://127.0.0.1:8000/api/monitoring-uang-saku\",\n        \"per_page\": 10,\n        \"prev_page_url\": null,\n        \"to\": 10,\n        \"total\": 36\n    }\n}"}],"_postman_id":"a3f37262-5b2f-4dfa-8ef8-6152f4960346"},{"name":"Create topup uang saku siswa","id":"91a7235c-39ee-4a28-b274-63606c6e8e1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id_siswa\": \"16\",\r\n    \"nama_siswa\": \"Atika\",\r\n    \"tanggal_pembayaran\": \"2025-07-02\",\r\n    \"nominal\": 200000,\r\n    \"catatan\": \"Topup uang saku\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-uang-saku/topup","urlObject":{"path":["api","monitoring-uang-saku","topup"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"e2d28b84-573e-4cbe-8432-7bd91e603446","name":"Create topup uang saku siswa","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id_siswa\": \"5\",\r\n    \"nama_siswa\": \"Agus Prasetyo\",\r\n    \"tanggal_pembayaran\": \"2025-07-02\",\r\n    \"nominal\": 200000,\r\n    \"catatan\": \"Topup uang saku\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-uang-saku/topup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:44:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Topup berhasil disimpan.\",\n    \"data\": {\n        \"id_pembayaran_uang_saku\": \"1\",\n        \"id_siswa\": \"5\",\n        \"id_user\": \"5\",\n        \"tanggal_pembayaran\": \"2025-07-02\",\n        \"nominal\": 200000,\n        \"catatan\": \"Topup uang saku\",\n        \"updated_at\": \"2025-07-14T08:44:09.000000Z\",\n        \"created_at\": \"2025-07-14T08:44:09.000000Z\"\n    }\n}"}],"_postman_id":"91a7235c-39ee-4a28-b274-63606c6e8e1b"},{"name":"Create pengeluaran uang saku siswa","id":"7de4fd2a-630e-46d1-b59e-992eb215ae2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id_siswa\": \"16\",\r\n    \"nama_siswa\": \"Atika\",\r\n    \"tanggal_pengeluaran\": \"2025-07-30\",\r\n    \"nominal\": 500000,\r\n    \"catatan\": \"Pengeluaran uang saku\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-uang-saku/pengeluaran","urlObject":{"path":["api","monitoring-uang-saku","pengeluaran"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"d34059e6-286c-4357-9ea3-49e426502514","name":"Create pengeluaran uang saku siswa","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id_siswa\": \"16\",\r\n    \"nama_siswa\": \"Atika\",\r\n    \"tanggal_pengeluaran\": \"2025-07-30\",\r\n    \"nominal\": 500000,\r\n    \"catatan\": \"Pengeluaran uang saku\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-uang-saku/pengeluaran"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:45:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Pengeluaran berhasil disimpan.\",\n    \"data\": {\n        \"id_pengeluaran_uang_saku\": \"1\",\n        \"id_siswa\": \"16\",\n        \"id_user\": \"5\",\n        \"tanggal_pengeluaran\": \"2025-07-30\",\n        \"nominal\": 500000,\n        \"catatan\": \"Pengeluaran uang saku\",\n        \"updated_at\": \"2025-07-14T08:45:48.000000Z\",\n        \"created_at\": \"2025-07-14T08:45:48.000000Z\"\n    }\n}"}],"_postman_id":"7de4fd2a-630e-46d1-b59e-992eb215ae2e"},{"name":"Read riwayat transaksi uang saku siswa","id":"2ddfa480-aca2-4e85-bd34-90c03965624e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-uang-saku/detail/16","urlObject":{"path":["api","monitoring-uang-saku","detail","16"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"8d00858e-987d-49fe-ae48-e6ed19c34049","name":"Get history transaksi uang saku siswa","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-uang-saku/detail/16"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:47:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id_siswa\": \"16\",\n    \"nama_siswa\": \"Atika\",\n    \"nisn\": \"0987654\",\n    \"level\": \"-\",\n    \"kategori\": null,\n    \"akademik\": \"Praxis\",\n    \"nama_wali\": \"Tono\",\n    \"no_hp_wali\": \"123456\",\n    \"created_at\": \"2025-07-12T12:43:16.000000Z\",\n    \"updated_at\": \"2025-07-12T17:15:12.000000Z\",\n    \"pembayaran_uang_saku\": [\n        {\n            \"id_pembayaran_uang_saku\": \"2\",\n            \"id_siswa\": \"16\",\n            \"id_user\": \"5\",\n            \"nominal\": 200000,\n            \"tanggal_pembayaran\": \"2025-07-02\",\n            \"catatan\": \"Topup uang saku\",\n            \"created_at\": \"2025-07-14T08:45:06.000000Z\",\n            \"updated_at\": \"2025-07-14T08:45:06.000000Z\"\n        }\n    ],\n    \"pengeluaran_uang_saku\": [\n        {\n            \"id_pengeluaran_uang_saku\": \"1\",\n            \"id_siswa\": \"16\",\n            \"id_user\": \"5\",\n            \"nominal\": 500000,\n            \"tanggal_pengeluaran\": \"2025-07-30\",\n            \"catatan\": \"Pengeluaran uang saku\",\n            \"created_at\": \"2025-07-14T08:45:48.000000Z\",\n            \"updated_at\": \"2025-07-14T08:45:48.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"2ddfa480-aca2-4e85-bd34-90c03965624e"}],"id":"0fdf49cb-22be-42fb-851e-cfb2578b9bdc","_postman_id":"0fdf49cb-22be-42fb-851e-cfb2578b9bdc","description":""},{"name":"Ekstra","item":[{"name":"Read daftar ekstra","id":"1f52dcc7-5b71-4c64-b47e-758c81240d0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-ekstra/ekstra","urlObject":{"path":["api","monitoring-ekstra","ekstra"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"05be27ec-408e-46af-acef-86e22290a055","name":"Read daftar ekstra","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-ekstra/ekstra"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:51:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id_ekstra\": \"1\",\n            \"nama_ekstra\": \"Piano\",\n            \"biaya_ekstra\": \"250.000\",\n            \"created_at\": \"2025-07-12T12:44:23.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:23.000000Z\"\n        },\n        {\n            \"id_ekstra\": \"2\",\n            \"nama_ekstra\": \"Panahan\",\n            \"biaya_ekstra\": \"200.000\",\n            \"created_at\": \"2025-07-12T12:44:23.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:23.000000Z\"\n        },\n        {\n            \"id_ekstra\": \"3\",\n            \"nama_ekstra\": \"Voli\",\n            \"biaya_ekstra\": \"150.000\",\n            \"created_at\": \"2025-07-12T12:44:23.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:23.000000Z\"\n        },\n        {\n            \"id_ekstra\": \"4\",\n            \"nama_ekstra\": \"Gulat\",\n            \"biaya_ekstra\": \"200.000\",\n            \"created_at\": \"2025-07-13T06:40:14.000000Z\",\n            \"updated_at\": \"2025-07-13T06:40:14.000000Z\"\n        }\n    ],\n    \"first_page_url\": \"http://127.0.0.1:8000/api/monitoring-ekstra/ekstra?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://127.0.0.1:8000/api/monitoring-ekstra/ekstra?page=1\",\n    \"links\": [\n        {\n            \"url\": null,\n            \"label\": \"&laquo; Previous\",\n            \"active\": false\n        },\n        {\n            \"url\": \"http://127.0.0.1:8000/api/monitoring-ekstra/ekstra?page=1\",\n            \"label\": \"1\",\n            \"active\": true\n        },\n        {\n            \"url\": null,\n            \"label\": \"Next &raquo;\",\n            \"active\": false\n        }\n    ],\n    \"next_page_url\": null,\n    \"path\": \"http://127.0.0.1:8000/api/monitoring-ekstra/ekstra\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 4,\n    \"total\": 4\n}"}],"_postman_id":"1f52dcc7-5b71-4c64-b47e-758c81240d0e"},{"name":"Create ekstra","id":"22ad18dc-a326-4516-93f4-a9d6996d8c72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nama_ekstra\": \"Tari\",\r\n    \"biaya_ekstra\": 20000\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-ekstra/ekstra/create","urlObject":{"path":["api","monitoring-ekstra","ekstra","create"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"aaff4033-c2a2-4e5b-8600-4d16127816e9","name":"Create ekstra","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nama_ekstra\": \"Tari\",\r\n    \"biaya_ekstra\": 20000\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-ekstra/ekstra/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:53:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Esktra berhasil disimpan.\",\n    \"data\": {\n        \"id_ekstra\": \"5\",\n        \"nama_ekstra\": \"Tari\",\n        \"biaya_ekstra\": 20000,\n        \"updated_at\": \"2025-07-14T08:53:05.000000Z\",\n        \"created_at\": \"2025-07-14T08:53:05.000000Z\"\n    }\n}"}],"_postman_id":"22ad18dc-a326-4516-93f4-a9d6996d8c72"},{"name":"Read list ekstra","id":"883cb281-8328-43c1-a272-c281f546d98b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/ekstra/list","urlObject":{"path":["api","ekstra","list"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"a9ce3ac0-833e-47ae-a739-c5839ffed6c6","name":"Read list ekstra","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/ekstra/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:54:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": [\n        {\n            \"id_ekstra\": \"1\",\n            \"nama_ekstra\": \"Piano\",\n            \"biaya_ekstra\": 250000\n        },\n        {\n            \"id_ekstra\": \"2\",\n            \"nama_ekstra\": \"Panahan\",\n            \"biaya_ekstra\": 200000\n        },\n        {\n            \"id_ekstra\": \"3\",\n            \"nama_ekstra\": \"Voli\",\n            \"biaya_ekstra\": 150000\n        },\n        {\n            \"id_ekstra\": \"4\",\n            \"nama_ekstra\": \"Gulat\",\n            \"biaya_ekstra\": 200000\n        },\n        {\n            \"id_ekstra\": \"5\",\n            \"nama_ekstra\": \"Tari\",\n            \"biaya_ekstra\": 20000\n        }\n    ]\n}"}],"_postman_id":"883cb281-8328-43c1-a272-c281f546d98b"},{"name":"Read monitoring ekstra","id":"44cb5a84-7287-456e-b17d-e78c8801d3ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-ekstra","urlObject":{"path":["api","monitoring-ekstra"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"50403665-f148-4e86-a4d8-60fccd488d7b","name":"Read monitoring ekstra","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-ekstra"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:55:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"id_siswa\": \"41\",\n                \"nama_siswa\": \"Ahmad Budie\",\n                \"level\": \"III\",\n                \"akademik\": \"Techno\",\n                \"ekstra\": [\n                    {\n                        \"id_ekstra_siswa\": \"6\",\n                        \"id_ekstra\": \"2\",\n                        \"nama_ekstra\": \"Panahan\",\n                        \"tagihan_ekstra\": \"0\"\n                    },\n                    {\n                        \"id_ekstra_siswa\": \"7\",\n                        \"id_ekstra\": \"3\",\n                        \"nama_ekstra\": \"Voli\",\n                        \"tagihan_ekstra\": \"0\"\n                    },\n                    {\n                        \"id_ekstra_siswa\": \"8\",\n                        \"id_ekstra\": \"1\",\n                        \"nama_ekstra\": \"Piano\",\n                        \"tagihan_ekstra\": \"3.000.000\"\n                    }\n                ],\n                \"tagihan\": [\n                    {\n                        \"nama_tagihan\": \"Piano\",\n                        \"nominal\": 3000000\n                    }\n                ]\n            },\n            {\n                \"id_siswa\": \"33\",\n                \"nama_siswa\": \"ASSIFA KHAIRU NISA\",\n                \"level\": \"XI\",\n                \"akademik\": \"Praxis\",\n                \"ekstra\": [\n                    {\n                        \"id_ekstra_siswa\": \"3\",\n                        \"id_ekstra\": \"1\",\n                        \"nama_ekstra\": \"Piano\",\n                        \"tagihan_ekstra\": \"0\"\n                    },\n                    {\n                        \"id_ekstra_siswa\": \"4\",\n                        \"id_ekstra\": \"3\",\n                        \"nama_ekstra\": \"Voli\",\n                        \"tagihan_ekstra\": \"0\"\n                    },\n                    {\n                        \"id_ekstra_siswa\": \"5\",\n                        \"id_ekstra\": \"1\",\n                        \"nama_ekstra\": \"Piano\",\n                        \"tagihan_ekstra\": \"0\"\n                    }\n                ],\n                \"tagihan\": []\n            },\n            {\n                \"id_siswa\": \"43\",\n                \"nama_siswa\": \"Rudi Hartono\",\n                \"level\": \"VIII\",\n                \"akademik\": \"Techno\",\n                \"ekstra\": [\n                    {\n                        \"id_ekstra_siswa\": \"10\",\n                        \"id_ekstra\": \"2\",\n                        \"nama_ekstra\": \"Panahan\",\n                        \"tagihan_ekstra\": \"100.000\"\n                    },\n                    {\n                        \"id_ekstra_siswa\": \"9\",\n                        \"id_ekstra\": \"4\",\n                        \"nama_ekstra\": \"Gulat\",\n                        \"tagihan_ekstra\": \"200.000\"\n                    }\n                ],\n                \"tagihan\": [\n                    {\n                        \"nama_tagihan\": \"Panahan\",\n                        \"nominal\": 100000\n                    },\n                    {\n                        \"nama_tagihan\": \"Gulat\",\n                        \"nominal\": 200000\n                    }\n                ]\n            },\n            {\n                \"id_siswa\": \"2\",\n                \"nama_siswa\": \"Siti Aminah\",\n                \"level\": \"X\",\n                \"akademik\": \"Praxis\",\n                \"ekstra\": [\n                    {\n                        \"id_ekstra_siswa\": \"1\",\n                        \"id_ekstra\": \"1\",\n                        \"nama_ekstra\": \"Piano\",\n                        \"tagihan_ekstra\": \"300.000\"\n                    },\n                    {\n                        \"id_ekstra_siswa\": \"2\",\n                        \"id_ekstra\": \"2\",\n                        \"nama_ekstra\": \"Panahan\",\n                        \"tagihan_ekstra\": \"100.000\"\n                    }\n                ],\n                \"tagihan\": [\n                    {\n                        \"nama_tagihan\": \"Piano\",\n                        \"nominal\": 300000\n                    },\n                    {\n                        \"nama_tagihan\": \"Panahan\",\n                        \"nominal\": 100000\n                    }\n                ]\n            }\n        ],\n        \"first_page_url\": \"http://127.0.0.1:8000/api/monitoring-ekstra?page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://127.0.0.1:8000/api/monitoring-ekstra?page=1\",\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/monitoring-ekstra?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"next_page_url\": null,\n        \"path\": \"http://127.0.0.1:8000/api/monitoring-ekstra\",\n        \"per_page\": 10,\n        \"prev_page_url\": null,\n        \"to\": 4,\n        \"total\": 4\n    }\n}"}],"_postman_id":"44cb5a84-7287-456e-b17d-e78c8801d3ea"},{"name":"Tambah siswa ekstra","id":"c9bf6ff2-6138-4711-b4af-41be9ed14aa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"nisn\": \"SIS000007\",\r\n  \"id_ekstra\": [\"2\", \"4\"],\r\n  \"tanggal_mulai\": \"2025-07-30\",\r\n  \"tanggal_selesai\": \"2025-08-30\",\r\n  \"catatan\": \"Mengikuti 2 ekstra\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-ekstra/create-siswa","urlObject":{"path":["api","monitoring-ekstra","create-siswa"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"5b59b65d-e579-4b10-989f-764d6618c2e7","name":"Tambah siswa ekstra","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"nisn\": \"SIS000007\",\r\n  \"id_ekstra\": [\"2\", \"4\"],\r\n  \"tanggal_mulai\": \"2025-07-30\",\r\n  \"tanggal_selesai\": \"2025-08-30\",\r\n  \"catatan\": \"Mengikuti 2 ekstra\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-ekstra/create-siswa"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 08:57:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Penambahan siswa yang mengikuti ekstra berhasil dilakukan.\",\n    \"data\": [\n        {\n            \"id_ekstra_siswa\": \"11\",\n            \"id_siswa\": \"7\",\n            \"id_ekstra\": \"2\",\n            \"tanggal_mulai\": \"2025-07-30\",\n            \"tanggal_selesai\": \"2025-08-30\",\n            \"tagihan_ekstra\": 200000,\n            \"catatan\": \"Mengikuti 2 ekstra\",\n            \"updated_at\": \"2025-07-14T08:57:12.000000Z\",\n            \"created_at\": \"2025-07-14T08:57:12.000000Z\"\n        },\n        {\n            \"id_ekstra_siswa\": \"12\",\n            \"id_siswa\": \"7\",\n            \"id_ekstra\": \"4\",\n            \"tanggal_mulai\": \"2025-07-30\",\n            \"tanggal_selesai\": \"2025-08-30\",\n            \"tagihan_ekstra\": 200000,\n            \"catatan\": \"Mengikuti 2 ekstra\",\n            \"updated_at\": \"2025-07-14T08:57:12.000000Z\",\n            \"created_at\": \"2025-07-14T08:57:12.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"c9bf6ff2-6138-4711-b4af-41be9ed14aa1"},{"name":"Read detail siswa ke pembayaran ekstra","id":"67403277-d480-48dc-8fde-b7f85068fd93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-ekstra/pembayaran/10","urlObject":{"path":["api","monitoring-ekstra","pembayaran","10"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"4c00921d-7a93-403c-972f-c5804afbda19","name":"Read detail siswa ke pembayaran ekstra","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-ekstra/pembayaran/10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:03:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"id_siswa\": \"43\",\n        \"nama_siswa\": \"Rudi Hartono\",\n        \"nisn\": \"100003\",\n        \"level\": \"VIII\",\n        \"akademik\": \"Techno\",\n        \"id_ekstra_siswa\": \"10\",\n        \"id_ekstra\": \"2\",\n        \"nama_ekstra\": \"Panahan\",\n        \"tagihan_ekstra\": \"60.000\",\n        \"catatan\": \"Rudi ikut panahan sebentar yaaa\"\n    }\n}"}],"_postman_id":"67403277-d480-48dc-8fde-b7f85068fd93"},{"name":"Create pembayaran siswa ekstra","id":"f837ed3b-0065-415d-9cda-d43393dd2ffe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id_siswa\": \"43\",\r\n    \"nama_siswa\": \"Rudi Hartono\",\r\n    \"id_ekstra_siswa\": \"10\",\r\n    \"tanggal_pembayaran\": \"2025-07-30\",\r\n    \"nominal\": 40000,\r\n    \"catatan\": \"Pembayaran ekstra panahan\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-ekstra/pembayaran","urlObject":{"path":["api","monitoring-ekstra","pembayaran"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"94fbdd2b-0114-4a15-ad66-afe69282bf5c","name":"Create pembayaran siswa ekstra","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id_siswa\": \"43\",\r\n    \"nama_siswa\": \"Rudi Hartono\",\r\n    \"id_ekstra_siswa\": \"10\",\r\n    \"tanggal_pembayaran\": \"2025-07-30\",\r\n    \"nominal\": 40000,\r\n    \"catatan\": \"Pembayaran ekstra panahan\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-ekstra/pembayaran"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:02:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Pembayaran berhasil dicatat dan tagihan berhasil diperbarui\",\n    \"data\": {\n        \"id_pembayaran_ekstra\": \"5\",\n        \"id_siswa\": \"43\",\n        \"id_user\": \"5\",\n        \"id_ekstra_siswa\": \"10\",\n        \"tanggal_pembayaran\": \"2025-07-30\",\n        \"nominal\": 40000,\n        \"catatan\": \"Pembayaran ekstra panahan\",\n        \"updated_at\": \"2025-07-14T09:02:26.000000Z\",\n        \"created_at\": \"2025-07-14T09:02:26.000000Z\"\n    }\n}"}],"_postman_id":"f837ed3b-0065-415d-9cda-d43393dd2ffe"},{"name":"Read riwayat pembayaran siswa ekstra","id":"82451425-c7e9-4f13-98bc-23ff1e6f1152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-ekstra/detail/10","urlObject":{"path":["api","monitoring-ekstra","detail","10"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"b4d158e9-cb82-4a14-9b0e-c1e858fe2cff","name":"Read riwayat pembayaran siswa ekstra","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-ekstra/detail/10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:04:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id_ekstra_siswa\": \"10\",\n    \"id_siswa\": \"43\",\n    \"id_ekstra\": \"2\",\n    \"tanggal_mulai\": \"2025-07-13\",\n    \"tanggal_selesai\": \"2025-07-29\",\n    \"tagihan_ekstra\": 60000,\n    \"catatan\": \"Rudi ikut panahan sebentar yaaa\",\n    \"created_at\": \"2025-07-13T06:50:05.000000Z\",\n    \"updated_at\": \"2025-07-14T09:02:26.000000Z\",\n    \"pembayaran_ekstra\": [\n        {\n            \"id_pembayaran_ekstra\": \"4\",\n            \"id_siswa\": \"43\",\n            \"id_user\": \"4\",\n            \"id_ekstra_siswa\": \"10\",\n            \"tanggal_pembayaran\": \"2025-07-13\",\n            \"nominal\": 100000,\n            \"catatan\": null,\n            \"created_at\": \"2025-07-13T06:50:41.000000Z\",\n            \"updated_at\": \"2025-07-13T06:50:41.000000Z\"\n        },\n        {\n            \"id_pembayaran_ekstra\": \"5\",\n            \"id_siswa\": \"43\",\n            \"id_user\": \"5\",\n            \"id_ekstra_siswa\": \"10\",\n            \"tanggal_pembayaran\": \"2025-07-30\",\n            \"nominal\": 40000,\n            \"catatan\": \"Pembayaran ekstra panahan\",\n            \"created_at\": \"2025-07-14T09:02:26.000000Z\",\n            \"updated_at\": \"2025-07-14T09:02:26.000000Z\"\n        }\n    ]\n}"}],"_postman_id":"82451425-c7e9-4f13-98bc-23ff1e6f1152"},{"name":"Read detail siswa ekstra ke update ekstra siswa","id":"6485c992-96b7-4265-8858-37bb1f8e6c64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-ekstra/detail/ekstra-siswa/10","urlObject":{"path":["api","monitoring-ekstra","detail","ekstra-siswa","10"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"c73873c6-0d97-4d3e-87d9-3e50b6800141","name":"Read detail siswa ekstra ke update ekstra siswa","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-ekstra/detail/ekstra-siswa/10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:06:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"id_ekstra_siswa\": \"10\",\n        \"id_siswa\": \"43\",\n        \"nama_siswa\": \"Rudi Hartono\",\n        \"id_ekstra\": \"2\",\n        \"nama_ekstra\": \"Panahan\",\n        \"tanggal_mulai\": \"2025-07-13\",\n        \"tanggal_selesai\": \"2025-07-29\",\n        \"tagihan_ekstra\": 60000,\n        \"catatan\": \"Rudi ikut panahan sebentar yaaa\"\n    }\n}"}],"_postman_id":"6485c992-96b7-4265-8858-37bb1f8e6c64"},{"name":"Update data siswa ekstra","id":"b757df96-623c-4806-8f56-8f0358626d0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tanggal_mulai\": \"2024-07-01\",\r\n  \"tanggal_selesai\": \"2024-12-31\",\r\n  \"tagihan_ekstra\": 250000,\r\n  \"catatan\": \"Update durasi ekstra untuk semester baru\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-ekstra/update/10","urlObject":{"path":["api","monitoring-ekstra","update","10"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"8623c4d7-0d32-447a-8e55-cbc6fcc8a395","name":"Update data siswa ekstra","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tanggal_mulai\": \"2024-07-01\",\r\n  \"tanggal_selesai\": \"2024-12-31\",\r\n  \"tagihan_ekstra\": 250000,\r\n  \"catatan\": \"Update durasi ekstra untuk semester baru\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-ekstra/update/10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:08:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data ekstra siswa berhasil diperbarui.\",\n    \"data\": {\n        \"id_ekstra_siswa\": \"10\",\n        \"id_siswa\": \"43\",\n        \"id_ekstra\": \"2\",\n        \"tanggal_mulai\": \"2024-07-01\",\n        \"tanggal_selesai\": \"2024-12-31\",\n        \"tagihan_ekstra\": 250000,\n        \"catatan\": \"Update durasi ekstra untuk semester baru\",\n        \"created_at\": \"2025-07-13T06:50:05.000000Z\",\n        \"updated_at\": \"2025-07-14T09:08:29.000000Z\"\n    }\n}"}],"_postman_id":"b757df96-623c-4806-8f56-8f0358626d0c"}],"id":"a6442a18-9152-4f69-9a5a-00ebfad5b063","_postman_id":"a6442a18-9152-4f69-9a5a-00ebfad5b063","description":""},{"name":"Pengeluaran","item":[{"name":"Read monitoring pengeluaran","id":"9cc17a09-bcf8-421c-9ce1-f5dbb8444162","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran","urlObject":{"path":["api","monitoring-pengeluaran"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"04295c7b-85d0-42f0-b78c-f82a1e288cb9","name":"Read monitoring pengeluaran","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:12:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id_pengeluaran\": \"3\",\n            \"id_jenis_pengeluaran\": \"1\",\n            \"id_user\": \"1\",\n            \"nama_pengeluaran\": \"A\",\n            \"total_pengeluaran\": \"2\",\n            \"created_at\": \"2025-07-13T07:51:32.000000Z\",\n            \"updated_at\": \"2025-07-13T07:51:47.000000Z\",\n            \"jenis_pengeluaran\": {\n                \"id_jenis_pengeluaran\": \"1\",\n                \"nama_jenis_pengeluaran\": \"Project\",\n                \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n                \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n            }\n        },\n        {\n            \"id_pengeluaran\": \"1\",\n            \"id_jenis_pengeluaran\": \"1\",\n            \"id_user\": \"1\",\n            \"nama_pengeluaran\": \"Persiapan Lomba Nasional\",\n            \"total_pengeluaran\": \"5.500.000\",\n            \"created_at\": \"2025-07-12T12:44:26.000000Z\",\n            \"updated_at\": \"2025-07-13T13:32:44.000000Z\",\n            \"jenis_pengeluaran\": {\n                \"id_jenis_pengeluaran\": \"1\",\n                \"nama_jenis_pengeluaran\": \"Project\",\n                \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n                \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n            }\n        },\n        {\n            \"id_pengeluaran\": \"2\",\n            \"id_jenis_pengeluaran\": \"2\",\n            \"id_user\": \"1\",\n            \"nama_pengeluaran\": \"Perbaikan Elektronik Sekolah\",\n            \"total_pengeluaran\": \"5.286.000\",\n            \"created_at\": \"2025-07-12T12:44:26.000000Z\",\n            \"updated_at\": \"2025-07-14T09:12:06.000000Z\",\n            \"jenis_pengeluaran\": {\n                \"id_jenis_pengeluaran\": \"2\",\n                \"nama_jenis_pengeluaran\": \"Non project\",\n                \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n                \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n            }\n        }\n    ],\n    \"first_page_url\": \"http://127.0.0.1:8000/api/monitoring-pengeluaran?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"http://127.0.0.1:8000/api/monitoring-pengeluaran?page=1\",\n    \"links\": [\n        {\n            \"url\": null,\n            \"label\": \"&laquo; Previous\",\n            \"active\": false\n        },\n        {\n            \"url\": \"http://127.0.0.1:8000/api/monitoring-pengeluaran?page=1\",\n            \"label\": \"1\",\n            \"active\": true\n        },\n        {\n            \"url\": null,\n            \"label\": \"Next &raquo;\",\n            \"active\": false\n        }\n    ],\n    \"next_page_url\": null,\n    \"path\": \"http://127.0.0.1:8000/api/monitoring-pengeluaran\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 3,\n    \"total\": 3\n}"}],"_postman_id":"9cc17a09-bcf8-421c-9ce1-f5dbb8444162"},{"name":"Read kategori pengeluaran","id":"8924a1fa-551e-4b26-905d-24db912b87f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran/kategori-pengeluaran","urlObject":{"path":["api","monitoring-pengeluaran","kategori-pengeluaran"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"2d55799d-0e02-4e66-8ecd-4b32bcb179dd","name":"Read kategori pengeluaran (Non project)","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:8000/api/monitoring-pengeluaran/kategori-pengeluaran?type=Non%20project","host":["http://127.0.0.1:8000"],"path":["api","monitoring-pengeluaran","kategori-pengeluaran"],"query":[{"key":"type","value":"Non%20project"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:12:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id_kategori_pengeluaran\": \"4\",\n        \"id_jenis_pengeluaran\": \"2\",\n        \"nama_kategori_pengeluaran\": \"Elektronik\",\n        \"created_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"updated_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"jenis_pengeluaran\": {\n            \"id_jenis_pengeluaran\": \"2\",\n            \"nama_jenis_pengeluaran\": \"Non project\",\n            \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n        }\n    },\n    {\n        \"id_kategori_pengeluaran\": \"5\",\n        \"id_jenis_pengeluaran\": \"2\",\n        \"nama_kategori_pengeluaran\": \"Kebersihan\",\n        \"created_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"updated_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"jenis_pengeluaran\": {\n            \"id_jenis_pengeluaran\": \"2\",\n            \"nama_jenis_pengeluaran\": \"Non project\",\n            \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n        }\n    },\n    {\n        \"id_kategori_pengeluaran\": \"7\",\n        \"id_jenis_pengeluaran\": \"2\",\n        \"nama_kategori_pengeluaran\": \"Lomba\",\n        \"created_at\": \"2025-07-13T07:50:34.000000Z\",\n        \"updated_at\": \"2025-07-13T07:50:34.000000Z\",\n        \"jenis_pengeluaran\": {\n            \"id_jenis_pengeluaran\": \"2\",\n            \"nama_jenis_pengeluaran\": \"Non project\",\n            \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n        }\n    },\n    {\n        \"id_kategori_pengeluaran\": \"8\",\n        \"id_jenis_pengeluaran\": \"2\",\n        \"nama_kategori_pengeluaran\": \"Air\",\n        \"created_at\": \"2025-07-13T20:48:57.000000Z\",\n        \"updated_at\": \"2025-07-13T20:48:57.000000Z\",\n        \"jenis_pengeluaran\": {\n            \"id_jenis_pengeluaran\": \"2\",\n            \"nama_jenis_pengeluaran\": \"Non project\",\n            \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n        }\n    }\n]"},{"id":"1ed6b56c-9c8d-4033-99d9-6c943fafe6cd","name":"Read kategori pengeluaran (Project)","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://127.0.0.1:8000/api/monitoring-pengeluaran/kategori-pengeluaran?type=Project","host":["http://127.0.0.1:8000"],"path":["api","monitoring-pengeluaran","kategori-pengeluaran"],"query":[{"key":"type","value":"Project"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:13:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id_kategori_pengeluaran\": \"1\",\n        \"id_jenis_pengeluaran\": \"1\",\n        \"nama_kategori_pengeluaran\": \"Lomba\",\n        \"created_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"updated_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"jenis_pengeluaran\": {\n            \"id_jenis_pengeluaran\": \"1\",\n            \"nama_jenis_pengeluaran\": \"Project\",\n            \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n        }\n    },\n    {\n        \"id_kategori_pengeluaran\": \"2\",\n        \"id_jenis_pengeluaran\": \"1\",\n        \"nama_kategori_pengeluaran\": \"Exhibition\",\n        \"created_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"updated_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"jenis_pengeluaran\": {\n            \"id_jenis_pengeluaran\": \"1\",\n            \"nama_jenis_pengeluaran\": \"Project\",\n            \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n        }\n    },\n    {\n        \"id_kategori_pengeluaran\": \"3\",\n        \"id_jenis_pengeluaran\": \"1\",\n        \"nama_kategori_pengeluaran\": \"Alat Tulis\",\n        \"created_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"updated_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"jenis_pengeluaran\": {\n            \"id_jenis_pengeluaran\": \"1\",\n            \"nama_jenis_pengeluaran\": \"Project\",\n            \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n        }\n    },\n    {\n        \"id_kategori_pengeluaran\": \"6\",\n        \"id_jenis_pengeluaran\": \"1\",\n        \"nama_kategori_pengeluaran\": \"Lomba\",\n        \"created_at\": \"2025-07-13T07:50:25.000000Z\",\n        \"updated_at\": \"2025-07-13T07:50:25.000000Z\",\n        \"jenis_pengeluaran\": {\n            \"id_jenis_pengeluaran\": \"1\",\n            \"nama_jenis_pengeluaran\": \"Project\",\n            \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n        }\n    }\n]"},{"id":"45efd9ad-ceb9-4e01-86fc-b77073c854ee","name":"Read kategori pengeluaran","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran/kategori-pengeluaran"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:13:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id_kategori_pengeluaran\": \"1\",\n        \"id_jenis_pengeluaran\": \"1\",\n        \"nama_kategori_pengeluaran\": \"Lomba\",\n        \"created_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"updated_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"jenis_pengeluaran\": {\n            \"id_jenis_pengeluaran\": \"1\",\n            \"nama_jenis_pengeluaran\": \"Project\",\n            \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n        }\n    },\n    {\n        \"id_kategori_pengeluaran\": \"2\",\n        \"id_jenis_pengeluaran\": \"1\",\n        \"nama_kategori_pengeluaran\": \"Exhibition\",\n        \"created_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"updated_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"jenis_pengeluaran\": {\n            \"id_jenis_pengeluaran\": \"1\",\n            \"nama_jenis_pengeluaran\": \"Project\",\n            \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n        }\n    },\n    {\n        \"id_kategori_pengeluaran\": \"3\",\n        \"id_jenis_pengeluaran\": \"1\",\n        \"nama_kategori_pengeluaran\": \"Alat Tulis\",\n        \"created_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"updated_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"jenis_pengeluaran\": {\n            \"id_jenis_pengeluaran\": \"1\",\n            \"nama_jenis_pengeluaran\": \"Project\",\n            \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n        }\n    },\n    {\n        \"id_kategori_pengeluaran\": \"4\",\n        \"id_jenis_pengeluaran\": \"2\",\n        \"nama_kategori_pengeluaran\": \"Elektronik\",\n        \"created_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"updated_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"jenis_pengeluaran\": {\n            \"id_jenis_pengeluaran\": \"2\",\n            \"nama_jenis_pengeluaran\": \"Non project\",\n            \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n        }\n    },\n    {\n        \"id_kategori_pengeluaran\": \"5\",\n        \"id_jenis_pengeluaran\": \"2\",\n        \"nama_kategori_pengeluaran\": \"Kebersihan\",\n        \"created_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"updated_at\": \"2025-07-12T12:44:25.000000Z\",\n        \"jenis_pengeluaran\": {\n            \"id_jenis_pengeluaran\": \"2\",\n            \"nama_jenis_pengeluaran\": \"Non project\",\n            \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n        }\n    },\n    {\n        \"id_kategori_pengeluaran\": \"6\",\n        \"id_jenis_pengeluaran\": \"1\",\n        \"nama_kategori_pengeluaran\": \"Lomba\",\n        \"created_at\": \"2025-07-13T07:50:25.000000Z\",\n        \"updated_at\": \"2025-07-13T07:50:25.000000Z\",\n        \"jenis_pengeluaran\": {\n            \"id_jenis_pengeluaran\": \"1\",\n            \"nama_jenis_pengeluaran\": \"Project\",\n            \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n        }\n    },\n    {\n        \"id_kategori_pengeluaran\": \"7\",\n        \"id_jenis_pengeluaran\": \"2\",\n        \"nama_kategori_pengeluaran\": \"Lomba\",\n        \"created_at\": \"2025-07-13T07:50:34.000000Z\",\n        \"updated_at\": \"2025-07-13T07:50:34.000000Z\",\n        \"jenis_pengeluaran\": {\n            \"id_jenis_pengeluaran\": \"2\",\n            \"nama_jenis_pengeluaran\": \"Non project\",\n            \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n        }\n    },\n    {\n        \"id_kategori_pengeluaran\": \"8\",\n        \"id_jenis_pengeluaran\": \"2\",\n        \"nama_kategori_pengeluaran\": \"Air\",\n        \"created_at\": \"2025-07-13T20:48:57.000000Z\",\n        \"updated_at\": \"2025-07-13T20:48:57.000000Z\",\n        \"jenis_pengeluaran\": {\n            \"id_jenis_pengeluaran\": \"2\",\n            \"nama_jenis_pengeluaran\": \"Non project\",\n            \"created_at\": \"2025-07-12T12:44:24.000000Z\",\n            \"updated_at\": \"2025-07-12T12:44:24.000000Z\"\n        }\n    }\n]"}],"_postman_id":"8924a1fa-551e-4b26-905d-24db912b87f9"},{"name":"Create kategori pengeluaran","id":"9245dec7-6cf3-49dc-ae4b-704bbbee0a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"jenis_pengeluaran\": \"Project\",\r\n    \"nama_kategori_pengeluaran\": \"Buku mapel\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran/kategori-pengeluaran/create","urlObject":{"path":["api","monitoring-pengeluaran","kategori-pengeluaran","create"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"2bdac849-11db-4850-bf81-32bb4607acd6","name":"Create kategori pengeluaran","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"jenis_pengeluaran\": \"Project\",\r\n    \"nama_kategori_pengeluaran\": \"Buku mapel\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran/kategori-pengeluaran/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:15:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Kategori pengeluaran berhasil disimpan.\",\n    \"data\": {\n        \"id_kategori_pengeluaran\": \"9\",\n        \"id_jenis_pengeluaran\": \"1\",\n        \"nama_kategori_pengeluaran\": \"Buku mapel\",\n        \"updated_at\": \"2025-07-14T09:15:19.000000Z\",\n        \"created_at\": \"2025-07-14T09:15:19.000000Z\"\n    }\n}"}],"_postman_id":"9245dec7-6cf3-49dc-ae4b-704bbbee0a68"},{"name":"Create pengeluaran","id":"9f8bef05-8718-4a3a-854a-c20412f04957","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jenis_pengeluaran","value":"Project","type":"text","uuid":"2a7b5a5a-8344-4ab4-8a93-2a44560b0427"},{"key":"nama_pengeluaran","value":"Kebutuhan mapel","type":"text","uuid":"1e1e58a5-52dd-42eb-8551-de8065db7d31"},{"key":"sub_pengeluaran[0][id_kategori_pengeluaran]","value":"1","type":"text","uuid":"d3fd5071-c383-498e-a4b1-e7824f8a1101"},{"key":"sub_pengeluaran[0][nama_sub_pengeluaran]","value":"Origami","type":"text","uuid":"d65a02fb-e4f8-4b64-b09b-a6fb83f72499"},{"key":"sub_pengeluaran[0][nominal]","value":"50000","type":"text","uuid":"ae0f9641-7339-4842-9d15-9e38e8dae0bd"},{"key":"sub_pengeluaran[0][jumlah_item]","value":"2","type":"text","uuid":"af818938-e821-4b1b-a5e9-b25c53944da3"},{"key":"sub_pengeluaran[0][tanggal_pengeluaran]","value":"2025-07-30","type":"text","uuid":"343d0939-6c8f-42d5-a038-2e776912c1b1"},{"key":"sub_pengeluaran[0][file_nota]","type":"file","uuid":"03befd37-3b54-4f6f-bc93-aaa79f2ac11c","src":"/D:/Sem4/PAD2/NonGIT/Kontrak.pdf"},{"key":"sub_pengeluaran[1][id_kategori_pengeluaran]","value":"3","type":"text","uuid":"17671a91-fc36-4c62-834a-bcc0cdf91a4b"},{"key":"sub_pengeluaran[1][nama_sub_pengeluaran]","value":"Spidol","type":"text","uuid":"994eafbe-1a0f-4f24-bf31-ad553d63e87c"},{"key":"sub_pengeluaran[1][nominal]","value":"10000","type":"text","uuid":"577198f9-60b3-4df3-90ce-9c25f1e9f4f3"},{"key":"sub_pengeluaran[1][jumlah_item]","value":"1","type":"text","uuid":"af4a92f4-88a7-484e-90e9-be57e8de7c71"},{"key":"sub_pengeluaran[1][tanggal_pengeluaran]","value":"2025-07-30","type":"text","uuid":"2ed78557-82d6-43a4-b0ce-3655d3282961"},{"key":"sub_pengeluaran[1][file_nota]","type":"file","uuid":"875d1ceb-d892-45f5-a633-4241302e5518","src":"/D:/Sem4/PAD2/NonGIT/Kontrak.pdf"}]},"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran/create","urlObject":{"path":["api","monitoring-pengeluaran","create"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"6519148a-f9b6-40aa-9414-cb7bde7bf2fb","name":"Create pengeluaran","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jenis_pengeluaran","value":"Project","type":"text","uuid":"2a7b5a5a-8344-4ab4-8a93-2a44560b0427"},{"key":"nama_pengeluaran","value":"Kebutuhan mapel","type":"text","uuid":"1e1e58a5-52dd-42eb-8551-de8065db7d31"},{"key":"sub_pengeluaran[0][id_kategori_pengeluaran]","value":"1","type":"text","uuid":"d3fd5071-c383-498e-a4b1-e7824f8a1101"},{"key":"sub_pengeluaran[0][nama_sub_pengeluaran]","value":"Origami","type":"text","uuid":"d65a02fb-e4f8-4b64-b09b-a6fb83f72499"},{"key":"sub_pengeluaran[0][nominal]","value":"50000","type":"text","uuid":"ae0f9641-7339-4842-9d15-9e38e8dae0bd"},{"key":"sub_pengeluaran[0][jumlah_item]","value":"2","type":"text","uuid":"af818938-e821-4b1b-a5e9-b25c53944da3"},{"key":"sub_pengeluaran[0][tanggal_pengeluaran]","value":"2025-07-30","type":"text","uuid":"343d0939-6c8f-42d5-a038-2e776912c1b1"},{"key":"sub_pengeluaran[0][file_nota]","type":"file","uuid":"03befd37-3b54-4f6f-bc93-aaa79f2ac11c","src":"/D:/Sem4/PAD2/NonGIT/Kontrak.pdf"},{"key":"sub_pengeluaran[1][id_kategori_pengeluaran]","value":"3","type":"text","uuid":"17671a91-fc36-4c62-834a-bcc0cdf91a4b"},{"key":"sub_pengeluaran[1][nama_sub_pengeluaran]","value":"Spidol","type":"text","uuid":"994eafbe-1a0f-4f24-bf31-ad553d63e87c"},{"key":"sub_pengeluaran[1][nominal]","value":"10000","type":"text","uuid":"577198f9-60b3-4df3-90ce-9c25f1e9f4f3"},{"key":"sub_pengeluaran[1][jumlah_item]","value":"1","type":"text","uuid":"af4a92f4-88a7-484e-90e9-be57e8de7c71"},{"key":"sub_pengeluaran[1][tanggal_pengeluaran]","value":"2025-07-30","type":"text","uuid":"2ed78557-82d6-43a4-b0ce-3655d3282961"},{"key":"sub_pengeluaran[1][file_nota]","type":"file","uuid":"875d1ceb-d892-45f5-a633-4241302e5518","src":"/D:/Sem4/PAD2/NonGIT/Kontrak.pdf"}]},"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:21:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Pengeluaran dan sub pengeluaran berhasil disimpan.\",\n    \"data\": {\n        \"id_pengeluaran\": \"4\",\n        \"id_jenis_pengeluaran\": \"1\",\n        \"id_user\": \"5\",\n        \"nama_pengeluaran\": \"Kebutuhan mapel\",\n        \"total_pengeluaran\": 110000,\n        \"updated_at\": \"2025-07-14T09:21:57.000000Z\",\n        \"created_at\": \"2025-07-14T09:21:57.000000Z\"\n    }\n}"}],"_postman_id":"9f8bef05-8718-4a3a-854a-c20412f04957"},{"name":"Read detail pengeluaran","id":"e8c70352-a9e3-4326-bf60-6c52aa940679","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran/detail/4","urlObject":{"path":["api","monitoring-pengeluaran","detail","4"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"ba04e46b-3c7f-4b56-9685-663ec028999c","name":"Read detail pengeluaran","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran/detail/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:22:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"id_pengeluaran\": \"4\",\n    \"id_jenis_pengeluaran\": \"1\",\n    \"id_user\": \"5\",\n    \"nama_pengeluaran\": \"Kebutuhan mapel\",\n    \"total_pengeluaran\": 110000,\n    \"created_at\": \"2025-07-14T09:21:57.000000Z\",\n    \"updated_at\": \"2025-07-14T09:21:57.000000Z\",\n    \"sub_pengeluaran\": [\n        {\n            \"id_sub_pengeluaran\": \"10\",\n            \"id_pengeluaran\": \"4\",\n            \"id_kategori_pengeluaran\": \"1\",\n            \"id_user\": \"5\",\n            \"nama_sub_pengeluaran\": \"Origami\",\n            \"nominal\": 50000,\n            \"jumlah_item\": 2,\n            \"file_nota\": \"storage/sub_pengeluaran/nota_10.pdf\",\n            \"tanggal_pengeluaran\": \"2025-07-30\",\n            \"created_at\": \"2025-07-14T09:21:58.000000Z\",\n            \"updated_at\": \"2025-07-14T09:21:58.000000Z\",\n            \"deleted_at\": null,\n            \"kategori_pengeluaran\": {\n                \"id_kategori_pengeluaran\": \"1\",\n                \"id_jenis_pengeluaran\": \"1\",\n                \"nama_kategori_pengeluaran\": \"Lomba\",\n                \"created_at\": \"2025-07-12T12:44:25.000000Z\",\n                \"updated_at\": \"2025-07-12T12:44:25.000000Z\"\n            }\n        },\n        {\n            \"id_sub_pengeluaran\": \"11\",\n            \"id_pengeluaran\": \"4\",\n            \"id_kategori_pengeluaran\": \"3\",\n            \"id_user\": \"5\",\n            \"nama_sub_pengeluaran\": \"Spidol\",\n            \"nominal\": 10000,\n            \"jumlah_item\": 1,\n            \"file_nota\": \"storage/sub_pengeluaran/nota_11.pdf\",\n            \"tanggal_pengeluaran\": \"2025-07-30\",\n            \"created_at\": \"2025-07-14T09:21:58.000000Z\",\n            \"updated_at\": \"2025-07-14T09:21:58.000000Z\",\n            \"deleted_at\": null,\n            \"kategori_pengeluaran\": {\n                \"id_kategori_pengeluaran\": \"3\",\n                \"id_jenis_pengeluaran\": \"1\",\n                \"nama_kategori_pengeluaran\": \"Alat Tulis\",\n                \"created_at\": \"2025-07-12T12:44:25.000000Z\",\n                \"updated_at\": \"2025-07-12T12:44:25.000000Z\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e8c70352-a9e3-4326-bf60-6c52aa940679"},{"name":"Update pengeluaran","id":"59d7ee54-9cd1-4341-8d66-d5b89c08ae33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nama_pengeluaran\": \"Test Update\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran/pengeluaran/update/4","urlObject":{"path":["api","monitoring-pengeluaran","pengeluaran","update","4"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"068cdbce-28c5-4b4e-961d-8ccd87115437","name":"Update pengeluaran","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nama_pengeluaran\": \"Test Update\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran/pengeluaran/update/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:23:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Pengeluaran berhasil diperbarui.\",\n    \"data\": {\n        \"id_pengeluaran\": \"4\",\n        \"id_jenis_pengeluaran\": \"1\",\n        \"id_user\": \"5\",\n        \"nama_pengeluaran\": \"Test Update\",\n        \"total_pengeluaran\": 110000,\n        \"created_at\": \"2025-07-14T09:21:57.000000Z\",\n        \"updated_at\": \"2025-07-14T09:23:49.000000Z\"\n    }\n}"}],"_postman_id":"59d7ee54-9cd1-4341-8d66-d5b89c08ae33"},{"name":"Update sub pengeluaran","id":"29f36b32-670a-48d8-962b-394f2b167296","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id_kategori_pengeluaran","value":"6","type":"text","uuid":"036f43a3-35fc-41ec-a480-171ba565800f"},{"key":"nama_sub_pengeluaran","value":"Origami A5","type":"text","uuid":"dd56b950-7ab6-47b0-82ab-e181b21ca41a"},{"key":"nominal","value":"50000","type":"text","uuid":"ca0d8c5f-d19a-479a-a8f5-d6979f269008"},{"key":"jumlah_item","value":"2","type":"text","uuid":"f2c63751-ad2b-4bb9-a9f1-f9f2e33fd932"},{"key":"tanggal_pengeluaran","value":"2025-05-30","type":"text","uuid":"397d6981-b2c2-4c8f-b342-27af33ac80cb"},{"key":"file_nota","type":"file","uuid":"b0755163-8123-47a3-bb3a-076eaa23e705","value":null}]},"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran/sub-pengeluaran/update/9","urlObject":{"path":["api","monitoring-pengeluaran","sub-pengeluaran","update","9"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"024b6d50-8c55-427a-b9a7-94e1fa796c92","name":"Update sub pengeluaran","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id_kategori_pengeluaran","value":"6","type":"text","uuid":"036f43a3-35fc-41ec-a480-171ba565800f"},{"key":"nama_sub_pengeluaran","value":"Origami A5","type":"text","uuid":"dd56b950-7ab6-47b0-82ab-e181b21ca41a"},{"key":"nominal","value":"50000","type":"text","uuid":"ca0d8c5f-d19a-479a-a8f5-d6979f269008"},{"key":"jumlah_item","value":"2","type":"text","uuid":"f2c63751-ad2b-4bb9-a9f1-f9f2e33fd932"},{"key":"tanggal_pengeluaran","value":"2025-05-30","type":"text","uuid":"397d6981-b2c2-4c8f-b342-27af33ac80cb"},{"key":"file_nota","type":"file","uuid":"b0755163-8123-47a3-bb3a-076eaa23e705","value":null}]},"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran/sub-pengeluaran/update/9"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:24:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Sub pengeluaran berhasil diperbarui.\",\n    \"data\": {\n        \"id_sub_pengeluaran\": \"9\",\n        \"id_pengeluaran\": \"2\",\n        \"id_kategori_pengeluaran\": \"6\",\n        \"id_user\": \"5\",\n        \"nama_sub_pengeluaran\": \"Origami A5\",\n        \"nominal\": \"50000\",\n        \"jumlah_item\": \"2\",\n        \"file_nota\": null,\n        \"tanggal_pengeluaran\": \"2025-05-30\",\n        \"created_at\": \"2025-07-14T09:12:05.000000Z\",\n        \"updated_at\": \"2025-07-14T09:24:52.000000Z\",\n        \"deleted_at\": null\n    }\n}"}],"_postman_id":"29f36b32-670a-48d8-962b-394f2b167296"},{"name":"Delete sub pengeluaran","id":"8856124b-fe8a-409c-8ce0-7ee1835f4e57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran/sub-pengeluaran/delete/9","urlObject":{"path":["api","monitoring-pengeluaran","sub-pengeluaran","delete","9"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"e07c4d38-0115-4b32-b4fb-99ec5d904155","name":"Delete sub pengeluaran","originalRequest":{"method":"DELETE","header":[],"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran/sub-pengeluaran/delete/9"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:25:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Sub pengeluaran berhasil dihapus.\"\n}"}],"_postman_id":"8856124b-fe8a-409c-8ce0-7ee1835f4e57"},{"name":"Create sub pengeluaran","id":"46416fab-ebfc-4a3e-832d-b2f0312f0f0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id_kategori_pengeluaran","value":"3","type":"text"},{"key":"nama_sub_pengeluaran","value":"Penggantian kabel LCD","type":"text"},{"key":"nominal","value":"250000","type":"text"},{"key":"jumlah_item","value":"3","type":"text"},{"key":"tanggal_pengeluaran","value":"2025-07-20","type":"text"},{"key":"file_nota","type":"file","fileUploadError":"","src":"d:\\Sem4\\INTEROPERABILITAS\\WASTEAPP_Application_Based_on_Android_for_Househol.pdf"}]},"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran/pengeluaran/2/sub-pengeluaran","urlObject":{"path":["api","monitoring-pengeluaran","pengeluaran","2","sub-pengeluaran"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"7c36f0d8-8c27-4ba9-9a80-eab5adb4a9b9","name":"Create sub pengeluaran","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id_kategori_pengeluaran","value":"3","type":"text"},{"key":"nama_sub_pengeluaran","value":"Penggantian kabel LCD","type":"text"},{"key":"nominal","value":"250000","type":"text"},{"key":"jumlah_item","value":"3","type":"text"},{"key":"tanggal_pengeluaran","value":"2025-07-20","type":"text"},{"key":"file_nota","type":"file","fileUploadError":"","src":"d:\\Sem4\\INTEROPERABILITAS\\WASTEAPP_Application_Based_on_Android_for_Househol.pdf"}]},"url":"http://127.0.0.1:8000/api/monitoring-pengeluaran/pengeluaran/2/sub-pengeluaran"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:12:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Sub pengeluaran berhasil ditambahkan.\",\n    \"data\": {\n        \"id_sub_pengeluaran\": \"9\",\n        \"id_pengeluaran\": \"2\",\n        \"id_kategori_pengeluaran\": \"3\",\n        \"nama_sub_pengeluaran\": \"Penggantian kabel LCD\",\n        \"id_user\": \"5\",\n        \"nominal\": \"250000\",\n        \"jumlah_item\": \"3\",\n        \"tanggal_pengeluaran\": \"2025-07-20\",\n        \"file_nota\": null,\n        \"updated_at\": \"2025-07-14T09:12:05.000000Z\",\n        \"created_at\": \"2025-07-14T09:12:05.000000Z\"\n    },\n    \"total_pengeluaran\": 5286000\n}"}],"_postman_id":"46416fab-ebfc-4a3e-832d-b2f0312f0f0a"}],"id":"a4832f63-f063-43e5-ad2b-c37e0f23cfa7","_postman_id":"a4832f63-f063-43e5-ad2b-c37e0f23cfa7","description":""},{"name":"Tagihan","item":[{"name":"Get tagihan siswa","id":"bad75900-7c07-44af-af1c-31a7cafe9698","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/tagihan/100003","urlObject":{"path":["api","tagihan","100003"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"c4f1c364-71f5-4944-a4c6-3a9f9641a08f","name":"Get tagihan siswa","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/tagihan/100003"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:27:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data tagihan siswa berhasil diambil.\",\n    \"data\": {\n        \"nama_siswa\": \"Rudi Hartono\",\n        \"nisn\": \"100003\",\n        \"level\": \"VIII\",\n        \"akademik\": \"Techno\",\n        \"tagihan_uang_kbm\": \"0\",\n        \"tagihan_uang_spp\": \"0\",\n        \"tagihan_uang_pemeliharaan\": \"0\",\n        \"tagihan_uang_sumbangan\": \"0\",\n        \"tagihan_boarding\": \"0\",\n        \"tagihan_konsumsi\": \"0\",\n        \"tagihan_ekstra\": \"450.000\",\n        \"tagihan_uang_saku\": \"0\",\n        \"tagihan_tunggakan\": \"0\"\n    }\n}"}],"_postman_id":"bad75900-7c07-44af-af1c-31a7cafe9698"},{"name":"Create tagihan siswa","id":"91097804-7632-4274-b908-764c9bd8aacb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"nisn","value":"100003","type":"text","uuid":"0ee1a89e-6eab-4d53-911a-3a9649349140"},{"key":"file_tagihan","type":"file","uuid":"c9319d4a-4216-4953-a784-64a7982988c5","src":"/D:/Sem4/PAD2/NonGIT/Tagihan siswa.pdf"}]},"url":"http://127.0.0.1:8000/api/tagihan/create","urlObject":{"path":["api","tagihan","create"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"e6289161-2062-4be8-b70a-80e81c4ae32c","name":"Create tagihan siswa","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"nisn","value":"100003","type":"text","uuid":"0ee1a89e-6eab-4d53-911a-3a9649349140"},{"key":"file_tagihan","type":"file","uuid":"c9319d4a-4216-4953-a784-64a7982988c5","src":"/D:/Sem4/PAD2/NonGIT/Tagihan siswa.pdf"}]},"url":"http://127.0.0.1:8000/api/tagihan/create"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:27:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Hasil pembuatan tagihan siswa berhasil disimpan.\",\n    \"data\": {\n        \"id_hasil_tagihan\": \"1\",\n        \"id_siswa\": \"43\",\n        \"id_user\": \"5\",\n        \"nama_siswa\": \"Rudi Hartono\",\n        \"level\": \"VIII\",\n        \"akademik\": \"Techno\",\n        \"file_tagihan\": \"storage/tagihan_siswa/tagihan_43_1.pdf\",\n        \"updated_at\": \"2025-07-14T09:27:37.000000Z\",\n        \"created_at\": \"2025-07-14T09:27:37.000000Z\"\n    }\n}"}],"_postman_id":"91097804-7632-4274-b908-764c9bd8aacb"},{"name":"Get monitoring tagihan","id":"84ff75d4-0411-4c5c-a9a9-08ce0b007604","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/tagihan","urlObject":{"path":["api","tagihan"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"f5428ccf-b2fd-4fb3-aac7-d9b2aca7cc33","name":"Get monitoring tagihan","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/tagihan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:28:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data hasil tagihan berhasil diambil.\",\n    \"data\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"id_hasil_tagihan\": \"1\",\n                \"id_siswa\": \"43\",\n                \"id_user\": \"5\",\n                \"nama_siswa\": \"Rudi Hartono\",\n                \"level\": \"VIII\",\n                \"akademik\": \"Techno\",\n                \"file_tagihan\": \"storage/tagihan_siswa/tagihan_43_1.pdf\",\n                \"created_at\": \"2025-07-14T09:27:37.000000Z\",\n                \"updated_at\": \"2025-07-14T09:27:37.000000Z\"\n            }\n        ],\n        \"first_page_url\": \"http://127.0.0.1:8000/api/tagihan?page=1\",\n        \"from\": 1,\n        \"last_page\": 1,\n        \"last_page_url\": \"http://127.0.0.1:8000/api/tagihan?page=1\",\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/tagihan?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"next_page_url\": null,\n        \"path\": \"http://127.0.0.1:8000/api/tagihan\",\n        \"per_page\": 20,\n        \"prev_page_url\": null,\n        \"to\": 1,\n        \"total\": 1\n    }\n}"}],"_postman_id":"84ff75d4-0411-4c5c-a9a9-08ce0b007604"}],"id":"e92af054-949b-4354-85f9-2fed59e4ed4f","_postman_id":"e92af054-949b-4354-85f9-2fed59e4ed4f","description":""},{"name":"Tunggakan","item":[{"name":"Create tunggakan","id":"18103d72-1d3a-4a4a-9ba7-c3f5d98d610b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id_siswa\": \"25\",\r\n  \"nama_siswa\": \"Tono Mulyono\",\r\n  \"jenis_tagihan\": \"Boarding & Konsumsi\",\r\n  \"periode\": \"2024/2025\",\r\n  \"tagihan\": [\r\n    {\r\n      \"nama_tagihan\": \"Boarding\",\r\n      \"nominal\": 3500000\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tunggakan/create","urlObject":{"path":["api","tunggakan","create"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"daa927ef-c1ac-4e50-b808-0507eed885e4","name":"Create tunggakan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id_siswa\": \"25\",\r\n  \"nama_siswa\": \"Tono Mulyono\",\r\n  \"jenis_tagihan\": \"Boarding & Konsumsi\",\r\n  \"periode\": \"2024/2025\",\r\n  \"tagihan\": [\r\n    {\r\n      \"nama_tagihan\": \"Boarding\",\r\n      \"nominal\": 3500000\r\n    }\r\n  ]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tunggakan/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:35:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Tunggakan berhasil ditambahkan\"\n}"}],"_postman_id":"18103d72-1d3a-4a4a-9ba7-c3f5d98d610b"},{"name":"Read monitoring tunggakan","id":"a82c1b83-9362-4730-99c1-d3ab4139ad2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/tunggakan/","urlObject":{"path":["api","tunggakan",""],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"6b49077b-5d69-4bc6-b01a-e6d061ec9451","name":"Read monitoring tunggakan","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/tunggakan/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:36:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"id_tunggakan\": \"28\",\n                \"nisn\": \"018291829128\",\n                \"nama_siswa\": \"Tono Mulyono\",\n                \"jenis_tagihan\": \"Boarding & Konsumsi\",\n                \"nama_tagihan\": \"Boarding\",\n                \"nominal\": 3500000,\n                \"periode\": \"2024/2025\",\n                \"status\": \"Belum Lunas\",\n                \"catatan\": null,\n                \"created_at\": \"2025-07-14T09:35:57.000000Z\",\n                \"updated_at\": \"2025-07-14T09:35:57.000000Z\"\n            },\n            {\n                \"id_tunggakan\": \"24\",\n                \"nisn\": \"SIS000002\",\n                \"nama_siswa\": \"Siti Aminah\",\n                \"jenis_tagihan\": \"Umum\",\n                \"nama_tagihan\": \"SPP\",\n                \"nominal\": 299000,\n                \"periode\": \"2025/2026\",\n                \"status\": \"Belum Lunas\",\n                \"catatan\": null,\n                \"created_at\": \"2025-07-13T07:41:05.000000Z\",\n                \"updated_at\": \"2025-07-13T07:41:05.000000Z\"\n            },\n            {\n                \"id_tunggakan\": \"25\",\n                \"nisn\": \"SIS000002\",\n                \"nama_siswa\": \"Siti Aminah\",\n                \"jenis_tagihan\": \"Umum\",\n                \"nama_tagihan\": \"KBM\",\n                \"nominal\": 499000,\n                \"periode\": \"2025/2026\",\n                \"status\": \"Belum Lunas\",\n                \"catatan\": null,\n                \"created_at\": \"2025-07-13T07:41:05.000000Z\",\n                \"updated_at\": \"2025-07-13T07:41:05.000000Z\"\n            },\n            {\n                \"id_tunggakan\": \"26\",\n                \"nisn\": \"SIS000002\",\n                \"nama_siswa\": \"Siti Aminah\",\n                \"jenis_tagihan\": \"Umum\",\n                \"nama_tagihan\": \"Pemeliharaan\",\n                \"nominal\": 199000,\n                \"periode\": \"2025/2026\",\n                \"status\": \"Belum Lunas\",\n                \"catatan\": null,\n                \"created_at\": \"2025-07-13T07:41:05.000000Z\",\n                \"updated_at\": \"2025-07-13T07:41:05.000000Z\"\n            },\n            {\n                \"id_tunggakan\": \"27\",\n                \"nisn\": \"SIS000002\",\n                \"nama_siswa\": \"Siti Aminah\",\n                \"jenis_tagihan\": \"Umum\",\n                \"nama_tagihan\": \"Sumbangan\",\n                \"nominal\": 149001,\n                \"periode\": \"2025/2026\",\n                \"status\": \"Belum Lunas\",\n                \"catatan\": null,\n                \"created_at\": \"2025-07-13T07:41:05.000000Z\",\n                \"updated_at\": \"2025-07-13T07:41:05.000000Z\"\n            },\n            {\n                \"id_tunggakan\": \"22\",\n                \"nisn\": \"SIS000005\",\n                \"nama_siswa\": \"Agus Prasetyo\",\n                \"jenis_tagihan\": \"Umum\",\n                \"nama_tagihan\": \"Pemeliharaan\",\n                \"nominal\": 1000000,\n                \"periode\": \"2025/2026\",\n                \"status\": \"Belum Lunas\",\n                \"catatan\": null,\n                \"created_at\": \"2025-07-13T07:31:08.000000Z\",\n                \"updated_at\": \"2025-07-13T07:31:08.000000Z\"\n            },\n            {\n                \"id_tunggakan\": \"21\",\n                \"nisn\": \"SIS000005\",\n                \"nama_siswa\": \"Agus Prasetyo\",\n                \"jenis_tagihan\": \"Umum\",\n                \"nama_tagihan\": \"KBM\",\n                \"nominal\": 10000000,\n                \"periode\": \"2025/2026\",\n                \"status\": \"Belum Lunas\",\n                \"catatan\": null,\n                \"created_at\": \"2025-07-13T07:31:08.000000Z\",\n                \"updated_at\": \"2025-07-13T07:31:08.000000Z\"\n            },\n            {\n                \"id_tunggakan\": \"20\",\n                \"nisn\": \"SIS000005\",\n                \"nama_siswa\": \"Agus Prasetyo\",\n                \"jenis_tagihan\": \"Umum\",\n                \"nama_tagihan\": \"SPP\",\n                \"nominal\": 1000000,\n                \"periode\": \"2025/2026\",\n                \"status\": \"Belum Lunas\",\n                \"catatan\": null,\n                \"created_at\": \"2025-07-13T07:31:08.000000Z\",\n                \"updated_at\": \"2025-07-13T07:31:08.000000Z\"\n            },\n            {\n                \"id_tunggakan\": \"23\",\n                \"nisn\": \"SIS000005\",\n                \"nama_siswa\": \"Agus Prasetyo\",\n                \"jenis_tagihan\": \"Umum\",\n                \"nama_tagihan\": \"Sumbangan\",\n                \"nominal\": 9999998,\n                \"periode\": \"2025/2026\",\n                \"status\": \"Belum Lunas\",\n                \"catatan\": null,\n                \"created_at\": \"2025-07-13T07:31:08.000000Z\",\n                \"updated_at\": \"2025-07-13T07:31:08.000000Z\"\n            },\n            {\n                \"id_tunggakan\": \"19\",\n                \"nisn\": \"SIS000002\",\n                \"nama_siswa\": \"Siti Aminah\",\n                \"jenis_tagihan\": \"Ekstra\",\n                \"nama_tagihan\": \"Piano\",\n                \"nominal\": 250000,\n                \"periode\": \"2025/2026\",\n                \"status\": \"Belum Lunas\",\n                \"catatan\": null,\n                \"created_at\": \"2025-07-13T06:55:21.000000Z\",\n                \"updated_at\": \"2025-07-13T06:55:21.000000Z\"\n            }\n        ],\n        \"first_page_url\": \"http://127.0.0.1:8000/api/tunggakan?page=1\",\n        \"from\": 1,\n        \"last_page\": 3,\n        \"last_page_url\": \"http://127.0.0.1:8000/api/tunggakan?page=3\",\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/tunggakan?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/tunggakan?page=2\",\n                \"label\": \"2\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/tunggakan?page=3\",\n                \"label\": \"3\",\n                \"active\": false\n            },\n            {\n                \"url\": \"http://127.0.0.1:8000/api/tunggakan?page=2\",\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"next_page_url\": \"http://127.0.0.1:8000/api/tunggakan?page=2\",\n        \"path\": \"http://127.0.0.1:8000/api/tunggakan\",\n        \"per_page\": 10,\n        \"prev_page_url\": null,\n        \"to\": 10,\n        \"total\": 27\n    }\n}"}],"_postman_id":"a82c1b83-9362-4730-99c1-d3ab4139ad2a"},{"name":"Read detail tunggakan","id":"b0f5759c-6825-458c-bda6-2760abb00dcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/tunggakan/detail/28","urlObject":{"path":["api","tunggakan","detail","28"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"9cc516fd-51ce-4700-a11f-ec26fb8c7e2a","name":"Read detail tunggakan","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/tunggakan/detail/28"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:37:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"id_tunggakan\": \"28\",\n        \"nisn\": \"018291829128\",\n        \"nama_siswa\": \"Tono Mulyono\",\n        \"jenis_tagihan\": \"Boarding & Konsumsi\",\n        \"nama_tagihan\": \"Boarding\",\n        \"nominal\": 3500000,\n        \"periode\": \"2024/2025\",\n        \"status\": \"Belum Lunas\",\n        \"catatan\": null,\n        \"created_at\": \"2025-07-14T09:35:57.000000Z\",\n        \"updated_at\": \"2025-07-14T09:35:57.000000Z\"\n    }\n}"}],"_postman_id":"b0f5759c-6825-458c-bda6-2760abb00dcd"},{"name":"Update tunggakan","id":"c81ac035-e95d-45dd-ab1e-0ab9ccd7c84e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"nominal\": 175000,\r\n  \"status\": \"Belum Lunas\",\r\n  \"catatan\": \"Dicicil bulan ini\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tunggakan/update/28","urlObject":{"path":["api","tunggakan","update","28"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"23d294d8-5054-403d-9586-9d1efae2853c","name":"Update tunggakan","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"nominal\": 175000,\r\n  \"status\": \"Belum Lunas\",\r\n  \"catatan\": \"Dicicil bulan ini\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/tunggakan/update/28"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:38:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Tunggakan berhasil diperbarui.\",\n    \"data\": {\n        \"id_tunggakan\": \"28\",\n        \"nisn\": \"018291829128\",\n        \"nama_siswa\": \"Tono Mulyono\",\n        \"jenis_tagihan\": \"Boarding & Konsumsi\",\n        \"nama_tagihan\": \"Boarding\",\n        \"nominal\": 175000,\n        \"periode\": \"2024/2025\",\n        \"status\": \"Belum Lunas\",\n        \"catatan\": null,\n        \"created_at\": \"2025-07-14T09:35:57.000000Z\",\n        \"updated_at\": \"2025-07-14T09:38:51.000000Z\"\n    }\n}"}],"_postman_id":"c81ac035-e95d-45dd-ab1e-0ab9ccd7c84e"},{"name":"Delete tunggakan","id":"0b2bc3c3-1f59-4d42-9720-5789a2314754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://127.0.0.1:8000/api/tunggakan/delete/28","urlObject":{"path":["api","tunggakan","delete","28"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"9ff71c2e-eeee-499c-bd34-5457d9711555","name":"Delete tunggakan","originalRequest":{"method":"DELETE","header":[],"url":"http://127.0.0.1:8000/api/tunggakan/delete/28"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:39:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Tunggakan berhasil dihapus.\"\n}"}],"_postman_id":"0b2bc3c3-1f59-4d42-9720-5789a2314754"}],"id":"849c28cb-3b1c-4f71-bed1-1540a5d16657","_postman_id":"849c28cb-3b1c-4f71-bed1-1540a5d16657","description":""},{"name":"Read dashboard","id":"14b4352d-eb79-494b-b390-e6c5333cf207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/dashboard","urlObject":{"path":["api","dashboard"],"host":["http://127.0.0.1:8000"],"query":[],"variable":[]}},"response":[{"id":"459e7639-cfea-4cf0-ac4a-c5dc77592539","name":"Read dashboard","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/dashboard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.14"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 14 Jul 2025 09:09:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Data dashboard berhasil diambil.\",\n    \"saldoPraxis\": \"148999\",\n    \"saldoTechno\": \"4200379\",\n    \"tagihanPraxis\": \"53700000\",\n    \"tagihanTechno\": \"28009620\",\n    \"saldoEkstra\": \"351000\",\n    \"tagihanEkstra\": \"4250000\",\n    \"tagihanUangSaku\": \"1800000\",\n    \"rekapSaldo\": 4700378,\n    \"rekapTagihan\": 87759620\n}"}],"_postman_id":"14b4352d-eb79-494b-b390-e6c5333cf207"}],"event":[{"listen":"prerequest","script":{"id":"069c10d2-7af5-478c-acf7-eed29a2ecc3c","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"a145d87c-c0c2-4799-b076-6add157df828","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"BASE_URL","value":"http://127.0.0.1:8000","type":"string"},{"key":"AUTH_TOKEN","value":"42|yI5AV92yop70118RvMyRCjzhYqZKgl0T5NuWdca8432bd645","type":"string"}]}