{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "http:\/\/10.160.0.2"
        }
    ],
    "info": {
        "name": "School Management API Documentation",
        "_postman_id": "92d9bb5f-7729-4243-a855-e6efdfb3b0fd",
        "description": "REST API for the School Management System covering students, staff, classes, exams, attendance, fees, hostel, transport, timetable, and communication modules.",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Attendance Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/studentAttendance",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentAttendance",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentAttendance"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/studentAttendance",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentAttendance",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentAttendance"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"student_id\":16,\"date\":\"2026-05-03T17:54:46\",\"status\":\"Present\",\"batch_id\":16,\"remarks\":\"architecto\",\"marked_by\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/studentAttendance\/{attendance_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentAttendance\/:attendance_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentAttendance\/:attendance_id",
                            "variable": [
                                {
                                    "id": "attendance_id",
                                    "key": "attendance_id",
                                    "value": "1",
                                    "description": "The ID of the attendance."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/studentAttendance\/{attendance_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentAttendance\/:attendance_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentAttendance\/:attendance_id",
                            "variable": [
                                {
                                    "id": "attendance_id",
                                    "key": "attendance_id",
                                    "value": "1",
                                    "description": "The ID of the attendance."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"student_id\":16,\"date\":\"2026-05-03T17:54:46\",\"status\":\"Absent\",\"batch_id\":16,\"remarks\":\"architecto\",\"marked_by\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/studentAttendance\/{attendance_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentAttendance\/:attendance_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentAttendance\/:attendance_id",
                            "variable": [
                                {
                                    "id": "attendance_id",
                                    "key": "attendance_id",
                                    "value": "1",
                                    "description": "The ID of the attendance."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/teacherAttendance",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/teacherAttendance",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/teacherAttendance"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/teacherAttendance",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/teacherAttendance",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/teacherAttendance"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"staff_id\":16,\"date\":\"2026-05-03T17:54:46\",\"status\":\"Leave\",\"remarks\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/teacherAttendance\/{attendance_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/teacherAttendance\/:attendance_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/teacherAttendance\/:attendance_id",
                            "variable": [
                                {
                                    "id": "attendance_id",
                                    "key": "attendance_id",
                                    "value": "1",
                                    "description": "The ID of the attendance."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/teacherAttendance\/{attendance_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/teacherAttendance\/:attendance_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/teacherAttendance\/:attendance_id",
                            "variable": [
                                {
                                    "id": "attendance_id",
                                    "key": "attendance_id",
                                    "value": "1",
                                    "description": "The ID of the attendance."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"staff_id\":16,\"date\":\"2026-05-03T17:54:46\",\"status\":\"Present\",\"remarks\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/teacherAttendance\/{attendance_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/teacherAttendance\/:attendance_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/teacherAttendance\/:attendance_id",
                            "variable": [
                                {
                                    "id": "attendance_id",
                                    "key": "attendance_id",
                                    "value": "1",
                                    "description": "The ID of the attendance."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/studentLeaveRequest",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentLeaveRequest",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentLeaveRequest"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/studentLeaveRequest",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentLeaveRequest",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentLeaveRequest"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"student_id\":16,\"start_date\":\"2026-05-03T17:54:46\",\"end_date\":\"2052-05-26\",\"reason\":\"architecto\",\"status\":\"Pending\",\"applied_on\":\"2026-05-03T17:54:46\",\"approved_by\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/studentLeaveRequest\/{leave_request_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentLeaveRequest\/:leave_request_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentLeaveRequest\/:leave_request_id",
                            "variable": [
                                {
                                    "id": "leave_request_id",
                                    "key": "leave_request_id",
                                    "value": "1",
                                    "description": "The ID of the leave request."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/studentLeaveRequest\/{leave_request_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentLeaveRequest\/:leave_request_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentLeaveRequest\/:leave_request_id",
                            "variable": [
                                {
                                    "id": "leave_request_id",
                                    "key": "leave_request_id",
                                    "value": "1",
                                    "description": "The ID of the leave request."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"student_id\":16,\"start_date\":\"2026-05-03T17:54:46\",\"end_date\":\"2052-05-26\",\"reason\":\"architecto\",\"status\":\"Approved\",\"applied_on\":\"2026-05-03T17:54:46\",\"approved_by\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/studentLeaveRequest\/{leave_request_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentLeaveRequest\/:leave_request_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentLeaveRequest\/:leave_request_id",
                            "variable": [
                                {
                                    "id": "leave_request_id",
                                    "key": "leave_request_id",
                                    "value": "1",
                                    "description": "The ID of the leave request."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/teacherLeaveRequest",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/teacherLeaveRequest",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/teacherLeaveRequest"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/teacherLeaveRequest",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/teacherLeaveRequest",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/teacherLeaveRequest"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"staff_id\":16,\"start_date\":\"2026-05-03T17:54:46\",\"end_date\":\"2052-05-26\",\"reason\":\"architecto\",\"status\":\"Pending\",\"applied_on\":\"2026-05-03T17:54:46\",\"approved_by\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/teacherLeaveRequest\/{leave_request_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/teacherLeaveRequest\/:leave_request_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/teacherLeaveRequest\/:leave_request_id",
                            "variable": [
                                {
                                    "id": "leave_request_id",
                                    "key": "leave_request_id",
                                    "value": "1",
                                    "description": "The ID of the leave request."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/teacherLeaveRequest\/{leave_request_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/teacherLeaveRequest\/:leave_request_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/teacherLeaveRequest\/:leave_request_id",
                            "variable": [
                                {
                                    "id": "leave_request_id",
                                    "key": "leave_request_id",
                                    "value": "1",
                                    "description": "The ID of the leave request."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"staff_id\":16,\"start_date\":\"2026-05-03T17:54:46\",\"end_date\":\"2052-05-26\",\"reason\":\"architecto\",\"status\":\"Approved\",\"applied_on\":\"2026-05-03T17:54:46\",\"approved_by\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/teacherLeaveRequest\/{leave_request_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/teacherLeaveRequest\/:leave_request_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/teacherLeaveRequest\/:leave_request_id",
                            "variable": [
                                {
                                    "id": "leave_request_id",
                                    "key": "leave_request_id",
                                    "value": "1",
                                    "description": "The ID of the leave request."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/holiday",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/holiday",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/holiday"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/holiday",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/holiday",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/holiday"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"date\":\"2026-05-03T17:54:46\",\"description\":\"Eius et animi quos velit et.\",\"is_recurring\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/holiday\/{holiday_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/holiday\/:holiday_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/holiday\/:holiday_id",
                            "variable": [
                                {
                                    "id": "holiday_id",
                                    "key": "holiday_id",
                                    "value": "1",
                                    "description": "The ID of the holiday."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/holiday\/{holiday_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/holiday\/:holiday_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/holiday\/:holiday_id",
                            "variable": [
                                {
                                    "id": "holiday_id",
                                    "key": "holiday_id",
                                    "value": "1",
                                    "description": "The ID of the holiday."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"date\":\"2026-05-03T17:54:46\",\"description\":\"Eius et animi quos velit et.\",\"is_recurring\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/holiday\/{holiday_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/holiday\/:holiday_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/holiday\/:holiday_id",
                            "variable": [
                                {
                                    "id": "holiday_id",
                                    "key": "holiday_id",
                                    "value": "1",
                                    "description": "The ID of the holiday."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Class Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/classes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/classes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/classes"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/classes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/classes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/classes"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"class_name\":\"b\",\"class_code\":\"ngzmiyvdljnikhwa\",\"academic_year_id\":16,\"description\":\"Eius et animi quos velit et.\",\"is_active\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/classes\/{schoolClass_class_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/classes\/:schoolClass_class_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/classes\/:schoolClass_class_id",
                            "variable": [
                                {
                                    "id": "schoolClass_class_id",
                                    "key": "schoolClass_class_id",
                                    "value": "1",
                                    "description": "The ID of the schoolClass class."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/classes\/{schoolClass_class_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/classes\/:schoolClass_class_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/classes\/:schoolClass_class_id",
                            "variable": [
                                {
                                    "id": "schoolClass_class_id",
                                    "key": "schoolClass_class_id",
                                    "value": "1",
                                    "description": "The ID of the schoolClass class."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"class_name\":\"b\",\"academic_year_id\":16,\"description\":\"Eius et animi quos velit et.\",\"is_active\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/classes\/{schoolClass_class_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/classes\/:schoolClass_class_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/classes\/:schoolClass_class_id",
                            "variable": [
                                {
                                    "id": "schoolClass_class_id",
                                    "key": "schoolClass_class_id",
                                    "value": "1",
                                    "description": "The ID of the schoolClass class."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/sections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sections",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sections"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/sections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sections",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sections"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"section_name\":\"bngzmi\",\"class_id\":16,\"class_teacher_id\":16,\"capacity\":39,\"description\":\"Eius et animi quos velit et.\",\"is_active\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/sections\/{section_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sections\/:section_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sections\/:section_id",
                            "variable": [
                                {
                                    "id": "section_id",
                                    "key": "section_id",
                                    "value": "1",
                                    "description": "The ID of the section."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/sections\/{section_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sections\/:section_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sections\/:section_id",
                            "variable": [
                                {
                                    "id": "section_id",
                                    "key": "section_id",
                                    "value": "1",
                                    "description": "The ID of the section."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"section_name\":\"bngzmi\",\"class_id\":16,\"capacity\":39,\"description\":\"Eius et animi quos velit et.\",\"is_active\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/sections\/{section_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/sections\/:section_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/sections\/:section_id",
                            "variable": [
                                {
                                    "id": "section_id",
                                    "key": "section_id",
                                    "value": "1",
                                    "description": "The ID of the section."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/batches",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/batches",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/batches"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/batches",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/batches",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/batches"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"class_id\":16,\"section_id\":16,\"academic_year_id\":16,\"batch_name\":\"n\",\"batch_code\":\"gzmiyvdljnikhway\",\"start_date\":\"2026-05-03T17:54:46\",\"end_date\":\"2052-05-26\",\"is_active\":true,\"description\":\"Eius et animi quos velit et.\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/batches\/{batch_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/batches\/:batch_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/batches\/:batch_id",
                            "variable": [
                                {
                                    "id": "batch_id",
                                    "key": "batch_id",
                                    "value": "1",
                                    "description": "The ID of the batch."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/batches\/{batch_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/batches\/:batch_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/batches\/:batch_id",
                            "variable": [
                                {
                                    "id": "batch_id",
                                    "key": "batch_id",
                                    "value": "1",
                                    "description": "The ID of the batch."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"class_id\":16,\"section_id\":16,\"academic_year_id\":16,\"batch_name\":\"n\",\"start_date\":\"2026-05-03T17:54:46\",\"end_date\":\"2052-05-26\",\"start_time\":\"17:54\",\"end_time\":\"2052-05-26\",\"is_active\":false,\"description\":\"Eius et animi quos velit et.\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/batches\/{batch_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/batches\/:batch_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/batches\/:batch_id",
                            "variable": [
                                {
                                    "id": "batch_id",
                                    "key": "batch_id",
                                    "value": "1",
                                    "description": "The ID of the batch."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/academic-years",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/academic-years",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/academic-years"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/academic-years",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/academic-years",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/academic-years"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"year_range\":\"bngzmiyvdljnikhw\",\"start_date\":\"2026-05-03T17:54:46\",\"end_date\":\"2052-05-26\",\"is_current\":false,\"description\":\"Eius et animi quos velit et.\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/academic-years\/{academic_year_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/academic-years\/:academic_year_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/academic-years\/:academic_year_id",
                            "variable": [
                                {
                                    "id": "academic_year_id",
                                    "key": "academic_year_id",
                                    "value": "1",
                                    "description": "The ID of the academic year."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/academic-years\/{academic_year_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/academic-years\/:academic_year_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/academic-years\/:academic_year_id",
                            "variable": [
                                {
                                    "id": "academic_year_id",
                                    "key": "academic_year_id",
                                    "value": "1",
                                    "description": "The ID of the academic year."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-03T17:54:46\",\"end_date\":\"2052-05-26\",\"is_current\":false,\"description\":\"Eius et animi quos velit et.\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/academic-years\/{academic_year_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/academic-years\/:academic_year_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/academic-years\/:academic_year_id",
                            "variable": [
                                {
                                    "id": "academic_year_id",
                                    "key": "academic_year_id",
                                    "value": "1",
                                    "description": "The ID of the academic year."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Communication Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/message",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/message",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/message"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/message",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/message",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/message"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"content\":\"architecto\",\"message_type\":\"App Notification\",\"scheduled_at\":\"2026-05-03T17:54:47\",\"priority\":\"Normal\",\"is_sent\":true}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/message\/{message_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/message\/:message_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/message\/:message_id",
                            "variable": [
                                {
                                    "id": "message_id",
                                    "key": "message_id",
                                    "value": "1",
                                    "description": "The ID of the message."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/message\/{message_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/message\/:message_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/message\/:message_id",
                            "variable": [
                                {
                                    "id": "message_id",
                                    "key": "message_id",
                                    "value": "1",
                                    "description": "The ID of the message."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"content\":\"architecto\",\"message_type\":\"Email\",\"scheduled_at\":\"2026-05-03T17:54:47\",\"priority\":\"Low\",\"is_sent\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/message\/{message_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/message\/:message_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/message\/:message_id",
                            "variable": [
                                {
                                    "id": "message_id",
                                    "key": "message_id",
                                    "value": "1",
                                    "description": "The ID of the message."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/messageRecipient",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/messageRecipient",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/messageRecipient"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/messageRecipient",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/messageRecipient",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/messageRecipient"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"message_id\":\"architecto\",\"user_id\":\"architecto\",\"status\":\"Pending\",\"delivered_at\":\"2026-05-03T17:54:47\",\"read_at\":\"2026-05-03T17:54:47\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/messageRecipient\/{recipient_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/messageRecipient\/:recipient_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/messageRecipient\/:recipient_id",
                            "variable": [
                                {
                                    "id": "recipient_id",
                                    "key": "recipient_id",
                                    "value": "1",
                                    "description": "The ID of the recipient."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/messageRecipient\/{recipient_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/messageRecipient\/:recipient_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/messageRecipient\/:recipient_id",
                            "variable": [
                                {
                                    "id": "recipient_id",
                                    "key": "recipient_id",
                                    "value": "1",
                                    "description": "The ID of the recipient."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"message_id\":\"architecto\",\"user_id\":\"architecto\",\"status\":\"Failed\",\"delivered_at\":\"2026-05-03T17:54:47\",\"read_at\":\"2026-05-03T17:54:47\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/messageRecipient\/{recipient_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/messageRecipient\/:recipient_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/messageRecipient\/:recipient_id",
                            "variable": [
                                {
                                    "id": "recipient_id",
                                    "key": "recipient_id",
                                    "value": "1",
                                    "description": "The ID of the recipient."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/circular",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/circular",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/circular"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/circular",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/circular",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/circular"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"content\":\"architecto\",\"issued_date\":\"2026-05-03T17:54:47\",\"target_audience\":\"Teachers\",\"attachment_url\":\"http:\\\/\\\/bailey.com\\\/\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/circular\/{circular_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/circular\/:circular_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/circular\/:circular_id",
                            "variable": [
                                {
                                    "id": "circular_id",
                                    "key": "circular_id",
                                    "value": "1",
                                    "description": "The ID of the circular."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/circular\/{circular_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/circular\/:circular_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/circular\/:circular_id",
                            "variable": [
                                {
                                    "id": "circular_id",
                                    "key": "circular_id",
                                    "value": "1",
                                    "description": "The ID of the circular."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"content\":\"architecto\",\"issued_date\":\"2026-05-03T17:54:47\",\"target_audience\":\"All\",\"attachment_url\":\"http:\\\/\\\/bailey.com\\\/\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/circular\/{circular_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/circular\/:circular_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/circular\/:circular_id",
                            "variable": [
                                {
                                    "id": "circular_id",
                                    "key": "circular_id",
                                    "value": "1",
                                    "description": "The ID of the circular."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/notificationSetting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/notificationSetting",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/notificationSetting"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/notificationSetting",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/notificationSetting",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/notificationSetting"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":\"architecto\",\"allow_sms\":true,\"allow_email\":false,\"allow_app\":false,\"allow_announcements\":false,\"allow_circulars\":true}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/notificationSetting\/{setting_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/notificationSetting\/:setting_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/notificationSetting\/:setting_id",
                            "variable": [
                                {
                                    "id": "setting_id",
                                    "key": "setting_id",
                                    "value": "1",
                                    "description": "The ID of the setting."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/notificationSetting\/{setting_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/notificationSetting\/:setting_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/notificationSetting\/:setting_id",
                            "variable": [
                                {
                                    "id": "setting_id",
                                    "key": "setting_id",
                                    "value": "1",
                                    "description": "The ID of the setting."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"allow_sms\":false,\"allow_email\":true,\"allow_app\":false,\"allow_announcements\":false,\"allow_circulars\":true}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/notificationSetting\/{setting_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/notificationSetting\/:setting_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/notificationSetting\/:setting_id",
                            "variable": [
                                {
                                    "id": "setting_id",
                                    "key": "setting_id",
                                    "value": "1",
                                    "description": "The ID of the setting."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Exam Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/exam",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/exam",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/exam"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/exam",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/exam",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/exam"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/exam\/{exam_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/exam\/:exam_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/exam\/:exam_id",
                            "variable": [
                                {
                                    "id": "exam_id",
                                    "key": "exam_id",
                                    "value": "1",
                                    "description": "The ID of the exam."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/exam\/{exam_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/exam\/:exam_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/exam\/:exam_id",
                            "variable": [
                                {
                                    "id": "exam_id",
                                    "key": "exam_id",
                                    "value": "1",
                                    "description": "The ID of the exam."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/exam\/{exam_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/exam\/:exam_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/exam\/:exam_id",
                            "variable": [
                                {
                                    "id": "exam_id",
                                    "key": "exam_id",
                                    "value": "1",
                                    "description": "The ID of the exam."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/examSchedule",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/examSchedule",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/examSchedule"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/examSchedule",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/examSchedule",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/examSchedule"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/examSchedule\/{schedule_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/examSchedule\/:schedule_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/examSchedule\/:schedule_id",
                            "variable": [
                                {
                                    "id": "schedule_id",
                                    "key": "schedule_id",
                                    "value": "1",
                                    "description": "The ID of the schedule."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/examSchedule\/{schedule_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/examSchedule\/:schedule_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/examSchedule\/:schedule_id",
                            "variable": [
                                {
                                    "id": "schedule_id",
                                    "key": "schedule_id",
                                    "value": "1",
                                    "description": "The ID of the schedule."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/examSchedule\/{schedule_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/examSchedule\/:schedule_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/examSchedule\/:schedule_id",
                            "variable": [
                                {
                                    "id": "schedule_id",
                                    "key": "schedule_id",
                                    "value": "1",
                                    "description": "The ID of the schedule."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/gradingScheme",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/gradingScheme",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/gradingScheme"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/gradingScheme",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/gradingScheme",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/gradingScheme"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/gradingScheme\/{grading_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/gradingScheme\/:grading_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/gradingScheme\/:grading_id",
                            "variable": [
                                {
                                    "id": "grading_id",
                                    "key": "grading_id",
                                    "value": "1",
                                    "description": "The ID of the grading."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/gradingScheme\/{grading_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/gradingScheme\/:grading_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/gradingScheme\/:grading_id",
                            "variable": [
                                {
                                    "id": "grading_id",
                                    "key": "grading_id",
                                    "value": "1",
                                    "description": "The ID of the grading."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/gradingScheme\/{grading_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/gradingScheme\/:grading_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/gradingScheme\/:grading_id",
                            "variable": [
                                {
                                    "id": "grading_id",
                                    "key": "grading_id",
                                    "value": "1",
                                    "description": "The ID of the grading."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/studentMark",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentMark",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentMark"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/studentMark",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentMark",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentMark"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/studentMark\/{mark_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentMark\/:mark_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentMark\/:mark_id",
                            "variable": [
                                {
                                    "id": "mark_id",
                                    "key": "mark_id",
                                    "value": "1",
                                    "description": "The ID of the mark."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/studentMark\/{mark_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentMark\/:mark_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentMark\/:mark_id",
                            "variable": [
                                {
                                    "id": "mark_id",
                                    "key": "mark_id",
                                    "value": "1",
                                    "description": "The ID of the mark."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/studentMark\/{mark_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentMark\/:mark_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentMark\/:mark_id",
                            "variable": [
                                {
                                    "id": "mark_id",
                                    "key": "mark_id",
                                    "value": "1",
                                    "description": "The ID of the mark."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/studentReportCard",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentReportCard",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentReportCard"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/studentReportCard",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentReportCard",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentReportCard"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/studentReportCard\/{report_card_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentReportCard\/:report_card_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentReportCard\/:report_card_id",
                            "variable": [
                                {
                                    "id": "report_card_id",
                                    "key": "report_card_id",
                                    "value": "1",
                                    "description": "The ID of the report card."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/studentReportCard\/{report_card_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentReportCard\/:report_card_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentReportCard\/:report_card_id",
                            "variable": [
                                {
                                    "id": "report_card_id",
                                    "key": "report_card_id",
                                    "value": "1",
                                    "description": "The ID of the report card."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/studentReportCard\/{report_card_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentReportCard\/:report_card_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentReportCard\/:report_card_id",
                            "variable": [
                                {
                                    "id": "report_card_id",
                                    "key": "report_card_id",
                                    "value": "1",
                                    "description": "The ID of the report card."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Fee Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/feeCategory",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feeCategory",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feeCategory"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/feeCategory",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feeCategory",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feeCategory"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/feeCategory\/{fee_category_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feeCategory\/:fee_category_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feeCategory\/:fee_category_id",
                            "variable": [
                                {
                                    "id": "fee_category_id",
                                    "key": "fee_category_id",
                                    "value": "1",
                                    "description": "The ID of the fee category."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/feeCategory\/{fee_category_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feeCategory\/:fee_category_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feeCategory\/:fee_category_id",
                            "variable": [
                                {
                                    "id": "fee_category_id",
                                    "key": "fee_category_id",
                                    "value": "1",
                                    "description": "The ID of the fee category."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/feeCategory\/{fee_category_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feeCategory\/:fee_category_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feeCategory\/:fee_category_id",
                            "variable": [
                                {
                                    "id": "fee_category_id",
                                    "key": "fee_category_id",
                                    "value": "1",
                                    "description": "The ID of the fee category."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/feeStructure",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feeStructure",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feeStructure"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/feeStructure",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feeStructure",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feeStructure"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/feeStructure\/{fee_structure_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feeStructure\/:fee_structure_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feeStructure\/:fee_structure_id",
                            "variable": [
                                {
                                    "id": "fee_structure_id",
                                    "key": "fee_structure_id",
                                    "value": "1",
                                    "description": "The ID of the fee structure."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/feeStructure\/{fee_structure_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feeStructure\/:fee_structure_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feeStructure\/:fee_structure_id",
                            "variable": [
                                {
                                    "id": "fee_structure_id",
                                    "key": "fee_structure_id",
                                    "value": "1",
                                    "description": "The ID of the fee structure."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/feeStructure\/{fee_structure_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feeStructure\/:fee_structure_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feeStructure\/:fee_structure_id",
                            "variable": [
                                {
                                    "id": "fee_structure_id",
                                    "key": "fee_structure_id",
                                    "value": "1",
                                    "description": "The ID of the fee structure."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/studentFee",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentFee",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentFee"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/studentFee",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentFee",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentFee"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/studentFee\/{student_fee_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentFee\/:student_fee_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentFee\/:student_fee_id",
                            "variable": [
                                {
                                    "id": "student_fee_id",
                                    "key": "student_fee_id",
                                    "value": "1",
                                    "description": "The ID of the student fee."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/studentFee\/{student_fee_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentFee\/:student_fee_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentFee\/:student_fee_id",
                            "variable": [
                                {
                                    "id": "student_fee_id",
                                    "key": "student_fee_id",
                                    "value": "1",
                                    "description": "The ID of the student fee."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/studentFee\/{student_fee_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentFee\/:student_fee_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentFee\/:student_fee_id",
                            "variable": [
                                {
                                    "id": "student_fee_id",
                                    "key": "student_fee_id",
                                    "value": "1",
                                    "description": "The ID of the student fee."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/feePayment",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feePayment",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feePayment"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/feePayment",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feePayment",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feePayment"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/feePayment\/{payment_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feePayment\/:payment_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feePayment\/:payment_id",
                            "variable": [
                                {
                                    "id": "payment_id",
                                    "key": "payment_id",
                                    "value": "1",
                                    "description": "The ID of the payment."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/feePayment\/{payment_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feePayment\/:payment_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feePayment\/:payment_id",
                            "variable": [
                                {
                                    "id": "payment_id",
                                    "key": "payment_id",
                                    "value": "1",
                                    "description": "The ID of the payment."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/feePayment\/{payment_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/feePayment\/:payment_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/feePayment\/:payment_id",
                            "variable": [
                                {
                                    "id": "payment_id",
                                    "key": "payment_id",
                                    "value": "1",
                                    "description": "The ID of the payment."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/discount",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/discount",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/discount"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/discount",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/discount",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/discount"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/discount\/{discount_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/discount\/:discount_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/discount\/:discount_id",
                            "variable": [
                                {
                                    "id": "discount_id",
                                    "key": "discount_id",
                                    "value": "1",
                                    "description": "The ID of the discount."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/discount\/{discount_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/discount\/:discount_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/discount\/:discount_id",
                            "variable": [
                                {
                                    "id": "discount_id",
                                    "key": "discount_id",
                                    "value": "1",
                                    "description": "The ID of the discount."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/discount\/{discount_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/discount\/:discount_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/discount\/:discount_id",
                            "variable": [
                                {
                                    "id": "discount_id",
                                    "key": "discount_id",
                                    "value": "1",
                                    "description": "The ID of the discount."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/studentDiscount",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentDiscount",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentDiscount"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/studentDiscount",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentDiscount",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentDiscount"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/studentDiscount\/{student_discount_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentDiscount\/:student_discount_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentDiscount\/:student_discount_id",
                            "variable": [
                                {
                                    "id": "student_discount_id",
                                    "key": "student_discount_id",
                                    "value": "1",
                                    "description": "The ID of the student discount."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/studentDiscount\/{student_discount_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentDiscount\/:student_discount_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentDiscount\/:student_discount_id",
                            "variable": [
                                {
                                    "id": "student_discount_id",
                                    "key": "student_discount_id",
                                    "value": "1",
                                    "description": "The ID of the student discount."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/studentDiscount\/{student_discount_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/studentDiscount\/:student_discount_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/studentDiscount\/:student_discount_id",
                            "variable": [
                                {
                                    "id": "student_discount_id",
                                    "key": "student_discount_id",
                                    "value": "1",
                                    "description": "The ID of the student discount."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/expense",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/expense",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/expense\/{expense_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense\/:expense_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense\/:expense_id",
                            "variable": [
                                {
                                    "id": "expense_id",
                                    "key": "expense_id",
                                    "value": "1",
                                    "description": "The ID of the expense."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/expense\/{expense_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense\/:expense_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense\/:expense_id",
                            "variable": [
                                {
                                    "id": "expense_id",
                                    "key": "expense_id",
                                    "value": "1",
                                    "description": "The ID of the expense."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/expense\/{expense_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense\/:expense_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense\/:expense_id",
                            "variable": [
                                {
                                    "id": "expense_id",
                                    "key": "expense_id",
                                    "value": "1",
                                    "description": "The ID of the expense."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/financialReport",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/financialReport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/financialReport"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/financialReport",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/financialReport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/financialReport"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/financialReport\/{report_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/financialReport\/:report_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/financialReport\/:report_id",
                            "variable": [
                                {
                                    "id": "report_id",
                                    "key": "report_id",
                                    "value": "1",
                                    "description": "The ID of the report."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/financialReport\/{report_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/financialReport\/:report_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/financialReport\/:report_id",
                            "variable": [
                                {
                                    "id": "report_id",
                                    "key": "report_id",
                                    "value": "1",
                                    "description": "The ID of the report."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/financialReport\/{report_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/financialReport\/:report_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/financialReport\/:report_id",
                            "variable": [
                                {
                                    "id": "report_id",
                                    "key": "report_id",
                                    "value": "1",
                                    "description": "The ID of the report."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Hostel & Transport Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/hostels",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hostels",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hostels"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/hostels",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hostels",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hostels"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"hostel_name\":\"b\",\"hostel_type\":\"Co-ed\",\"total_capacity\":22,\"available_capacity\":84,\"location\":\"z\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/hostels\/{hostel_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hostels\/:hostel_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hostels\/:hostel_id",
                            "variable": [
                                {
                                    "id": "hostel_id",
                                    "key": "hostel_id",
                                    "value": "1",
                                    "description": "The ID of the hostel."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/hostels\/{hostel_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hostels\/:hostel_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hostels\/:hostel_id",
                            "variable": [
                                {
                                    "id": "hostel_id",
                                    "key": "hostel_id",
                                    "value": "1",
                                    "description": "The ID of the hostel."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"hostel_name\":\"b\",\"hostel_type\":\"Co-ed\",\"total_capacity\":22,\"available_capacity\":84,\"location\":\"z\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/hostels\/{hostel_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hostels\/:hostel_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hostels\/:hostel_id",
                            "variable": [
                                {
                                    "id": "hostel_id",
                                    "key": "hostel_id",
                                    "value": "1",
                                    "description": "The ID of the hostel."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/hostel-rooms",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hostel-rooms",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hostel-rooms"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/hostel-rooms",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hostel-rooms",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hostel-rooms"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"hostel_id\":16,\"room_number\":\"ngzmiy\",\"room_type\":\"Single\",\"capacity\":16,\"occupied\":42}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/hostel-rooms\/{room_room_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hostel-rooms\/:room_room_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hostel-rooms\/:room_room_id",
                            "variable": [
                                {
                                    "id": "room_room_id",
                                    "key": "room_room_id",
                                    "value": "1",
                                    "description": "The ID of the room room."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/hostel-rooms\/{room_room_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hostel-rooms\/:room_room_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hostel-rooms\/:room_room_id",
                            "variable": [
                                {
                                    "id": "room_room_id",
                                    "key": "room_room_id",
                                    "value": "1",
                                    "description": "The ID of the room room."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"hostel_id\":16,\"room_number\":\"ngzmiy\",\"room_type\":\"Triple\",\"capacity\":16,\"occupied\":42}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/hostel-rooms\/{room_room_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/hostel-rooms\/:room_room_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/hostel-rooms\/:room_room_id",
                            "variable": [
                                {
                                    "id": "room_room_id",
                                    "key": "room_room_id",
                                    "value": "1",
                                    "description": "The ID of the room room."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/student-hostels",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/student-hostels",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/student-hostels"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/student-hostels",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/student-hostels",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/student-hostels"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"student_id\":16,\"hostel_id\":16,\"room_id\":16,\"assigned_date\":\"2026-05-03T17:54:47\",\"checkout_date\":\"2052-05-26\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/student-hostels\/{studentHostel_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/student-hostels\/:studentHostel_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/student-hostels\/:studentHostel_id",
                            "variable": [
                                {
                                    "id": "studentHostel_id",
                                    "key": "studentHostel_id",
                                    "value": "1",
                                    "description": "The ID of the studentHostel."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/student-hostels\/{studentHostel_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/student-hostels\/:studentHostel_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/student-hostels\/:studentHostel_id",
                            "variable": [
                                {
                                    "id": "studentHostel_id",
                                    "key": "studentHostel_id",
                                    "value": "1",
                                    "description": "The ID of the studentHostel."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"student_id\":16,\"hostel_id\":16,\"room_id\":16,\"assigned_date\":\"2026-05-03T17:54:47\",\"checkout_date\":\"2026-05-03T17:54:47\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/student-hostels\/{studentHostel_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/student-hostels\/:studentHostel_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/student-hostels\/:studentHostel_id",
                            "variable": [
                                {
                                    "id": "studentHostel_id",
                                    "key": "studentHostel_id",
                                    "value": "1",
                                    "description": "The ID of the studentHostel."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/transportation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/transportation",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/transportation"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/transportation",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/transportation",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/transportation"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"transport_name\":\"b\",\"transport_type\":\"Van\",\"capacity\":22,\"route\":\"g\",\"departure_time\":\"17:54\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/transportation\/{transport_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/transportation\/:transport_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/transportation\/:transport_id",
                            "variable": [
                                {
                                    "id": "transport_id",
                                    "key": "transport_id",
                                    "value": "1",
                                    "description": "The ID of the transport."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/transportation\/{transport_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/transportation\/:transport_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/transportation\/:transport_id",
                            "variable": [
                                {
                                    "id": "transport_id",
                                    "key": "transport_id",
                                    "value": "1",
                                    "description": "The ID of the transport."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"transport_name\":\"b\",\"transport_type\":\"Shuttle\",\"capacity\":22,\"route\":\"g\",\"departure_time\":\"17:54\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/transportation\/{transport_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/transportation\/:transport_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/transportation\/:transport_id",
                            "variable": [
                                {
                                    "id": "transport_id",
                                    "key": "transport_id",
                                    "value": "1",
                                    "description": "The ID of the transport."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/student-transport",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/student-transport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/student-transport"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/student-transport",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/student-transport",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/student-transport"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"student_id\":16,\"transport_id\":16,\"pickup_location\":\"n\",\"drop_location\":\"g\",\"assigned_date\":\"2026-05-03T17:54:47\",\"leave_date\":\"2026-05-03T17:54:47\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/student-transport\/{studentTransport_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/student-transport\/:studentTransport_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/student-transport\/:studentTransport_id",
                            "variable": [
                                {
                                    "id": "studentTransport_id",
                                    "key": "studentTransport_id",
                                    "value": "1",
                                    "description": "The ID of the studentTransport."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/student-transport\/{studentTransport_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/student-transport\/:studentTransport_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/student-transport\/:studentTransport_id",
                            "variable": [
                                {
                                    "id": "studentTransport_id",
                                    "key": "studentTransport_id",
                                    "value": "1",
                                    "description": "The ID of the studentTransport."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"student_id\":16,\"transport_id\":16,\"pickup_location\":\"n\",\"drop_location\":\"g\",\"assigned_date\":\"2026-05-03T17:54:47\",\"leave_date\":\"2026-05-03T17:54:47\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/student-transport\/{studentTransport_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/student-transport\/:studentTransport_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/student-transport\/:studentTransport_id",
                            "variable": [
                                {
                                    "id": "studentTransport_id",
                                    "key": "studentTransport_id",
                                    "value": "1",
                                    "description": "The ID of the studentTransport."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/facilities",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/facilities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/facilities"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/facilities",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/facilities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/facilities"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"facility_name\":\"b\",\"facility_type\":\"Sports\",\"location\":\"n\",\"capacity\":67,\"available_capacity\":12}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/facilities\/{facility_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/facilities\/:facility_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/facilities\/:facility_id",
                            "variable": [
                                {
                                    "id": "facility_id",
                                    "key": "facility_id",
                                    "value": "1",
                                    "description": "The ID of the facility."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/facilities\/{facility_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/facilities\/:facility_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/facilities\/:facility_id",
                            "variable": [
                                {
                                    "id": "facility_id",
                                    "key": "facility_id",
                                    "value": "1",
                                    "description": "The ID of the facility."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"facility_name\":\"b\",\"facility_type\":\"Cafeteria\",\"location\":\"n\",\"capacity\":67,\"available_capacity\":12}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/facilities\/{facility_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/facilities\/:facility_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/facilities\/:facility_id",
                            "variable": [
                                {
                                    "id": "facility_id",
                                    "key": "facility_id",
                                    "value": "1",
                                    "description": "The ID of the facility."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/facility-bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/facility-bookings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/facility-bookings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/facility-bookings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/facility-bookings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/facility-bookings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"student_id\":16,\"facility_id\":16,\"booking_date\":\"2026-05-03T17:54:47\",\"start_time\":\"17:54\",\"end_time\":\"2052-05-26\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/facility-bookings\/{facilityBooking_booking_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/facility-bookings\/:facilityBooking_booking_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/facility-bookings\/:facilityBooking_booking_id",
                            "variable": [
                                {
                                    "id": "facilityBooking_booking_id",
                                    "key": "facilityBooking_booking_id",
                                    "value": "1",
                                    "description": "The ID of the facilityBooking booking."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/facility-bookings\/{facilityBooking_booking_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/facility-bookings\/:facilityBooking_booking_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/facility-bookings\/:facilityBooking_booking_id",
                            "variable": [
                                {
                                    "id": "facilityBooking_booking_id",
                                    "key": "facilityBooking_booking_id",
                                    "value": "1",
                                    "description": "The ID of the facilityBooking booking."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"student_id\":16,\"facility_id\":16,\"booking_date\":\"2026-05-03T17:54:47\",\"start_time\":\"17:54\",\"end_time\":\"17:54\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/facility-bookings\/{facilityBooking_booking_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/facility-bookings\/:facilityBooking_booking_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/facility-bookings\/:facilityBooking_booking_id",
                            "variable": [
                                {
                                    "id": "facilityBooking_booking_id",
                                    "key": "facilityBooking_booking_id",
                                    "value": "1",
                                    "description": "The ID of the facilityBooking booking."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "RBAC Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"description\":\"Eius et animi quos velit et.\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/roles\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/roles\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"description\":\"Eius et animi quos velit et.\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/roles\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/roles\/{role_id}\/sync-permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:role_id\/sync-permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:role_id\/sync-permissions",
                            "variable": [
                                {
                                    "id": "role_id",
                                    "key": "role_id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permissions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permissions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"module_name\":\"v\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/permissions\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permissions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the permission."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/permissions\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permissions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the permission."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"description\":\"Eius et animi quos velit et.\",\"module_name\":\"v\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/permissions\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permissions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the permission."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/role-permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/role-permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/role-permissions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/role-permissions\/{role_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/role-permissions\/:role_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/role-permissions\/:role_id",
                            "variable": [
                                {
                                    "id": "role_id",
                                    "key": "role_id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/role-permissions\/{role_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/role-permissions\/:role_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/role-permissions\/:role_id",
                            "variable": [
                                {
                                    "id": "role_id",
                                    "key": "role_id",
                                    "value": "1",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/user-roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user-roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user-roles"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/user-roles\/{user_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user-roles\/:user_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user-roles\/:user_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/user-roles\/{user_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user-roles\/:user_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user-roles\/:user_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/user-permissions\/{user_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user-permissions\/:user_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user-permissions\/:user_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/user-permissions\/{user_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user-permissions\/:user_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user-permissions\/:user_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Staff Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/staff\/departments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/staff\/departments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/staff\/departments"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/staff\/departments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/staff\/departments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/staff\/departments"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/staff",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/staff",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/staff"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/staff",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/staff",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/staff"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/staff\/{staff_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/staff\/:staff_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/staff\/:staff_id",
                            "variable": [
                                {
                                    "id": "staff_id",
                                    "key": "staff_id",
                                    "value": "1",
                                    "description": "The ID of the staff."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/staff\/{staff_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/staff\/:staff_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/staff\/:staff_id",
                            "variable": [
                                {
                                    "id": "staff_id",
                                    "key": "staff_id",
                                    "value": "1",
                                    "description": "The ID of the staff."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/staff\/{staff_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/staff\/:staff_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/staff\/:staff_id",
                            "variable": [
                                {
                                    "id": "staff_id",
                                    "key": "staff_id",
                                    "value": "1",
                                    "description": "The ID of the staff."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/staff\/{staff_staff_id}\/attendance",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/staff\/:staff_staff_id\/attendance",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/staff\/:staff_staff_id\/attendance",
                            "variable": [
                                {
                                    "id": "staff_staff_id",
                                    "key": "staff_staff_id",
                                    "value": "1",
                                    "description": "The ID of the staff staff."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/staff\/{staff_staff_id}\/salary",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/staff\/:staff_staff_id\/salary",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/staff\/:staff_staff_id\/salary",
                            "variable": [
                                {
                                    "id": "staff_staff_id",
                                    "key": "staff_staff_id",
                                    "value": "1",
                                    "description": "The ID of the staff staff."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"basic_salary\":1,\"allowances\":1,\"deductions\":0,\"net_salary\":1,\"payment_date\":\"2026-05-03T17:54:46\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/staff\/{staff_staff_id}\/reviews",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/staff\/:staff_staff_id\/reviews",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/staff\/:staff_staff_id\/reviews",
                            "variable": [
                                {
                                    "id": "staff_staff_id",
                                    "key": "staff_staff_id",
                                    "value": "1",
                                    "description": "The ID of the staff staff."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/staff\/{staff_staff_id}\/leave-requests",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/staff\/:staff_staff_id\/leave-requests",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/staff\/:staff_staff_id\/leave-requests",
                            "variable": [
                                {
                                    "id": "staff_staff_id",
                                    "key": "staff_staff_id",
                                    "value": "1",
                                    "description": "The ID of the staff staff."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Student Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/students",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/students",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"first_name\":\"b\",\"last_name\":\"n\",\"date_of_birth\":\"2026-05-03T17:54:46\",\"gender\":\"Female\",\"blood_group\":\"g\",\"nationality\":\"z\",\"religion\":\"m\",\"current_address\":\"architecto\",\"permanent_address\":\"architecto\",\"phone_number\":\"ngzmiyvdljnikhwa\",\"email\":\"breitenberg.gilbert@example.com\",\"profile_photo\":\"u\",\"date_of_admission\":\"2026-05-03T17:54:46\",\"admission_number\":\"w\",\"status\":\"Graduated\",\"father_name\":\"p\",\"father_phone\":\"wlvqwrsitcpscqld\",\"father_email\":\"nstokes@example.org\",\"father_occupation\":\"w\",\"mother_name\":\"t\",\"mother_phone\":\"ujwvlxjklqppwqbe\",\"mother_email\":\"kutch.cynthia@example.org\",\"mother_occupation\":\"q\",\"guardian_name\":\"i\",\"guardian_relationship\":\"t\",\"guardian_phone\":\"pxntltcvipojsaus\",\"guardian_address\":\"architecto\",\"height_cm\":1,\"weight_kg\":0,\"allergies\":\"architecto\",\"medical_conditions\":\"architecto\",\"vaccination_status\":\"n\",\"previous_educations\":[{\"school_name\":\"g\",\"board\":\"z\",\"class_completed\":\"miyvdljnikhwaykc\",\"percentage\":0,\"year_of_passing\":\"9775\"}]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/students\/{student_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_id",
                            "variable": [
                                {
                                    "id": "student_id",
                                    "key": "student_id",
                                    "value": "1",
                                    "description": "The ID of the student."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/students\/{student_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_id",
                            "variable": [
                                {
                                    "id": "student_id",
                                    "key": "student_id",
                                    "value": "1",
                                    "description": "The ID of the student."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"first_name\":\"b\",\"last_name\":\"n\",\"date_of_birth\":\"2026-05-03T17:54:46\",\"gender\":\"Other\",\"blood_group\":\"g\",\"nationality\":\"z\",\"religion\":\"m\",\"current_address\":\"architecto\",\"permanent_address\":\"architecto\",\"phone_number\":\"ngzmiyvdljnikhwa\",\"email\":\"breitenberg.gilbert@example.com\",\"profile_photo\":\"u\",\"date_of_admission\":\"2026-05-03T17:54:46\",\"status\":\"Transferred\",\"father_name\":\"w\",\"father_phone\":\"pwlvqwrsitcpscql\",\"father_email\":\"sleffler@example.org\",\"father_occupation\":\"r\",\"mother_name\":\"w\",\"mother_phone\":\"tujwvlxjklqppwqb\",\"mother_email\":\"madisen51@example.net\",\"mother_occupation\":\"o\",\"guardian_name\":\"q\",\"guardian_relationship\":\"i\",\"guardian_phone\":\"tpxntltcvipojsau\",\"guardian_address\":\"architecto\",\"height_cm\":1,\"weight_kg\":0,\"allergies\":\"architecto\",\"medical_conditions\":\"architecto\",\"vaccination_status\":\"n\",\"previous_educations\":[{\"school_name\":\"g\",\"board\":\"z\",\"class_completed\":\"miyvdljnikhwaykc\",\"percentage\":0,\"year_of_passing\":\"9775\"}],\"contacts\":[{\"contact_type\":\"emergency\",\"contact_value\":\"n\",\"is_primary\":true,\"label\":\"g\"}]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/students\/{student_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_id",
                            "variable": [
                                {
                                    "id": "student_id",
                                    "key": "student_id",
                                    "value": "1",
                                    "description": "The ID of the student."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/students\/{student_student_id}\/parent",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/parent",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/parent",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"father_name\":\"b\",\"father_phone\":\"ngzmiyvdljnikhwa\",\"father_email\":\"breitenberg.gilbert@example.com\",\"father_occupation\":\"u\",\"mother_name\":\"w\",\"mother_phone\":\"pwlvqwrsitcpscql\",\"mother_email\":\"sleffler@example.org\",\"mother_occupation\":\"r\",\"guardian_name\":\"w\",\"guardian_relationship\":\"t\",\"guardian_phone\":\"ujwvlxjklqppwqbe\",\"guardian_address\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/students\/{student_student_id}\/parent",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/parent",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/parent",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"father_name\":\"b\",\"father_phone\":\"ngzmiyvdljnikhwa\",\"father_email\":\"breitenberg.gilbert@example.com\",\"father_occupation\":\"u\",\"mother_name\":\"w\",\"mother_phone\":\"pwlvqwrsitcpscql\",\"mother_email\":\"sleffler@example.org\",\"mother_occupation\":\"r\",\"guardian_name\":\"w\",\"guardian_relationship\":\"t\",\"guardian_phone\":\"ujwvlxjklqppwqbe\",\"guardian_address\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/students\/{student_student_id}\/education",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/education",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/education",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"school_name\":\"b\",\"board\":\"n\",\"class_completed\":\"gzmiyvdljnikhway\",\"percentage\":0,\"year_of_passing\":\"9775\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/students\/{student_student_id}\/education\/{education_education_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/education\/:education_education_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/education\/:education_education_id",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                },
                                {
                                    "id": "education_education_id",
                                    "key": "education_education_id",
                                    "value": "1",
                                    "description": "The ID of the education education."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"school_name\":\"b\",\"board\":\"n\",\"class_completed\":\"gzmiyvdljnikhway\",\"percentage\":0,\"year_of_passing\":\"9775\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/students\/{student_student_id}\/education\/{education_education_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/education\/:education_education_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/education\/:education_education_id",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                },
                                {
                                    "id": "education_education_id",
                                    "key": "education_education_id",
                                    "value": "1",
                                    "description": "The ID of the education education."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/students\/{student_student_id}\/health",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/health",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/health",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/students\/{student_student_id}\/health",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/health",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/health",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"height_cm\":1,\"weight_kg\":1,\"blood_group\":\"g\",\"allergies\":\"architecto\",\"medical_conditions\":\"architecto\",\"vaccination_status\":\"n\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/students\/{student_student_id}\/health\/{healthRecord_health_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/health\/:healthRecord_health_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/health\/:healthRecord_health_id",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                },
                                {
                                    "id": "healthRecord_health_id",
                                    "key": "healthRecord_health_id",
                                    "value": "1",
                                    "description": "The ID of the healthRecord health."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"height_cm\":1,\"weight_kg\":1,\"blood_group\":\"g\",\"allergies\":\"architecto\",\"medical_conditions\":\"architecto\",\"vaccination_status\":\"n\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/students\/{student_student_id}\/health\/{healthRecord_health_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/health\/:healthRecord_health_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/health\/:healthRecord_health_id",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                },
                                {
                                    "id": "healthRecord_health_id",
                                    "key": "healthRecord_health_id",
                                    "value": "1",
                                    "description": "The ID of the healthRecord health."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/students\/{student_student_id}\/enroll",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/enroll",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/enroll",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"batch_id\":16,\"academic_year_id\":16,\"enrollment_date\":\"2026-05-03T17:54:46\",\"status\":\"Graduated\",\"remarks\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/students\/{student_student_id}\/enrollment\/{enrollment_enrollment_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/enrollment\/:enrollment_enrollment_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/enrollment\/:enrollment_enrollment_id",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                },
                                {
                                    "id": "enrollment_enrollment_id",
                                    "key": "enrollment_enrollment_id",
                                    "value": "1",
                                    "description": "The ID of the enrollment enrollment."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"enrollment_date\":\"2026-05-03T17:54:46\",\"status\":\"Graduated\",\"remarks\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/students\/{student_student_id}\/enrollment\/{enrollment_enrollment_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/enrollment\/:enrollment_enrollment_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/enrollment\/:enrollment_enrollment_id",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                },
                                {
                                    "id": "enrollment_enrollment_id",
                                    "key": "enrollment_enrollment_id",
                                    "value": "1",
                                    "description": "The ID of the enrollment enrollment."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/students\/{student_student_id}\/enrollments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/enrollments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/enrollments",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/students\/{student_student_id}\/promote",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/promote",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/promote",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"from_batch_id\":16,\"to_batch_id\":16,\"from_academic_year_id\":16,\"to_academic_year_id\":16,\"promotion_date\":\"2026-05-03T17:54:46\",\"remarks\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/students\/{student_student_id}\/promotions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/promotions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/promotions",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "DELETE api\/students\/{student_student_id}\/promotion\/{promotion_promotion_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/promotion\/:promotion_promotion_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/promotion\/:promotion_promotion_id",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                },
                                {
                                    "id": "promotion_promotion_id",
                                    "key": "promotion_promotion_id",
                                    "value": "16",
                                    "description": "The ID of the promotion promotion."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/students\/{student_student_id}\/documents",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/documents",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/documents",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/students\/{student_student_id}\/documents",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/documents",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/documents",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"document_type\":\"id_proof\",\"document_name\":\"b\",\"file_path\":\"n\",\"file_size\":16,\"mime_type\":\"n\",\"uploaded_by\":16,\"notes\":\"architecto\",\"expiry_date\":\"2026-05-03T17:54:46\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/students\/{student_student_id}\/document\/{document_document_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/document\/:document_document_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/document\/:document_document_id",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                },
                                {
                                    "id": "document_document_id",
                                    "key": "document_document_id",
                                    "value": "1",
                                    "description": "The ID of the document document."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"document_type\":\"passport\",\"document_name\":\"b\",\"file_path\":\"n\",\"file_size\":16,\"mime_type\":\"n\",\"notes\":\"architecto\",\"expiry_date\":\"2026-05-03T17:54:46\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/students\/{student_student_id}\/document\/{document_document_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/document\/:document_document_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/document\/:document_document_id",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                },
                                {
                                    "id": "document_document_id",
                                    "key": "document_document_id",
                                    "value": "1",
                                    "description": "The ID of the document document."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/students\/{student_student_id}\/activities",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/activities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/activities",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/students\/{student_student_id}\/contacts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/contacts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/contacts",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/students\/{student_student_id}\/contacts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/contacts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/contacts",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"contact_type\":\"work\",\"contact_value\":\"b\",\"is_primary\":true,\"label\":\"n\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/students\/{student_student_id}\/contact\/{contact_contact_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/contact\/:contact_contact_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/contact\/:contact_contact_id",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                },
                                {
                                    "id": "contact_contact_id",
                                    "key": "contact_contact_id",
                                    "value": "1",
                                    "description": "The ID of the contact contact."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"contact_type\":\"mobile\",\"contact_value\":\"b\",\"is_primary\":true,\"label\":\"n\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/students\/{student_student_id}\/contact\/{contact_contact_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/students\/:student_student_id\/contact\/:contact_contact_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/students\/:student_student_id\/contact\/:contact_contact_id",
                            "variable": [
                                {
                                    "id": "student_student_id",
                                    "key": "student_student_id",
                                    "value": "1",
                                    "description": "The ID of the student student."
                                },
                                {
                                    "id": "contact_contact_id",
                                    "key": "contact_contact_id",
                                    "value": "1",
                                    "description": "The ID of the contact contact."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Subject Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/subject",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/subject",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/subject"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/subject",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/subject",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/subject"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/subject\/{subject_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/subject\/:subject_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/subject\/:subject_id",
                            "variable": [
                                {
                                    "id": "subject_id",
                                    "key": "subject_id",
                                    "value": "1",
                                    "description": "The ID of the subject."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/subject\/{subject_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/subject\/:subject_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/subject\/:subject_id",
                            "variable": [
                                {
                                    "id": "subject_id",
                                    "key": "subject_id",
                                    "value": "1",
                                    "description": "The ID of the subject."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/subject\/{subject_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/subject\/:subject_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/subject\/:subject_id",
                            "variable": [
                                {
                                    "id": "subject_id",
                                    "key": "subject_id",
                                    "value": "1",
                                    "description": "The ID of the subject."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/classSubject",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/classSubject",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/classSubject"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/classSubject",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/classSubject",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/classSubject"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/classSubject\/{class_subject_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/classSubject\/:class_subject_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/classSubject\/:class_subject_id",
                            "variable": [
                                {
                                    "id": "class_subject_id",
                                    "key": "class_subject_id",
                                    "value": "1",
                                    "description": "The ID of the class subject."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/classSubject\/{class_subject_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/classSubject\/:class_subject_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/classSubject\/:class_subject_id",
                            "variable": [
                                {
                                    "id": "class_subject_id",
                                    "key": "class_subject_id",
                                    "value": "1",
                                    "description": "The ID of the class subject."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/classSubject\/{class_subject_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/classSubject\/:class_subject_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/classSubject\/:class_subject_id",
                            "variable": [
                                {
                                    "id": "class_subject_id",
                                    "key": "class_subject_id",
                                    "value": "1",
                                    "description": "The ID of the class subject."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/curriculum",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/curriculum",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/curriculum"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/curriculum",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/curriculum",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/curriculum"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/curriculum\/{curriculum_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/curriculum\/:curriculum_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/curriculum\/:curriculum_id",
                            "variable": [
                                {
                                    "id": "curriculum_id",
                                    "key": "curriculum_id",
                                    "value": "1",
                                    "description": "The ID of the curriculum."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/curriculum\/{curriculum_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/curriculum\/:curriculum_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/curriculum\/:curriculum_id",
                            "variable": [
                                {
                                    "id": "curriculum_id",
                                    "key": "curriculum_id",
                                    "value": "1",
                                    "description": "The ID of the curriculum."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/curriculum\/{curriculum_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/curriculum\/:curriculum_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/curriculum\/:curriculum_id",
                            "variable": [
                                {
                                    "id": "curriculum_id",
                                    "key": "curriculum_id",
                                    "value": "1",
                                    "description": "The ID of the curriculum."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/lessonPlan",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lessonPlan",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lessonPlan"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/lessonPlan",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lessonPlan",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lessonPlan"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/lessonPlan\/{lesson_plan_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lessonPlan\/:lesson_plan_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lessonPlan\/:lesson_plan_id",
                            "variable": [
                                {
                                    "id": "lesson_plan_id",
                                    "key": "lesson_plan_id",
                                    "value": "1",
                                    "description": "The ID of the lesson plan."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/lessonPlan\/{lesson_plan_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lessonPlan\/:lesson_plan_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lessonPlan\/:lesson_plan_id",
                            "variable": [
                                {
                                    "id": "lesson_plan_id",
                                    "key": "lesson_plan_id",
                                    "value": "1",
                                    "description": "The ID of the lesson plan."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/lessonPlan\/{lesson_plan_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lessonPlan\/:lesson_plan_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lessonPlan\/:lesson_plan_id",
                            "variable": [
                                {
                                    "id": "lesson_plan_id",
                                    "key": "lesson_plan_id",
                                    "value": "1",
                                    "description": "The ID of the lesson plan."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/textbook",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/textbook",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/textbook"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/textbook",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/textbook",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/textbook"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/textbook\/{textbook_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/textbook\/:textbook_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/textbook\/:textbook_id",
                            "variable": [
                                {
                                    "id": "textbook_id",
                                    "key": "textbook_id",
                                    "value": "1",
                                    "description": "The ID of the textbook."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/textbook\/{textbook_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/textbook\/:textbook_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/textbook\/:textbook_id",
                            "variable": [
                                {
                                    "id": "textbook_id",
                                    "key": "textbook_id",
                                    "value": "1",
                                    "description": "The ID of the textbook."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/textbook\/{textbook_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/textbook\/:textbook_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/textbook\/:textbook_id",
                            "variable": [
                                {
                                    "id": "textbook_id",
                                    "key": "textbook_id",
                                    "value": "1",
                                    "description": "The ID of the textbook."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/teacherSubjectMapping",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/teacherSubjectMapping",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/teacherSubjectMapping"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/teacherSubjectMapping",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/teacherSubjectMapping",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/teacherSubjectMapping"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/teacherSubjectMapping\/{mapping_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/teacherSubjectMapping\/:mapping_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/teacherSubjectMapping\/:mapping_id",
                            "variable": [
                                {
                                    "id": "mapping_id",
                                    "key": "mapping_id",
                                    "value": "1",
                                    "description": "The ID of the mapping."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/teacherSubjectMapping\/{mapping_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/teacherSubjectMapping\/:mapping_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/teacherSubjectMapping\/:mapping_id",
                            "variable": [
                                {
                                    "id": "mapping_id",
                                    "key": "mapping_id",
                                    "value": "1",
                                    "description": "The ID of the mapping."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/teacherSubjectMapping\/{mapping_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/teacherSubjectMapping\/:mapping_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/teacherSubjectMapping\/:mapping_id",
                            "variable": [
                                {
                                    "id": "mapping_id",
                                    "key": "mapping_id",
                                    "value": "1",
                                    "description": "The ID of the mapping."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        },
        {
            "name": "Timetable Management",
            "description": "",
            "item": [
                {
                    "name": "GET api\/room",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/room",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/room"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/room",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/room",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/room"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"room_name\":\"b\",\"room_type\":\"Office\",\"capacity\":22,\"description\":\"Eius et animi quos velit et.\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/room\/{room_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/room\/:room_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/room\/:room_id",
                            "variable": [
                                {
                                    "id": "room_id",
                                    "key": "room_id",
                                    "value": "1",
                                    "description": "The ID of the room."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/room\/{room_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/room\/:room_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/room\/:room_id",
                            "variable": [
                                {
                                    "id": "room_id",
                                    "key": "room_id",
                                    "value": "1",
                                    "description": "The ID of the room."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"room_type\":\"Classroom\",\"capacity\":16,\"description\":\"Eius et animi quos velit et.\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/room\/{room_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/room\/:room_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/room\/:room_id",
                            "variable": [
                                {
                                    "id": "room_id",
                                    "key": "room_id",
                                    "value": "1",
                                    "description": "The ID of the room."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/day",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/day",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/day"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/day",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/day",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/day"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"day_name\":\"bngzmiyvdljnikhw\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/day\/{day_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/day\/:day_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/day\/:day_id",
                            "variable": [
                                {
                                    "id": "day_id",
                                    "key": "day_id",
                                    "value": "1",
                                    "description": "The ID of the day."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/day\/{day_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/day\/:day_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/day\/:day_id",
                            "variable": [
                                {
                                    "id": "day_id",
                                    "key": "day_id",
                                    "value": "1",
                                    "description": "The ID of the day."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "[]"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/day\/{day_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/day\/:day_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/day\/:day_id",
                            "variable": [
                                {
                                    "id": "day_id",
                                    "key": "day_id",
                                    "value": "1",
                                    "description": "The ID of the day."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/period",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/period",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/period"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/period",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/period",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/period"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_time\":\"17:54\",\"end_time\":\"2052-05-26\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/period\/{period_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/period\/:period_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/period\/:period_id",
                            "variable": [
                                {
                                    "id": "period_id",
                                    "key": "period_id",
                                    "value": "1",
                                    "description": "The ID of the period."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/period\/{period_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/period\/:period_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/period\/:period_id",
                            "variable": [
                                {
                                    "id": "period_id",
                                    "key": "period_id",
                                    "value": "1",
                                    "description": "The ID of the period."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_time\":\"17:54\",\"end_time\":\"2052-05-26\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/period\/{period_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/period\/:period_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/period\/:period_id",
                            "variable": [
                                {
                                    "id": "period_id",
                                    "key": "period_id",
                                    "value": "1",
                                    "description": "The ID of the period."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/timetable",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/timetable",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/timetable"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/timetable",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/timetable",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/timetable"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"class_id\":16,\"section_id\":16,\"academic_year_id\":16,\"day_id\":16,\"period_id\":16,\"subject_id\":16,\"teacher_id\":16,\"room_id\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/timetable\/{timetable_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/timetable\/:timetable_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/timetable\/:timetable_id",
                            "variable": [
                                {
                                    "id": "timetable_id",
                                    "key": "timetable_id",
                                    "value": "1",
                                    "description": "The ID of the timetable."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/timetable\/{timetable_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/timetable\/:timetable_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/timetable\/:timetable_id",
                            "variable": [
                                {
                                    "id": "timetable_id",
                                    "key": "timetable_id",
                                    "value": "1",
                                    "description": "The ID of the timetable."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"class_id\":16,\"section_id\":16,\"academic_year_id\":16,\"day_id\":16,\"period_id\":16,\"subject_id\":16,\"teacher_id\":16,\"room_id\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/timetable\/{timetable_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/timetable\/:timetable_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/timetable\/:timetable_id",
                            "variable": [
                                {
                                    "id": "timetable_id",
                                    "key": "timetable_id",
                                    "value": "1",
                                    "description": "The ID of the timetable."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/substituteAssignment",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/substituteAssignment",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/substituteAssignment"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/substituteAssignment",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/substituteAssignment",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/substituteAssignment"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"timetable_id\":16,\"original_teacher_id\":16,\"substitute_teacher_id\":16,\"date_of_substitution\":\"2026-05-03T17:54:47\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/substituteAssignment\/{substitute_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/substituteAssignment\/:substitute_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/substituteAssignment\/:substitute_id",
                            "variable": [
                                {
                                    "id": "substitute_id",
                                    "key": "substitute_id",
                                    "value": "1",
                                    "description": "The ID of the substitute."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/substituteAssignment\/{substitute_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/substituteAssignment\/:substitute_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/substituteAssignment\/:substitute_id",
                            "variable": [
                                {
                                    "id": "substitute_id",
                                    "key": "substitute_id",
                                    "value": "1",
                                    "description": "The ID of the substitute."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"timetable_id\":16,\"original_teacher_id\":16,\"substitute_teacher_id\":16,\"date_of_substitution\":\"2026-05-03T17:54:47\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/substituteAssignment\/{substitute_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/substituteAssignment\/:substitute_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/substituteAssignment\/:substitute_id",
                            "variable": [
                                {
                                    "id": "substitute_id",
                                    "key": "substitute_id",
                                    "value": "1",
                                    "description": "The ID of the substitute."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/specialEvent",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/specialEvent",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/specialEvent"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/specialEvent",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/specialEvent",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/specialEvent"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"event_name\":\"b\",\"event_date\":\"2026-05-03T17:54:47\",\"start_time\":\"17:54\",\"end_time\":\"2052-05-26\",\"description\":\"Eius et animi quos velit et.\",\"room_id\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/specialEvent\/{event_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/specialEvent\/:event_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/specialEvent\/:event_id",
                            "variable": [
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": "1",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/specialEvent\/{event_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/specialEvent\/:event_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/specialEvent\/:event_id",
                            "variable": [
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": "1",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"event_name\":\"b\",\"event_date\":\"2026-05-03T17:54:47\",\"start_time\":\"17:54\",\"end_time\":\"2052-05-26\",\"description\":\"Eius et animi quos velit et.\",\"room_id\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/specialEvent\/{event_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/specialEvent\/:event_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/specialEvent\/:event_id",
                            "variable": [
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": "1",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "Authorization",
                "type": "string"
            }
        ]
    }
}