{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api.orbit.intranet.recentglobe.org"
        }
    ],
    "info": {
        "name": "ORBIT API Documentation",
        "_postman_id": "3b7897fc-88b5-4b43-a67a-0aab52fcc99c",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "GET api\/v1",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"message\":\"ORBIT API v1\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get all event types.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/enums\/event-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/enums\/event-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"status\":200,\"message\":null,\"data\":[{\"value\":\"conference\",\"label\":\"Conference\"},{\"value\":\"workshop\",\"label\":\"Workshop\"},{\"value\":\"lecture\",\"label\":\"Lecture\"},{\"value\":\"seminar\",\"label\":\"Seminar\"},{\"value\":\"meeting\",\"label\":\"Meeting\"},{\"value\":\"panel\",\"label\":\"Panel\"},{\"value\":\"exhibition\",\"label\":\"Exhibition\"},{\"value\":\"performance\",\"label\":\"Performance\"},{\"value\":\"other\",\"label\":\"Other\"}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get all event formats.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/enums\/event-formats",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/enums\/event-formats"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"status\":200,\"message\":null,\"data\":[{\"value\":\"in_person\",\"label\":\"In Person\"},{\"value\":\"online\",\"label\":\"Online\"},{\"value\":\"hybrid\",\"label\":\"Hybrid\"}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get all seating types.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/enums\/seating-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/enums\/seating-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"status\":200,\"message\":null,\"data\":[{\"value\":\"theater\",\"label\":\"Theater\"},{\"value\":\"classroom\",\"label\":\"Classroom\"},{\"value\":\"boardroom\",\"label\":\"Boardroom\"},{\"value\":\"u_shape\",\"label\":\"U Shape\"},{\"value\":\"banquet\",\"label\":\"Banquet\"},{\"value\":\"reception\",\"label\":\"Reception\"},{\"value\":\"hollow_square\",\"label\":\"Hollow Square\"},{\"value\":\"cinema\",\"label\":\"Cinema\"},{\"value\":\"podium\",\"label\":\"Podium\"},{\"value\":\"horseshoe\",\"label\":\"Horseshoe\"},{\"value\":\"other\",\"label\":\"Other\"}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of institutions.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/institutions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/institutions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"status\":200,\"message\":null,\"data\":[]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Export all events as iCal format.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/calendar.ics",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/calendar.ics"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "59"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Export events for a specific room as iCal format.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/calendar\/rooms\/:room.ics",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/calendar\/rooms\/:room.ics",
                            "variable": [
                                {
                                    "id": "room",
                                    "key": "room",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "58"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get the current authenticated user info.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/me",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/me"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Log the user out - invalidates the session.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/auth\/logout",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/auth\/logout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get pending events (for managers).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/pending",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/pending"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Batch approve multiple events.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/batch-approve",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/batch-approve"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"event_ids\":[\"6ff8f7f6-1eb3-3525-be4a-3932c805afed\"],\"comment\":\"g\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Batch reject multiple events.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/batch-reject",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/batch-reject"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"event_ids\":[\"6ff8f7f6-1eb3-3525-be4a-3932c805afed\"],\"comment\":\"g\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/push-subscriptions\/vapid-key",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/push-subscriptions\/vapid-key",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/push-subscriptions\/vapid-key"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/push-subscriptions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/push-subscriptions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/push-subscriptions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"endpoint\":\"b\",\"keys\":{\"auth\":\"architecto\",\"p256dh\":\"architecto\"},\"content_encoding\":\"aes128gcm\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/push-subscriptions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/push-subscriptions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/push-subscriptions"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/digest-subscriptions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/digest-subscriptions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/digest-subscriptions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/v1\/digest-subscriptions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/digest-subscriptions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/digest-subscriptions"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"types\":[\"weekly_upcoming\"]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "List notifications for the current user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/notifications",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/notifications"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get unread notification count for the current user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/notifications\/unread-count",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/notifications\/unread-count"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Mark a single notification as read.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/notifications\/:id\/read",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/notifications\/:id\/read",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the notification."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Mark all notifications as read.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/notifications\/read-all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/notifications\/read-all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of events.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created event.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"start_at\":\"2026-03-10T08:57:57\",\"end_at\":\"2052-04-02\",\"is_recurring\":false,\"recurrence_rule\":\"n\",\"recurrence_ends_at\":\"2052-04-02\",\"recurrence_count\":22,\"recurrence_timezone\":\"Antarctica\\\/Rothera\",\"prep_before_minutes\":12,\"cleanup_after_minutes\":77,\"room_id\":\"a1a0a47d-e8c3-3cf0-8e6e-c1ff9dca5d1f\",\"notes\":\"architecto\",\"website\":\"n\",\"contact_email\":\"ashly64@example.com\",\"status\":\"approved\",\"category\":{\"event_type\":\"meeting\",\"format\":\"hybrid\",\"institution_id\":\"21c4122b-d554-3723-966c-6d723ea5293f\",\"institution\":\"l\"},\"roles\":[{\"user_name\":\"j\",\"user_email\":\"lafayette.considine@example.com\",\"role\":\"core_responsible\"}],\"requirements\":[{\"kind\":\"setup\",\"is_required\":false,\"details\":\"architecto\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified event.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "If $id contains '::' it is an occurrence ID in format {series_id}::{occurrence_date}."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified event.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "019bfc2a-05e0-7385-b6d6-5e929b30e2f8",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"start_at\":\"2026-03-10T08:57:57\",\"end_at\":\"2052-04-02\",\"is_recurring\":false,\"recurrence_rule\":\"n\",\"recurrence_ends_at\":\"2026-03-10T08:57:57\",\"recurrence_count\":7,\"recurrence_timezone\":\"America\\\/Bahia_Banderas\",\"prep_before_minutes\":77,\"cleanup_after_minutes\":8,\"room_id\":\"d6fa562b-acd5-35ff-babb-d11194d3737b\",\"notes\":\"architecto\",\"website\":\"n\",\"contact_email\":\"ashly64@example.com\",\"category\":{\"event_type\":\"exhibition\",\"format\":\"in_person\",\"institution_id\":\"21c4122b-d554-3723-966c-6d723ea5293f\",\"institution\":\"l\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified event.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "019bfc2a-05e0-7385-b6d6-5e929b30e2f8",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of event templates for the current user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/event-templates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/event-templates"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created event template.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/event-templates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/event-templates"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"template\":{\"title\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"room_id\":\"21c4122b-d554-3723-966c-6d723ea5293f\",\"notes\":\"architecto\",\"website\":\"n\",\"contact_email\":\"ashly64@example.com\",\"prep_before_minutes\":60,\"cleanup_after_minutes\":42,\"category\":{\"event_type\":\"seminar\",\"format\":\"in_person\",\"institution_id\":\"add3503c-ebff-3875-93af-b8c6a695762b\"},\"roles\":[{\"user_name\":\"n\",\"user_email\":\"cecil42@example.com\",\"role\":\"room_user\"}],\"requirements\":[{\"kind\":\"setup\",\"is_required\":true,\"details\":\"architecto\"}]}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a single event template for the current user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/event-templates\/:event_template",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/event-templates\/:event_template",
                            "variable": [
                                {
                                    "id": "event_template",
                                    "key": "event_template",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update an event template.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/event-templates\/:event_template",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/event-templates\/:event_template",
                            "variable": [
                                {
                                    "id": "event_template",
                                    "key": "event_template",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"template\":{\"title\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"room_id\":\"21c4122b-d554-3723-966c-6d723ea5293f\",\"notes\":\"architecto\",\"website\":\"n\",\"contact_email\":\"ashly64@example.com\",\"prep_before_minutes\":60,\"cleanup_after_minutes\":42,\"category\":{\"event_type\":\"exhibition\",\"format\":\"in_person\",\"institution_id\":\"add3503c-ebff-3875-93af-b8c6a695762b\"},\"roles\":[{\"user_name\":\"n\",\"user_email\":\"cecil42@example.com\",\"role\":\"room_user\"}],\"requirements\":[{\"kind\":\"pr\",\"is_required\":true,\"details\":\"architecto\"}]}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete an event template.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/event-templates\/:event_template",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/event-templates\/:event_template",
                            "variable": [
                                {
                                    "id": "event_template",
                                    "key": "event_template",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Submit event for approval (DRAFT -> PENDING).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/:event_id\/submit",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/:event_id\/submit",
                            "variable": [
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": "019bfc2a-05e0-7385-b6d6-5e929b30e2f8",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Approve event (PENDING -> APPROVED).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/:event_id\/approve",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/:event_id\/approve",
                            "variable": [
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": "019bfc2a-05e0-7385-b6d6-5e929b30e2f8",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"comment\":\"b\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Reject event (PENDING -> DRAFT).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/:event_id\/reject",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/:event_id\/reject",
                            "variable": [
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": "019bfc2a-05e0-7385-b6d6-5e929b30e2f8",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"comment\":\"b\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Return event in the approval flow.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/:event_id\/return",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/:event_id\/return",
                            "variable": [
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": "019bfc2a-05e0-7385-b6d6-5e929b30e2f8",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"comment\":\"b\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Discard event in the approval flow.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/:event_id\/discard",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/:event_id\/discard",
                            "variable": [
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": "019bfc2a-05e0-7385-b6d6-5e929b30e2f8",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"comment\":\"b\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cancel event (any -> CANCELLED).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/:event_id\/cancel",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/:event_id\/cancel",
                            "variable": [
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": "019bfc2a-05e0-7385-b6d6-5e929b30e2f8",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"comment\":\"b\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get approval history for an event.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/:event_id\/approval-history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/:event_id\/approval-history",
                            "variable": [
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": "019bfc2a-05e0-7385-b6d6-5e929b30e2f8",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get approval summary steps for an event.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/:event_id\/approval-summary",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/:event_id\/approval-summary",
                            "variable": [
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": "019bfc2a-05e0-7385-b6d6-5e929b30e2f8",
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show the merged series + override data for a single occurrence.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/:event_id\/occurrences\/:occurrence",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/:event_id\/occurrences\/:occurrence",
                            "variable": [
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": "019bfc2a-05e0-7385-b6d6-5e929b30e2f8",
                                    "description": "The ID of the event."
                                },
                                {
                                    "id": "occurrence",
                                    "key": "occurrence",
                                    "value": "%7C%7B%2B",
                                    "description": "The occurrence."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Returns the series event data merged with any non-null override fields.\n{occurrence} is a URL-encoded ISO 8601 datetime of the occurrence's original start_at."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Upsert an override for a single occurrence.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/:event_id\/occurrences\/:occurrence",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/:event_id\/occurrences\/:occurrence",
                            "variable": [
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": "019bfc2a-05e0-7385-b6d6-5e929b30e2f8",
                                    "description": "The ID of the event."
                                },
                                {
                                    "id": "occurrence",
                                    "key": "occurrence",
                                    "value": "%7C%7B%2B",
                                    "description": "The occurrence."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"is_cancelled\":false,\"title\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"start_at\":\"2026-03-10T08:57:57\",\"end_at\":\"2052-04-02\",\"room_id\":\"a4855dc5-0acb-33c3-b921-f4291f719ca0\",\"notes\":\"architecto\",\"website\":\"n\",\"contact_email\":\"ashly64@example.com\",\"prep_before_minutes\":60,\"cleanup_after_minutes\":42}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the override for a single occurrence (reverts to series defaults).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/:event_id\/occurrences\/:occurrence",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/:event_id\/occurrences\/:occurrence",
                            "variable": [
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": "019bfc2a-05e0-7385-b6d6-5e929b30e2f8",
                                    "description": "The ID of the event."
                                },
                                {
                                    "id": "occurrence",
                                    "key": "occurrence",
                                    "value": "%7C%7B%2B",
                                    "description": "The occurrence."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Upload an attachment to an event.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/:event\/attachments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/:event\/attachments",
                            "variable": [
                                {
                                    "id": "event",
                                    "key": "event",
                                    "value": "019bfc2a-05e0-7385-b6d6-5e929b30e2f8",
                                    "description": "The event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete an event attachment.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/events\/:event\/attachments\/:media",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/events\/:event\/attachments\/:media",
                            "variable": [
                                {
                                    "id": "event",
                                    "key": "event",
                                    "value": "019bfc2a-05e0-7385-b6d6-5e929b30e2f8",
                                    "description": "The event."
                                },
                                {
                                    "id": "media",
                                    "key": "media",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of rooms.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/rooms",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/rooms"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created room.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/rooms",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/rooms"
                        },
                        "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.\",\"capacity\":16,\"equipment\":\"architecto\",\"location\":\"n\",\"is_active\":false,\"venue_id\":\"6b72fe4a-5b40-307c-bc24-f79acf9a1bb9\",\"seating_type\":\"banquet\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified room.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/rooms\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/rooms\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "019bfc23-d2d1-7306-8600-ede2570ef8f5",
                                    "description": "The ID of the room."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified room.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/rooms\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/rooms\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "019bfc23-d2d1-7306-8600-ede2570ef8f5",
                                    "description": "The ID of the room."
                                }
                            ]
                        },
                        "method": "PUT",
                        "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.\",\"capacity\":16,\"equipment\":\"architecto\",\"location\":\"n\",\"is_active\":false,\"venue_id\":\"6b72fe4a-5b40-307c-bc24-f79acf9a1bb9\",\"seating_type\":\"other\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified room.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/rooms\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/rooms\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "019bfc23-d2d1-7306-8600-ede2570ef8f5",
                                    "description": "The ID of the room."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/rooms\/{room_id}\/activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/rooms\/:room_id\/activity",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/rooms\/:room_id\/activity",
                            "variable": [
                                {
                                    "id": "room_id",
                                    "key": "room_id",
                                    "value": "019bfc23-d2d1-7306-8600-ede2570ef8f5",
                                    "description": "The ID of the room."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/rooms\/{room_id}\/restore",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/rooms\/:room_id\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/rooms\/:room_id\/restore",
                            "variable": [
                                {
                                    "id": "room_id",
                                    "key": "room_id",
                                    "value": "019bfc23-d2d1-7306-8600-ede2570ef8f5",
                                    "description": "The ID of the room."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/rooms\/{room_id}\/force",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/rooms\/:room_id\/force",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/rooms\/:room_id\/force",
                            "variable": [
                                {
                                    "id": "room_id",
                                    "key": "room_id",
                                    "value": "019bfc23-d2d1-7306-8600-ede2570ef8f5",
                                    "description": "The ID of the room."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get availability schedules for a room.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/rooms\/:room_id\/availability",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/rooms\/:room_id\/availability",
                            "variable": [
                                {
                                    "id": "room_id",
                                    "key": "room_id",
                                    "value": "019bfc23-d2d1-7306-8600-ede2570ef8f5",
                                    "description": "The ID of the room."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Set availability for a room.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/rooms\/:room_id\/availability",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/rooms\/:room_id\/availability",
                            "variable": [
                                {
                                    "id": "room_id",
                                    "key": "room_id",
                                    "value": "019bfc23-d2d1-7306-8600-ede2570ef8f5",
                                    "description": "The ID of the room."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"type\":\"blocked\",\"days\":[\"thursday\"],\"start_date\":\"2026-03-10\",\"end_date\":\"2052-04-02\",\"periods\":[{\"start\":\"08:57\",\"end\":\"2052-04-02\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete an availability schedule.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/rooms\/:room_id\/availability\/:schedule",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/rooms\/:room_id\/availability\/:schedule",
                            "variable": [
                                {
                                    "id": "room_id",
                                    "key": "room_id",
                                    "value": "019bfc23-d2d1-7306-8600-ede2570ef8f5",
                                    "description": "The ID of the room."
                                },
                                {
                                    "id": "schedule",
                                    "key": "schedule",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get available time slots for a room.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/rooms\/:room_id\/available-slots",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/rooms\/:room_id\/available-slots",
                            "variable": [
                                {
                                    "id": "room_id",
                                    "key": "room_id",
                                    "value": "019bfc23-d2d1-7306-8600-ede2570ef8f5",
                                    "description": "The ID of the room."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"from\":\"2026-03-10\",\"to\":\"2052-04-02\",\"duration\":22}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Upload an image to a room.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/rooms\/:room\/images",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/rooms\/:room\/images",
                            "variable": [
                                {
                                    "id": "room",
                                    "key": "room",
                                    "value": "019bfc23-d2d1-7306-8600-ede2570ef8f5",
                                    "description": "The room."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Delete a room image.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/rooms\/:room\/images\/:media",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/rooms\/:room\/images\/:media",
                            "variable": [
                                {
                                    "id": "room",
                                    "key": "room",
                                    "value": "019bfc23-d2d1-7306-8600-ede2570ef8f5",
                                    "description": "The room."
                                },
                                {
                                    "id": "media",
                                    "key": "media",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of venues.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/venues",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/venues"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created venue.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/venues",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/venues"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"address\":\"architecto\",\"is_active\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified venue.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/venues\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/venues\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "019bfc20-711c-73a6-ad8c-8754d6bdc03e",
                                    "description": "The ID of the venue."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified venue.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/venues\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/venues\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "019bfc20-711c-73a6-ad8c-8754d6bdc03e",
                                    "description": "The ID of the venue."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"address\":\"architecto\",\"is_active\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified venue.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/venues\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/venues\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "019bfc20-711c-73a6-ad8c-8754d6bdc03e",
                                    "description": "The ID of the venue."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get rooms for a specific venue.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/venues\/:venue_id\/rooms",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/venues\/:venue_id\/rooms",
                            "variable": [
                                {
                                    "id": "venue_id",
                                    "key": "venue_id",
                                    "value": "019bfc20-711c-73a6-ad8c-8754d6bdc03e",
                                    "description": "The ID of the venue."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1\/venues\/{venue_id}\/activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/venues\/:venue_id\/activity",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/venues\/:venue_id\/activity",
                            "variable": [
                                {
                                    "id": "venue_id",
                                    "key": "venue_id",
                                    "value": "019bfc20-711c-73a6-ad8c-8754d6bdc03e",
                                    "description": "The ID of the venue."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/venues\/{venue_id}\/restore",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/venues\/:venue_id\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/venues\/:venue_id\/restore",
                            "variable": [
                                {
                                    "id": "venue_id",
                                    "key": "venue_id",
                                    "value": "019bfc20-711c-73a6-ad8c-8754d6bdc03e",
                                    "description": "The ID of the venue."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/venues\/{venue_id}\/force",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/venues\/:venue_id\/force",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/venues\/:venue_id\/force",
                            "variable": [
                                {
                                    "id": "venue_id",
                                    "key": "venue_id",
                                    "value": "019bfc20-711c-73a6-ad8c-8754d6bdc03e",
                                    "description": "The ID of the venue."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Store a newly created institution.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/institutions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/institutions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"code\":\"n\",\"description\":\"Eius et animi quos velit et.\",\"is_active\":false,\"sort_order\":60}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified institution.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/institutions\/:institution_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/institutions\/:institution_id",
                            "variable": [
                                {
                                    "id": "institution_id",
                                    "key": "institution_id",
                                    "value": "architecto",
                                    "description": "The ID of the institution."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified institution.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/institutions\/:institution_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/institutions\/:institution_id",
                            "variable": [
                                {
                                    "id": "institution_id",
                                    "key": "institution_id",
                                    "value": "architecto",
                                    "description": "The ID of the institution."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"code\":\"n\",\"description\":\"Eius et animi quos velit et.\",\"is_active\":true,\"sort_order\":60}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified institution.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/institutions\/:institution_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/institutions\/:institution_id",
                            "variable": [
                                {
                                    "id": "institution_id",
                                    "key": "institution_id",
                                    "value": "architecto",
                                    "description": "The ID of the institution."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/institutions\/{institution_id}\/activity",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/institutions\/:institution_id\/activity",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/institutions\/:institution_id\/activity",
                            "variable": [
                                {
                                    "id": "institution_id",
                                    "key": "institution_id",
                                    "value": "architecto",
                                    "description": "The ID of the institution."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/institutions\/{institution_id}\/restore",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/institutions\/:institution_id\/restore",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/institutions\/:institution_id\/restore",
                            "variable": [
                                {
                                    "id": "institution_id",
                                    "key": "institution_id",
                                    "value": "architecto",
                                    "description": "The ID of the institution."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/v1\/institutions\/{institution_id}\/force",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/institutions\/:institution_id\/force",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/institutions\/:institution_id\/force",
                            "variable": [
                                {
                                    "id": "institution_id",
                                    "key": "institution_id",
                                    "value": "architecto",
                                    "description": "The ID of the institution."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the user's calendar tokens.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/calendar\/tokens",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/calendar\/tokens"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created calendar token.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/calendar\/tokens",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/calendar\/tokens"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"room_id\":\"a4855dc5-0acb-33c3-b921-f4291f719ca0\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified calendar token.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/calendar\/tokens\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/calendar\/tokens\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the token."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified calendar token.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/calendar\/tokens\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/calendar\/tokens\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the token."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/exports",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/exports",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/exports"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/admin\/exports",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/exports",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/exports"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"room_schedule\",\"from_date\":\"2026-03-10T08:57:57\",\"to_date\":\"2052-04-02\",\"status\":\"draft\",\"room_id\":\"a4855dc5-0acb-33c3-b921-f4291f719ca0\",\"venue_id\":\"c90237e9-ced5-3af6-88ea-84aeaa148878\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/exports\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/exports\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/exports\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the export."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/v1\/admin\/exports\/{id}\/run",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/exports\/:id\/run",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/exports\/:id\/run",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the export."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/v1\/admin\/exports\/{id}\/download",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1\/admin\/exports\/:id\/download",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1\/admin\/exports\/:id\/download",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the export."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "Authorization",
                "type": "string"
            }
        ]
    }
}