{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/venuefamily.com"
        }
    ],
    "info": {
        "name": "Venue Family API Documentation",
        "_postman_id": "5c6dcb9c-17ba-4a12-a4c6-6efdae680009",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "POST api\/auth\/login",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"gbailey@example.net\",\"password\":\"architecto\",\"device_name\":\"n\",\"organization_slug\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/auth\/register",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/register",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/register"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"chosen_name\":\"n\",\"artist_name\":\"g\",\"email\":\"rowan.gulgowski@example.com\",\"phone\":\"dljnikhwaykcmyuw\",\"bio\":\"p\",\"interests\":\"architecto\",\"password\":\"]|{+-0pBNvYg\",\"device_name\":\"h\",\"organization_slug\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Validate a token for embed access",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/validate-token",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/validate-token"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"token\":\"architecto\",\"organization_slug\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Send a password reset link to the user's email address",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/forgot-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/forgot-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"gbailey@example.net\",\"organization_slug\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Reset the user's password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/reset-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/reset-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"token\":\"architecto\",\"email\":\"zbailey@example.net\",\"password\":\"-0pBNvYgxw\",\"organization_slug\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Create Stripe checkout session",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/create-checkout-session",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/create-checkout-session"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"plan\":\"base\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get checkout session status.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/checkout-session\/:sessionId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/checkout-session\/:sessionId",
                            "variable": [
                                {
                                    "id": "sessionId",
                                    "key": "sessionId",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "This endpoint is unauthenticated by necessity \u2014 it is polled by the\npost-payment return page before an account exists \u2014 so it must leak\nnothing about the buyer. It used to return `customer_email`,\n`customer_id` (`cus_\u2026`) and `subscription_id` (`sub_\u2026`), keyed only by a\nStripe Checkout Session id. Session ids are not brute-forcible, but they\ntravel in a **query string** (`?session_id={CHECKOUT_SESSION_ID}`) and so\nleak through browser history, the `Referer` header, proxy\/CDN access\nlogs and analytics \u2014 anyone who recovers one could pull the buyer's\nemail and Stripe identifiers.\n\nThe only consumer (`resources\/views\/signup\/checkout-success.blade.php`)\nreads `status` and nothing else, so `status` is all this returns.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "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": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                },
                                {
                                    "key": "set-cookie",
                                    "value": "XSRF-TOKEN=eyJpdiI6Ilh5eGVIUGVtZHAzTE9TdlJ6WW1OQUE9PSIsInZhbHVlIjoidTl2T21HZktoT1c3NVZjc3RVVFp3cHpseUF5djhFeGJ0TjV4TTRDZ1A0WXUwMXNxSFI4MTVML2lqTWJPRTJ6NTkweEV3SjVXZzJ1Q3VKdUplLzgxWU1OS2Q1ZUZxMUIxcjNFNlpZZUpDNVo5bWxVbitVZ1VSaTJEMWllN0VlalEiLCJtYWMiOiI0YmQyMjI4YjNlYTAzYWU2ODE4M2NiNDM0ZmQ1OGYyNDU2ZWU0NjcxZDZjM2Y5ZjdlNzg3YzgxOWQ4NTE5MGI4IiwidGFnIjoiIn0%3D; expires=Sat, 29 Aug 2026 23:48:53 GMT; Max-Age=7200; path=\/; secure; samesite=none; partitioned; venue_family_session=eyJpdiI6IjJVMU5VWlk1QTl0VXhxSkJ3WGtkMXc9PSIsInZhbHVlIjoiWG5xa2tCUnBiWVFvWVNZblY3MHgrL1FhdGJoYzFnUWIveFFpNWtDV08wcTd5aklSbmVhbVM0WVlITmNxR1FwN0FWTDRuZ252ZldNZWFZUDJ0dG1odmpqRWhKcDZlVVpsWGZUejJlWTNRdFI2LzRYY0IwRHNaOTVOaWw1REs5ZUkiLCJtYWMiOiI5YmI5NjgxOTEzMmQ4ODlkYmQ1MThmOWRhNWZiYTJhMWQzZDI1OTdkMTc1NTNhYjQzN2UwZjNhYWY2ZjZiNzZlIiwidGFnIjoiIn0%3D; expires=Sat, 29 Aug 2026 23:48:53 GMT; Max-Age=7200; path=\/; secure; httponly; samesite=none; partitioned; google_ads_visitor_id=eyJpdiI6Ing0UFdTanFwSGJpRE1MUlY5MTUxMVE9PSIsInZhbHVlIjoiTjNDeFZqTW9pZGlwd0p1a0hYQTdrejZEdGVRblUzODVDbWFBNWRVWkFCM1BjbTJjc2Rtd0hYc2Q2UGFJWEJnUW9lVDdkeEhwSXVPYi9tOGtYbDArTVZ3eHYwUFIzSm0xcjl1dlFQVDRLY2s9IiwibWFjIjoiNGZkYTBmY2E4MzRkY2ExODg1NzVjNjdkNDViOTI0YWJiYjdhZjE5YmIzN2M5NWVhYzQ5YTI3NDVmYzcyMDQ4YiIsInRhZyI6IiJ9; expires=Mon, 28 Sep 2026 21:48:53 GMT; Max-Age=2592000; path=\/; secure; samesite=lax"
                                }
                            ],
                            "code": 500,
                            "body": "{\"error\":\"Failed to retrieve session. Please try again.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Test connectivity for external integrations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/health",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/health"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "58"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 200,
                            "body": "{\"status\":\"ok\",\"timestamp\":\"2026-08-29T21:48:53.358596Z\",\"service\":\"venue-family-forms-api\",\"version\":\"1.0\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Exchange a console-minted 6-digit pairing code for the station-bound\ncompanion token. Public by necessity (the companion holds no credential\nyet), tightly throttled, and every failure is the same 422 so the\nendpoint cannot be used as a code oracle. The response carries station\nlabels only \u2014 never member data.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/companion\/pair",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/companion\/pair"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"569775\",\"device_name\":\"n\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Relay a card tap from the paired companion. Requires a REAL companion\ntoken (session auth never resolves a station) holding the\ncompanion:tap ability \u2014 checked fail-closed with in_array, never\ncan(), which wildcard-matches legacy '*' tokens. Only {picc, cmac} is\nread from the payload: no simulation shortcut, no client-supplied\nevent date. Responses are deliberately coarse \u2014 the companion displays\nno PII and must never receive any.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/companion\/tap",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/companion\/tap"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"picc\":\"b\",\"cmac\":\"n\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/events\/upcoming",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/events\/upcoming",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/events\/upcoming"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "57"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Keyword search across every organization, UNAUTHENTICATED.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/events\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/events\/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"q\":\"bngz\"}"
                        },
                        "description": "It filtered on nothing at all: drafts, pending submissions and events\nexplicitly flagged `private` were all searchable by name, subtitle and\ndescription by anyone on the internet \u2014 the \"Confidential Donor Dinner\"\nproblem. Event::scopePubliclyListed() is the platform's single visibility\ngate (published AND not private); the sitemap, the discover page and the\npublic event page all go through it, so this must too.\n\nThe keyword clauses have to be grouped: `where(A)->orWhere(B)->orWhere(C)`\non top of the visibility scope would let each `or` escape it and re-expose\neverything.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "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": "56"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 200,
                            "body": "[]",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/user",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/user"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "List an organization's events.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/events",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/events"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"organization_id\":16,\"location_id\":16,\"type\":\"architecto\",\"private\":true,\"recurring\":true,\"start_date\":\"2026-08-29T14:48:53\",\"end_date\":\"2026-08-29T14:48:53\",\"include_past\":true,\"per_page\":22}"
                        },
                        "description": "`auth:sanctum` used to be the ENTIRE authorization: the organization is\nnamed by a caller-chosen `organization_id` query parameter, so any\nauthenticated account could read any tenant's operator data by walking\nids. The response is raw Eloquent \u2014 Event declares no `$hidden`, so it\ncarries drafts, `private` events, the whole operator `metadata` registry,\n`tech_requirements`, `finance_approval`\/`director_approval` and the\neager-loaded creator User record.\n\nHeld to the same bar as eventDates() below (`isStaff`, which\nshort-circuits for super admins) rather than a policy on each row: this\nis an operator surface, and the sibling method in this controller already\ndecided that operator data on an event belongs to staff of the\norganization that owns it.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Create an event.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/events",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/events"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"organization_id\":16,\"user_id\":16,\"name\":\"n\",\"subtitle\":\"g\",\"description\":\"Eius et animi quos velit et.\",\"type\":\"v\",\"booking_type\":\"community\",\"age_restriction\":1,\"private\":true,\"recurring\":true,\"requires_tech\":false,\"frequency_mode\":\"l\"}"
                        },
                        "description": "`organization_id` is REQUIRED and the event is attached through\nattachToOrganization(), because this platform is multi-tenant by\nOrganization and an event that belongs to no tenant is not a harmless\nloose row:\n\n - EventPolicy::managesEventOrganization() resolves the owning org, so an\n   orphan is invisible to every org dashboard and unmanageable\n   by anyone except the account that made it;\n - the global surfaces are NOT org-scoped \u2014 Event::publiclyListed() feeds\n   the sitemap, and \/events\/{slug}, \/api\/events\/upcoming and\n   \/api\/events\/search are cross-org \u2014 so any authenticated account could\n   POST an event, PUT status=published (the policy grants `update` to the\n   creator) and mint permanent, indexable public content on our domain\n   that no operator owns and no operator can take down.\n\nAuthorization reuses the `events.create` gate the Ops MCP CreateEventTool\nalready goes through, so an API caller cannot file an event into an\norganization they have no role in.\n\n`user_id` is the producer of record and is REQUIRED \u2014 implicitly, via the\nauthenticated caller, or explicitly by naming a user who holds a role in\nthe same organization. An explicit producer from outside the organization\nis refused rather than silently ignored: attribution is what the partner\nsurfaces scope by, so it cannot be a way to file work onto a stranger.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/events\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/events\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/events\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": 44,
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/events\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/events\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/events\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": 44,
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"subtitle\":\"n\",\"description\":\"Eius et animi quos velit et.\",\"type\":\"v\",\"booking_type\":\"internal\",\"age_restriction\":1,\"private\":false,\"recurring\":false,\"requires_tech\":false,\"frequency_mode\":\"l\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/events\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/events\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/events\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": 44,
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Dates for one event, on the AUTHENTICATED api (`\/api\/events\/{event}\/dates`).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/events\/:event_id\/dates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/events\/:event_id\/dates",
                            "variable": [
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": 44,
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Kept separate from publicEventDates() below: this route has no\n`{organization}` parameter, so it cannot share a signature with the\npublic one.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/events\/{event_id}\/dates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/events\/:event_id\/dates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/events\/:event_id\/dates",
                            "variable": [
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": 44,
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"subtitle\":\"n\",\"description\":\"Eius et animi quos velit et.\",\"date\":\"2026-08-29T14:48:53\",\"event_start\":\"14:48\",\"event_end\":\"14:48\",\"rental_start\":\"14:48\",\"rental_end\":\"14:48\",\"status\":\"published\",\"tech_required\":true}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/event-dates\/{eventDate_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/event-dates\/:eventDate_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/event-dates\/:eventDate_id",
                            "variable": [
                                {
                                    "id": "eventDate_id",
                                    "key": "eventDate_id",
                                    "value": 1673,
                                    "description": "The ID of the eventDate."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/auth\/user",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/user",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/user"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/auth\/logout",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/logout",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/logout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/auth\/refresh",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/refresh",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/refresh"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"device_name\":\"b\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/auth\/revoke-all",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/revoke-all",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/revoke-all"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update user profile information",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/profile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/profile"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"first_name\":\"n\",\"last_name\":\"g\",\"chosen_name\":\"z\",\"artist_name\":\"m\",\"phone\":\"iyvdljnikhwaykcm\",\"bio\":\"y\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update user password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/password"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"current_password\":\"architecto\",\"password\":\"]|{+-0pBNvYg\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Create a new location access request",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/location-access-requests",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/location-access-requests"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"location_id\":\"architecto\",\"message\":\"n\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Approve a location access request",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/location-access-requests\/:accessRequest_id\/approve",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/location-access-requests\/:accessRequest_id\/approve",
                            "variable": [
                                {
                                    "id": "accessRequest_id",
                                    "key": "accessRequest_id",
                                    "value": 1,
                                    "description": "The ID of the accessRequest."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Deny a location access request",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/location-access-requests\/:accessRequest_id\/deny",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/location-access-requests\/:accessRequest_id\/deny",
                            "variable": [
                                {
                                    "id": "accessRequest_id",
                                    "key": "accessRequest_id",
                                    "value": 1,
                                    "description": "The ID of the accessRequest."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Store a newly created interest",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/interests",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/interests"
                        },
                        "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.\",\"icon\":\"v\",\"parent_id\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update the specified interest",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/interests\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/interests\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": 1,
                                    "description": "The ID of the interest."
                                }
                            ]
                        },
                        "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.\",\"icon\":\"v\",\"parent_id\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified interest",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/interests\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/interests\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": 1,
                                    "description": "The ID of the interest."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Create a new location (authenticated)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/:organization\/locations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/:organization\/locations",
                            "variable": [
                                {
                                    "id": "organization",
                                    "key": "organization",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update a location (authenticated)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/:organization\/locations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/:organization\/locations\/:id",
                            "variable": [
                                {
                                    "id": "organization",
                                    "key": "organization",
                                    "value": "architecto",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the location."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Delete a location (authenticated)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/:organization\/locations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/:organization\/locations\/:id",
                            "variable": [
                                {
                                    "id": "organization",
                                    "key": "organization",
                                    "value": "architecto",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the location."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Create a child location (authenticated)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/:organization\/locations\/:location\/children",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/:organization\/locations\/:location\/children",
                            "variable": [
                                {
                                    "id": "organization",
                                    "key": "organization",
                                    "value": "architecto",
                                    "description": ""
                                },
                                {
                                    "id": "location",
                                    "key": "location",
                                    "value": "architecto",
                                    "description": "The location."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get volunteer opportunities for a specific EVENT DATE (open, capacity\nremaining, future volunteer-category shifts).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/volunteer-opportunities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/volunteer-opportunities"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"organization_id\":16,\"search\":\"n\",\"page\":67,\"per_page\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get the current user's volunteer ShiftAssignments.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/volunteer-roles\/my-roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/volunteer-roles\/my-roles"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get standalone (ORGANIZATION-level) volunteer opportunities. A real,\nlive endpoint now \u2014 previously backed by a Role query that no seeder\nor code path ever produced data for.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/standalone-volunteer-opportunities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/standalone-volunteer-opportunities"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"organization_id\":16,\"search\":\"n\",\"page\":67,\"per_page\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Claim an open EVENT-DATE volunteer shift via ClaimShift. Leaves the\nresulting ShiftAssignment as `claimed` (awaiting coordinator approval)\nunless the ShiftType is configured to auto-approve.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/volunteer-roles\/sign-up",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/volunteer-roles\/sign-up"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"shift_id\":16,\"user_id\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Release the current user's active volunteer ShiftAssignment, freeing\nthe slot back up.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/volunteer-roles\/cancel",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/volunteer-roles\/cancel"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"shift_id\":16,\"user_id\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Claim an open ORGANIZATION-level (standalone) volunteer shift via\nClaimShift.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/standalone-volunteer-roles\/sign-up",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/standalone-volunteer-roles\/sign-up"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"shift_id\":16,\"user_id\":16}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/approve-all\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/approve-all\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/approve-all\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the approve all."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/approve-all-changes\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/approve-all-changes\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/approve-all-changes\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the approve all change."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/approve-event\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/approve-event\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/approve-event\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the approve event."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/approve-image\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/approve-image\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/approve-image\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "architecto",
                                    "description": "The ID of the approve image."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get reviews for the authenticated organization's locations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/reviews",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/reviews"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"approved\",\"type\":\"feedback\",\"per_page\":1}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "119"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 401,
                            "body": "{\"error\":\"Organization token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a new review via API",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/reviews",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/reviews"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"location\",\"reviewable_id\":16,\"rating\":2,\"content\":\"g\",\"reviewer_name\":\"z\",\"reviewer_email\":\"rempel.chadrick@example.org\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Update review status (approve\/reject)",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/reviews\/:reviewId\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/reviews\/:reviewId\/status",
                            "variable": [
                                {
                                    "id": "reviewId",
                                    "key": "reviewId",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"approved\",\"message\":\"b\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get review statistics for the organization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/reviews\/stats",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/reviews\/stats"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "118"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 401,
                            "body": "{\"error\":\"Organization token required\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/track\/conversion",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/track\/conversion",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/track\/conversion"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get all interests in a flat structure for easy selection",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/interests\/flat",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/interests\/flat"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "55"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":64,\"name\":\"3D Modeling\",\"slug\":\"3d-modeling\",\"description\":\"Creating three-dimensional digital assets\",\"icon\":null,\"parent_id\":62,\"category\":\"Digital Art\",\"parent\":{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\"}},{\"id\":123,\"name\":\"AI in Arts\",\"slug\":\"ai-in-arts\",\"description\":\"Exploring artificial intelligence in creative practice\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":134,\"name\":\"Accessibility Consulting\",\"slug\":\"accessibility-consulting\",\"description\":\"Ensuring programs are accessible to all\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":34,\"name\":\"Acrobatics\",\"slug\":\"acrobatics\",\"description\":\"Tumbling, balance, and physical feats\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":3,\"name\":\"Acting\",\"slug\":\"acting\",\"description\":\"Stage, screen, and voice acting\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":33,\"name\":\"Aerial Arts\",\"slug\":\"aerial-arts\",\"description\":\"Silks, trapeze, and aerial performances\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":19,\"name\":\"Aerial Dance\",\"slug\":\"aerial-dance\",\"description\":\"Dance combined with aerial apparatus\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":54,\"name\":\"Analog\\\/Film Photography\",\"slug\":\"analogfilm-photography\",\"description\":\"Traditional darkroom and film processes\",\"icon\":null,\"parent_id\":50,\"category\":\"Photography\",\"parent\":{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\"}},{\"id\":65,\"name\":\"Animation\",\"slug\":\"animation\",\"description\":\"Creating moving digital imagery\",\"icon\":null,\"parent_id\":62,\"category\":\"Digital Art\",\"parent\":{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\"}},{\"id\":118,\"name\":\"App Development\",\"slug\":\"app-development\",\"description\":\"Creating mobile and desktop applications\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":73,\"name\":\"Arranging\",\"slug\":\"arranging\",\"description\":\"Adapting music for different ensembles\",\"icon\":null,\"parent_id\":71,\"category\":\"Music Composition\",\"parent\":{\"id\":71,\"name\":\"Music Composition\",\"slug\":\"music-composition\"}},{\"id\":140,\"name\":\"Art Therapy\",\"slug\":\"art-therapy\",\"description\":\"Visual arts for therapeutic purposes\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}},{\"id\":131,\"name\":\"Arts Education\",\"slug\":\"arts-education\",\"description\":\"Formal arts education initiatives\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\",\"description\":\"Capturing and processing sound\",\"icon\":null,\"parent_id\":70,\"category\":\"Music & Audio\",\"parent\":{\"id\":70,\"name\":\"Music & Audio\",\"slug\":\"music-audio\"}},{\"id\":144,\"name\":\"Baking & Pastry\",\"slug\":\"baking-pastry\",\"description\":\"Sweet and savory baked goods\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}},{\"id\":11,\"name\":\"Ballet\",\"slug\":\"ballet\",\"description\":\"Classical ballet performance and technique\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":15,\"name\":\"Ballroom\",\"slug\":\"ballroom\",\"description\":\"Partner and social dancing styles\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\",\"description\":\"Operational and leadership skills\",\"icon\":null,\"parent_id\":null,\"category\":\"Business & Administration\"},{\"id\":48,\"name\":\"Calligraphy\",\"slug\":\"calligraphy\",\"description\":\"Artistic lettering and penmanship\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}},{\"id\":147,\"name\":\"Catering Management\",\"slug\":\"catering-management\",\"description\":\"Coordinating food service for events\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}},{\"id\":59,\"name\":\"Ceramics\\\/Pottery\",\"slug\":\"ceramicspottery\",\"description\":\"Clay-based art and functional forms\",\"icon\":null,\"parent_id\":56,\"category\":\"Sculpture\",\"parent\":{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\"}},{\"id\":18,\"name\":\"Choreography\",\"slug\":\"choreography\",\"description\":\"Dance composition and movement design\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\",\"description\":\"Acrobatics, juggling, and other circus skills\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":31,\"name\":\"Clown\\\/Vaudeville\",\"slug\":\"clownvaudeville\",\"description\":\"Physical and classical comedic forms\",\"icon\":null,\"parent_id\":27,\"category\":\"Comedy\",\"parent\":{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\"}},{\"id\":36,\"name\":\"Clowning\",\"slug\":\"clowning\",\"description\":\"Physical comedy and clown performance\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\",\"description\":\"Stand-up, improv, and sketch comedy\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":53,\"name\":\"Commercial Photography\",\"slug\":\"commercial-photography\",\"description\":\"Photography for brands and marketing\",\"icon\":null,\"parent_id\":50,\"category\":\"Photography\",\"parent\":{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\"}},{\"id\":129,\"name\":\"Community Outreach\",\"slug\":\"community-outreach\",\"description\":\"Connecting arts with diverse populations\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":26,\"name\":\"Conducting\",\"slug\":\"conducting\",\"description\":\"Leading musical ensembles\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":12,\"name\":\"Contemporary\",\"slug\":\"contemporary\",\"description\":\"Modern and contemporary dance styles\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":92,\"name\":\"Copywriting\",\"slug\":\"copywriting\",\"description\":\"Writing for marketing and advertising\",\"icon\":null,\"parent_id\":90,\"category\":\"Professional Writing\",\"parent\":{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\"}},{\"id\":101,\"name\":\"Costume Design\",\"slug\":\"costume-design\",\"description\":\"Creating costumes for performances\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":89,\"name\":\"Creative Non-Fiction\",\"slug\":\"creative-non-fiction\",\"description\":\"Fact-based narrative writing\",\"icon\":null,\"parent_id\":84,\"category\":\"Creative Writing\",\"parent\":{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\"}},{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\",\"description\":\"Fiction and narrative writing\",\"icon\":null,\"parent_id\":83,\"category\":\"Writing & Literature\",\"parent\":{\"id\":83,\"name\":\"Writing & Literature\",\"slug\":\"writing-literature\"}},{\"id\":143,\"name\":\"Culinary Arts\",\"slug\":\"culinary-arts\",\"description\":\"Cooking and food preparation\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}},{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\",\"description\":\"Food, beverage, and event hosting\",\"icon\":null,\"parent_id\":null,\"category\":\"Culinary Arts & Hospitality\"},{\"id\":14,\"name\":\"Cultural Dance\",\"slug\":\"cultural-dance\",\"description\":\"Traditional and cultural dance forms\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":132,\"name\":\"Cultural Preservation\",\"slug\":\"cultural-preservation\",\"description\":\"Protecting and celebrating cultural heritage\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":128,\"name\":\"Curatorial Practice\",\"slug\":\"curatorial-practice\",\"description\":\"Organizing exhibitions and programs\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":24,\"name\":\"DJing\",\"slug\":\"djing\",\"description\":\"Live music mixing and performance\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\",\"description\":\"Movement-based performance art\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":122,\"name\":\"Data Analytics\",\"slug\":\"data-analytics\",\"description\":\"Interpreting data to drive decisions\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":125,\"name\":\"Digital Archiving\",\"slug\":\"digital-archiving\",\"description\":\"Preserving digital assets and records\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\",\"description\":\"Computer-generated and digital media art\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}},{\"id\":67,\"name\":\"Digital Painting\",\"slug\":\"digital-painting\",\"description\":\"Painting using digital tools and tablets\",\"icon\":null,\"parent_id\":62,\"category\":\"Digital Art\",\"parent\":{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\"}},{\"id\":4,\"name\":\"Directing\",\"slug\":\"directing\",\"description\":\"Creative leadership for stage productions\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":52,\"name\":\"Documentary Photography\",\"slug\":\"documentary-photography\",\"description\":\"Capturing real-world events and stories\",\"icon\":null,\"parent_id\":50,\"category\":\"Photography\",\"parent\":{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\"}},{\"id\":9,\"name\":\"Dramaturgy\",\"slug\":\"dramaturgy\",\"description\":\"Research and development of plays and operas\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":95,\"name\":\"Editing\\\/Proofreading\",\"slug\":\"editingproofreading\",\"description\":\"Reviewing and refining written content\",\"icon\":null,\"parent_id\":90,\"category\":\"Professional Writing\",\"parent\":{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\"}},{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\",\"description\":\"Teaching and community engagement\",\"icon\":null,\"parent_id\":null,\"category\":\"Education & Community\"},{\"id\":23,\"name\":\"Ensemble Performance\",\"slug\":\"ensemble-performance\",\"description\":\"Group musical performance (band, choir, orchestra)\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":38,\"name\":\"Equilibristics\",\"slug\":\"equilibristics\",\"description\":\"Balancing arts (handstands, tightrope)\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":146,\"name\":\"Event Hosting\",\"slug\":\"event-hosting\",\"description\":\"Professional hosting and hospitality\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}},{\"id\":85,\"name\":\"Fiction\",\"slug\":\"fiction\",\"description\":\"Short stories and novels\",\"icon\":null,\"parent_id\":84,\"category\":\"Creative Writing\",\"parent\":{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\"}},{\"id\":108,\"name\":\"Financial Management\",\"slug\":\"financial-management\",\"description\":\"Accounting, budgeting, and financial oversight\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":51,\"name\":\"Fine Art Photography\",\"slug\":\"fine-art-photography\",\"description\":\"Concept-driven photographic art\",\"icon\":null,\"parent_id\":50,\"category\":\"Photography\",\"parent\":{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\"}},{\"id\":37,\"name\":\"Fire Performance\",\"slug\":\"fire-performance\",\"description\":\"Fire manipulation and performance\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":112,\"name\":\"Fundraising & Development\",\"slug\":\"fundraising-development\",\"description\":\"Philanthropy and donor relations\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":61,\"name\":\"Glass Art\",\"slug\":\"glass-art\",\"description\":\"Glass blowing and kiln-formed glass\",\"icon\":null,\"parent_id\":56,\"category\":\"Sculpture\",\"parent\":{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\"}},{\"id\":91,\"name\":\"Grant Writing\",\"slug\":\"grant-writing\",\"description\":\"Securing funding through written proposals\",\"icon\":null,\"parent_id\":90,\"category\":\"Professional Writing\",\"parent\":{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\"}},{\"id\":63,\"name\":\"Graphic Design\",\"slug\":\"graphic-design\",\"description\":\"Visual communication and layout\",\"icon\":null,\"parent_id\":62,\"category\":\"Digital Art\",\"parent\":{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\"}},{\"id\":13,\"name\":\"Hip Hop\",\"slug\":\"hip-hop\",\"description\":\"Urban dance forms and street styles\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":109,\"name\":\"Human Resources\",\"slug\":\"human-resources\",\"description\":\"Talent management and organizational culture\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":46,\"name\":\"Illustration\",\"slug\":\"illustration\",\"description\":\"Visual storytelling and commercial art\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}},{\"id\":6,\"name\":\"Improv\",\"slug\":\"improv\",\"description\":\"Improvisational performance\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":68,\"name\":\"Installation Art\",\"slug\":\"installation-art\",\"description\":\"Immersive and environmental art installations\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}},{\"id\":22,\"name\":\"Instrumental Performance\",\"slug\":\"instrumental-performance\",\"description\":\"Playing musical instruments\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":16,\"name\":\"Jazz\",\"slug\":\"jazz\",\"description\":\"Jazz dance and theatrical dance styles\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":94,\"name\":\"Journalism\",\"slug\":\"journalism\",\"description\":\"Reporting and feature writing\",\"icon\":null,\"parent_id\":90,\"category\":\"Professional Writing\",\"parent\":{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\"}},{\"id\":35,\"name\":\"Juggling\",\"slug\":\"juggling\",\"description\":\"Object manipulation and prop juggling\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":110,\"name\":\"Legal & IP\",\"slug\":\"legal-ip\",\"description\":\"Contracts, copyright, and intellectual property\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":97,\"name\":\"Lighting Design\",\"slug\":\"lighting-design\",\"description\":\"Stage and performance lighting\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":81,\"name\":\"Live Sound Engineering\",\"slug\":\"live-sound-engineering\",\"description\":\"Managing audio for live events\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}},{\"id\":111,\"name\":\"Marketing & PR\",\"slug\":\"marketing-pr\",\"description\":\"Audience engagement and brand management\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":141,\"name\":\"Massage Therapy\",\"slug\":\"massage-therapy\",\"description\":\"Manual manipulation of soft body tissues\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}},{\"id\":79,\"name\":\"Mastering\",\"slug\":\"mastering\",\"description\":\"Final polish of audio productions\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}},{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\",\"description\":\"Digital tools and media platforms\",\"icon\":null,\"parent_id\":null,\"category\":\"Media & Technology\"},{\"id\":137,\"name\":\"Meditation\",\"slug\":\"meditation\",\"description\":\"Mindfulness and meditative techniques\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}},{\"id\":57,\"name\":\"Metalwork\",\"slug\":\"metalwork\",\"description\":\"Sculpting and fabricating with metal\",\"icon\":null,\"parent_id\":56,\"category\":\"Sculpture\",\"parent\":{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\"}},{\"id\":69,\"name\":\"Mixed Media\",\"slug\":\"mixed-media\",\"description\":\"Art combining multiple materials and techniques\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}},{\"id\":78,\"name\":\"Mixing\",\"slug\":\"mixing\",\"description\":\"Balancing multi-track audio recordings\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}},{\"id\":145,\"name\":\"Mixology\",\"slug\":\"mixology\",\"description\":\"Craft cocktail and beverage creation\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}},{\"id\":66,\"name\":\"Motion Graphics\",\"slug\":\"motion-graphics\",\"description\":\"Graphic design in motion\",\"icon\":null,\"parent_id\":62,\"category\":\"Digital Art\",\"parent\":{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\"}},{\"id\":139,\"name\":\"Movement Therapy\",\"slug\":\"movement-therapy\",\"description\":\"Dance and movement for wellness\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}},{\"id\":47,\"name\":\"Mural Arts\",\"slug\":\"mural-arts\",\"description\":\"Large-scale public wall art\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}},{\"id\":70,\"name\":\"Music & Audio\",\"slug\":\"music-audio\",\"description\":\"Music creation and audio engineering\",\"icon\":null,\"parent_id\":null,\"category\":\"Music & Audio\"},{\"id\":71,\"name\":\"Music Composition\",\"slug\":\"music-composition\",\"description\":\"Writing and arranging music\",\"icon\":null,\"parent_id\":70,\"category\":\"Music & Audio\",\"parent\":{\"id\":70,\"name\":\"Music & Audio\",\"slug\":\"music-audio\"}},{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\",\"description\":\"Live musical performances\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":5,\"name\":\"Musical Theater\",\"slug\":\"musical-theater\",\"description\":\"Combined acting, singing, and dancing\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":114,\"name\":\"Non-Profit Governance\",\"slug\":\"non-profit-governance\",\"description\":\"Board management and non-profit operations\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":44,\"name\":\"Oil Painting\",\"slug\":\"oil-painting\",\"description\":\"Classical and contemporary oil painting\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}},{\"id\":25,\"name\":\"Opera\",\"slug\":\"opera\",\"description\":\"Classical operatic performance\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":75,\"name\":\"Orchestration\",\"slug\":\"orchestration\",\"description\":\"Writing music for large ensembles\",\"icon\":null,\"parent_id\":71,\"category\":\"Music Composition\",\"parent\":{\"id\":71,\"name\":\"Music Composition\",\"slug\":\"music-composition\"}},{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\",\"description\":\"2D visual art creation\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}},{\"id\":41,\"name\":\"Performance Art\",\"slug\":\"performance-art\",\"description\":\"Conceptual live art performance\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\",\"description\":\"Live performance disciplines\",\"icon\":null,\"parent_id\":null,\"category\":\"Performing Arts\"},{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\",\"description\":\"Photographic art and documentation\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}},{\"id\":55,\"name\":\"Photojournalism\",\"slug\":\"photojournalism\",\"description\":\"Telling news stories through photography\",\"icon\":null,\"parent_id\":50,\"category\":\"Photography\",\"parent\":{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\"}},{\"id\":7,\"name\":\"Physical Theater\",\"slug\":\"physical-theater\",\"description\":\"Movement-based dramatic storytelling\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":88,\"name\":\"Playwriting\",\"slug\":\"playwriting\",\"description\":\"Writing specifically for stage performance\",\"icon\":null,\"parent_id\":84,\"category\":\"Creative Writing\",\"parent\":{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\"}},{\"id\":82,\"name\":\"Podcast Production\",\"slug\":\"podcast-production\",\"description\":\"Recording and editing spoken word content\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}},{\"id\":86,\"name\":\"Poetry\",\"slug\":\"poetry\",\"description\":\"Verse and poetic expression\",\"icon\":null,\"parent_id\":84,\"category\":\"Creative Writing\",\"parent\":{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\"}},{\"id\":49,\"name\":\"Printmaking\",\"slug\":\"printmaking\",\"description\":\"Etching, lithography, and screen printing\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}},{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\",\"description\":\"Writing for business and non-profits\",\"icon\":null,\"parent_id\":83,\"category\":\"Writing & Literature\",\"parent\":{\"id\":83,\"name\":\"Writing & Literature\",\"slug\":\"writing-literature\"}},{\"id\":113,\"name\":\"Project Management\",\"slug\":\"project-management\",\"description\":\"Organizing and executing specific initiatives\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":103,\"name\":\"Projection Design\",\"slug\":\"projection-design\",\"description\":\"Video and image projections for performances\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":104,\"name\":\"Prop Mastery\",\"slug\":\"prop-mastery\",\"description\":\"Creating and managing production props\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":40,\"name\":\"Puppetry\",\"slug\":\"puppetry\",\"description\":\"Puppet shows and marionette performances\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":105,\"name\":\"Rigging\",\"slug\":\"rigging\",\"description\":\"Setting up overhead support systems\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":30,\"name\":\"Satire\",\"slug\":\"satire\",\"description\":\"Humorous social and political commentary\",\"icon\":null,\"parent_id\":27,\"category\":\"Comedy\",\"parent\":{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\"}},{\"id\":74,\"name\":\"Scoring for Film\\\/Media\",\"slug\":\"scoring-for-filmmedia\",\"description\":\"Creating music for visual media\",\"icon\":null,\"parent_id\":71,\"category\":\"Music Composition\",\"parent\":{\"id\":71,\"name\":\"Music Composition\",\"slug\":\"music-composition\"}},{\"id\":87,\"name\":\"Screenwriting\",\"slug\":\"screenwriting\",\"description\":\"Writing for film, TV, and theater\",\"icon\":null,\"parent_id\":84,\"category\":\"Creative Writing\",\"parent\":{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\"}},{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\",\"description\":\"3D art forms and installations\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}},{\"id\":100,\"name\":\"Set Design\",\"slug\":\"set-design\",\"description\":\"Creating physical environments for performance\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":29,\"name\":\"Sketch Comedy\",\"slug\":\"sketch-comedy\",\"description\":\"Scripted comedic scenes\",\"icon\":null,\"parent_id\":27,\"category\":\"Comedy\",\"parent\":{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\"}},{\"id\":121,\"name\":\"Social Media Strategy\",\"slug\":\"social-media-strategy\",\"description\":\"Managing online community and presence\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":72,\"name\":\"Songwriting\",\"slug\":\"songwriting\",\"description\":\"Creating lyrics and melody\",\"icon\":null,\"parent_id\":71,\"category\":\"Music Composition\",\"parent\":{\"id\":71,\"name\":\"Music Composition\",\"slug\":\"music-composition\"}},{\"id\":80,\"name\":\"Sound Design\",\"slug\":\"sound-design\",\"description\":\"Creating specific audio elements and atmospheres\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}},{\"id\":98,\"name\":\"Sound Engineering\",\"slug\":\"sound-engineering\",\"description\":\"Audio systems and sound design\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":138,\"name\":\"Sound Healing\",\"slug\":\"sound-healing\",\"description\":\"Therapeutic use of sound and music\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}},{\"id\":39,\"name\":\"Spoken Word\",\"slug\":\"spoken-word\",\"description\":\"Poetic and narrative performances\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":99,\"name\":\"Stage Management\",\"slug\":\"stage-management\",\"description\":\"Coordinating live productions\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":28,\"name\":\"Stand-up Comedy\",\"slug\":\"stand-up-comedy\",\"description\":\"Individual comedic performance\",\"icon\":null,\"parent_id\":27,\"category\":\"Comedy\",\"parent\":{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\"}},{\"id\":107,\"name\":\"Strategic Planning\",\"slug\":\"strategic-planning\",\"description\":\"Long-term goal setting and roadmapping\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":77,\"name\":\"Studio Recording\",\"slug\":\"studio-recording\",\"description\":\"Capturing audio in a controlled environment\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}},{\"id\":124,\"name\":\"Systems Administration\",\"slug\":\"systems-administration\",\"description\":\"Managing IT infrastructure and networks\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":17,\"name\":\"Tap\",\"slug\":\"tap\",\"description\":\"Rhythm-based percussive dance\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":127,\"name\":\"Teaching Artists\",\"slug\":\"teaching-artists\",\"description\":\"Artists who teach their craft\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":102,\"name\":\"Technical Direction\",\"slug\":\"technical-direction\",\"description\":\"Overseeing technical aspects of production\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\",\"description\":\"Behind-the-scenes production roles\",\"icon\":null,\"parent_id\":null,\"category\":\"Technical Production\"},{\"id\":93,\"name\":\"Technical Writing\",\"slug\":\"technical-writing\",\"description\":\"Creating manuals and documentation\",\"icon\":null,\"parent_id\":90,\"category\":\"Professional Writing\",\"parent\":{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\"}},{\"id\":60,\"name\":\"Textile Art\",\"slug\":\"textile-art\",\"description\":\"Fiber-based art and fabric construction\",\"icon\":null,\"parent_id\":56,\"category\":\"Sculpture\",\"parent\":{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\"}},{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\",\"description\":\"Stage acting and dramatic performance\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":119,\"name\":\"UI\\\/UX Design\",\"slug\":\"uiux-design\",\"description\":\"User interface and experience design\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":120,\"name\":\"Video Production\",\"slug\":\"video-production\",\"description\":\"Filming, editing, and producing video content\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\",\"description\":\"Visual artistic expressions\",\"icon\":null,\"parent_id\":null,\"category\":\"Visual Arts\"},{\"id\":21,\"name\":\"Vocal Performance\",\"slug\":\"vocal-performance\",\"description\":\"Singing in various styles\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":8,\"name\":\"Voiceover\",\"slug\":\"voiceover\",\"description\":\"Voice acting for various media\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":115,\"name\":\"Volunteer Management\",\"slug\":\"volunteer-management\",\"description\":\"Recruiting and coordinating volunteers\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":45,\"name\":\"Watercolor\",\"slug\":\"watercolor\",\"description\":\"Transparent and opaque water-based media\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}},{\"id\":117,\"name\":\"Web Development\",\"slug\":\"web-development\",\"description\":\"Building and maintaining websites\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\",\"description\":\"Practices focused on health and well-being\",\"icon\":null,\"parent_id\":null,\"category\":\"Wellness & Healing Arts\"},{\"id\":148,\"name\":\"Wine\\\/Sommelier\",\"slug\":\"winesommelier\",\"description\":\"Professional knowledge of wine and service\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}},{\"id\":58,\"name\":\"Woodworking\",\"slug\":\"woodworking\",\"description\":\"Crafting and sculpting with wood\",\"icon\":null,\"parent_id\":56,\"category\":\"Sculpture\",\"parent\":{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\"}},{\"id\":130,\"name\":\"Workshop Facilitation\",\"slug\":\"workshop-facilitation\",\"description\":\"Leading hands-on learning experiences\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":83,\"name\":\"Writing & Literature\",\"slug\":\"writing-literature\",\"description\":\"Creative and professional writing\",\"icon\":null,\"parent_id\":null,\"category\":\"Writing & Literature\"},{\"id\":136,\"name\":\"Yoga\",\"slug\":\"yoga\",\"description\":\"Physical and mental yoga practice\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}},{\"id\":133,\"name\":\"Youth Mentorship\",\"slug\":\"youth-mentorship\",\"description\":\"Guiding and supporting young artists\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of interests",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/interests",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/interests"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "54"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\",\"description\":\"Operational and leadership skills\",\"icon\":null,\"parent_id\":null,\"category\":\"Business & Administration\",\"children\":[{\"id\":107,\"name\":\"Strategic Planning\",\"slug\":\"strategic-planning\",\"description\":\"Long-term goal setting and roadmapping\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":108,\"name\":\"Financial Management\",\"slug\":\"financial-management\",\"description\":\"Accounting, budgeting, and financial oversight\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":109,\"name\":\"Human Resources\",\"slug\":\"human-resources\",\"description\":\"Talent management and organizational culture\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":110,\"name\":\"Legal & IP\",\"slug\":\"legal-ip\",\"description\":\"Contracts, copyright, and intellectual property\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":111,\"name\":\"Marketing & PR\",\"slug\":\"marketing-pr\",\"description\":\"Audience engagement and brand management\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":112,\"name\":\"Fundraising & Development\",\"slug\":\"fundraising-development\",\"description\":\"Philanthropy and donor relations\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":113,\"name\":\"Project Management\",\"slug\":\"project-management\",\"description\":\"Organizing and executing specific initiatives\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":114,\"name\":\"Non-Profit Governance\",\"slug\":\"non-profit-governance\",\"description\":\"Board management and non-profit operations\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":115,\"name\":\"Volunteer Management\",\"slug\":\"volunteer-management\",\"description\":\"Recruiting and coordinating volunteers\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}}]},{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\",\"description\":\"Food, beverage, and event hosting\",\"icon\":null,\"parent_id\":null,\"category\":\"Culinary Arts & Hospitality\",\"children\":[{\"id\":143,\"name\":\"Culinary Arts\",\"slug\":\"culinary-arts\",\"description\":\"Cooking and food preparation\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"children\":[],\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}},{\"id\":144,\"name\":\"Baking & Pastry\",\"slug\":\"baking-pastry\",\"description\":\"Sweet and savory baked goods\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"children\":[],\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}},{\"id\":145,\"name\":\"Mixology\",\"slug\":\"mixology\",\"description\":\"Craft cocktail and beverage creation\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"children\":[],\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}},{\"id\":146,\"name\":\"Event Hosting\",\"slug\":\"event-hosting\",\"description\":\"Professional hosting and hospitality\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"children\":[],\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}},{\"id\":147,\"name\":\"Catering Management\",\"slug\":\"catering-management\",\"description\":\"Coordinating food service for events\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"children\":[],\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}},{\"id\":148,\"name\":\"Wine\\\/Sommelier\",\"slug\":\"winesommelier\",\"description\":\"Professional knowledge of wine and service\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"children\":[],\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}}]},{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\",\"description\":\"Teaching and community engagement\",\"icon\":null,\"parent_id\":null,\"category\":\"Education & Community\",\"children\":[{\"id\":127,\"name\":\"Teaching Artists\",\"slug\":\"teaching-artists\",\"description\":\"Artists who teach their craft\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"children\":[],\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":128,\"name\":\"Curatorial Practice\",\"slug\":\"curatorial-practice\",\"description\":\"Organizing exhibitions and programs\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"children\":[],\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":129,\"name\":\"Community Outreach\",\"slug\":\"community-outreach\",\"description\":\"Connecting arts with diverse populations\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"children\":[],\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":130,\"name\":\"Workshop Facilitation\",\"slug\":\"workshop-facilitation\",\"description\":\"Leading hands-on learning experiences\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"children\":[],\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":131,\"name\":\"Arts Education\",\"slug\":\"arts-education\",\"description\":\"Formal arts education initiatives\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"children\":[],\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":132,\"name\":\"Cultural Preservation\",\"slug\":\"cultural-preservation\",\"description\":\"Protecting and celebrating cultural heritage\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"children\":[],\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":133,\"name\":\"Youth Mentorship\",\"slug\":\"youth-mentorship\",\"description\":\"Guiding and supporting young artists\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"children\":[],\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":134,\"name\":\"Accessibility Consulting\",\"slug\":\"accessibility-consulting\",\"description\":\"Ensuring programs are accessible to all\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"children\":[],\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}}]},{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\",\"description\":\"Digital tools and media platforms\",\"icon\":null,\"parent_id\":null,\"category\":\"Media & Technology\",\"children\":[{\"id\":117,\"name\":\"Web Development\",\"slug\":\"web-development\",\"description\":\"Building and maintaining websites\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":118,\"name\":\"App Development\",\"slug\":\"app-development\",\"description\":\"Creating mobile and desktop applications\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":119,\"name\":\"UI\\\/UX Design\",\"slug\":\"uiux-design\",\"description\":\"User interface and experience design\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":120,\"name\":\"Video Production\",\"slug\":\"video-production\",\"description\":\"Filming, editing, and producing video content\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":121,\"name\":\"Social Media Strategy\",\"slug\":\"social-media-strategy\",\"description\":\"Managing online community and presence\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":122,\"name\":\"Data Analytics\",\"slug\":\"data-analytics\",\"description\":\"Interpreting data to drive decisions\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":123,\"name\":\"AI in Arts\",\"slug\":\"ai-in-arts\",\"description\":\"Exploring artificial intelligence in creative practice\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":124,\"name\":\"Systems Administration\",\"slug\":\"systems-administration\",\"description\":\"Managing IT infrastructure and networks\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":125,\"name\":\"Digital Archiving\",\"slug\":\"digital-archiving\",\"description\":\"Preserving digital assets and records\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}}]},{\"id\":70,\"name\":\"Music & Audio\",\"slug\":\"music-audio\",\"description\":\"Music creation and audio engineering\",\"icon\":null,\"parent_id\":null,\"category\":\"Music & Audio\",\"children\":[{\"id\":71,\"name\":\"Music Composition\",\"slug\":\"music-composition\",\"description\":\"Writing and arranging music\",\"icon\":null,\"parent_id\":70,\"category\":\"Music & Audio\",\"children\":[{\"id\":72,\"name\":\"Songwriting\",\"slug\":\"songwriting\",\"description\":\"Creating lyrics and melody\",\"icon\":null,\"parent_id\":71,\"category\":\"Music Composition\",\"children\":[],\"parent\":{\"id\":71,\"name\":\"Music Composition\",\"slug\":\"music-composition\"}},{\"id\":73,\"name\":\"Arranging\",\"slug\":\"arranging\",\"description\":\"Adapting music for different ensembles\",\"icon\":null,\"parent_id\":71,\"category\":\"Music Composition\",\"children\":[],\"parent\":{\"id\":71,\"name\":\"Music Composition\",\"slug\":\"music-composition\"}},{\"id\":74,\"name\":\"Scoring for Film\\\/Media\",\"slug\":\"scoring-for-filmmedia\",\"description\":\"Creating music for visual media\",\"icon\":null,\"parent_id\":71,\"category\":\"Music Composition\",\"children\":[],\"parent\":{\"id\":71,\"name\":\"Music Composition\",\"slug\":\"music-composition\"}},{\"id\":75,\"name\":\"Orchestration\",\"slug\":\"orchestration\",\"description\":\"Writing music for large ensembles\",\"icon\":null,\"parent_id\":71,\"category\":\"Music Composition\",\"children\":[],\"parent\":{\"id\":71,\"name\":\"Music Composition\",\"slug\":\"music-composition\"}}],\"parent\":{\"id\":70,\"name\":\"Music & Audio\",\"slug\":\"music-audio\"}},{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\",\"description\":\"Capturing and processing sound\",\"icon\":null,\"parent_id\":70,\"category\":\"Music & Audio\",\"children\":[{\"id\":77,\"name\":\"Studio Recording\",\"slug\":\"studio-recording\",\"description\":\"Capturing audio in a controlled environment\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"children\":[],\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}},{\"id\":78,\"name\":\"Mixing\",\"slug\":\"mixing\",\"description\":\"Balancing multi-track audio recordings\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"children\":[],\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}},{\"id\":79,\"name\":\"Mastering\",\"slug\":\"mastering\",\"description\":\"Final polish of audio productions\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"children\":[],\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}},{\"id\":80,\"name\":\"Sound Design\",\"slug\":\"sound-design\",\"description\":\"Creating specific audio elements and atmospheres\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"children\":[],\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}},{\"id\":81,\"name\":\"Live Sound Engineering\",\"slug\":\"live-sound-engineering\",\"description\":\"Managing audio for live events\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"children\":[],\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}},{\"id\":82,\"name\":\"Podcast Production\",\"slug\":\"podcast-production\",\"description\":\"Recording and editing spoken word content\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"children\":[],\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}}],\"parent\":{\"id\":70,\"name\":\"Music & Audio\",\"slug\":\"music-audio\"}}]},{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\",\"description\":\"Live performance disciplines\",\"icon\":null,\"parent_id\":null,\"category\":\"Performing Arts\",\"children\":[{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\",\"description\":\"Stage acting and dramatic performance\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[{\"id\":3,\"name\":\"Acting\",\"slug\":\"acting\",\"description\":\"Stage, screen, and voice acting\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":4,\"name\":\"Directing\",\"slug\":\"directing\",\"description\":\"Creative leadership for stage productions\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":5,\"name\":\"Musical Theater\",\"slug\":\"musical-theater\",\"description\":\"Combined acting, singing, and dancing\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":6,\"name\":\"Improv\",\"slug\":\"improv\",\"description\":\"Improvisational performance\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":7,\"name\":\"Physical Theater\",\"slug\":\"physical-theater\",\"description\":\"Movement-based dramatic storytelling\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":8,\"name\":\"Voiceover\",\"slug\":\"voiceover\",\"description\":\"Voice acting for various media\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":9,\"name\":\"Dramaturgy\",\"slug\":\"dramaturgy\",\"description\":\"Research and development of plays and operas\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}}],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\",\"description\":\"Movement-based performance art\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[{\"id\":11,\"name\":\"Ballet\",\"slug\":\"ballet\",\"description\":\"Classical ballet performance and technique\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":12,\"name\":\"Contemporary\",\"slug\":\"contemporary\",\"description\":\"Modern and contemporary dance styles\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":13,\"name\":\"Hip Hop\",\"slug\":\"hip-hop\",\"description\":\"Urban dance forms and street styles\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":14,\"name\":\"Cultural Dance\",\"slug\":\"cultural-dance\",\"description\":\"Traditional and cultural dance forms\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":15,\"name\":\"Ballroom\",\"slug\":\"ballroom\",\"description\":\"Partner and social dancing styles\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":16,\"name\":\"Jazz\",\"slug\":\"jazz\",\"description\":\"Jazz dance and theatrical dance styles\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":17,\"name\":\"Tap\",\"slug\":\"tap\",\"description\":\"Rhythm-based percussive dance\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":18,\"name\":\"Choreography\",\"slug\":\"choreography\",\"description\":\"Dance composition and movement design\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":19,\"name\":\"Aerial Dance\",\"slug\":\"aerial-dance\",\"description\":\"Dance combined with aerial apparatus\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}}],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\",\"description\":\"Live musical performances\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[{\"id\":21,\"name\":\"Vocal Performance\",\"slug\":\"vocal-performance\",\"description\":\"Singing in various styles\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":22,\"name\":\"Instrumental Performance\",\"slug\":\"instrumental-performance\",\"description\":\"Playing musical instruments\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":23,\"name\":\"Ensemble Performance\",\"slug\":\"ensemble-performance\",\"description\":\"Group musical performance (band, choir, orchestra)\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":24,\"name\":\"DJing\",\"slug\":\"djing\",\"description\":\"Live music mixing and performance\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":25,\"name\":\"Opera\",\"slug\":\"opera\",\"description\":\"Classical operatic performance\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":26,\"name\":\"Conducting\",\"slug\":\"conducting\",\"description\":\"Leading musical ensembles\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}}],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\",\"description\":\"Stand-up, improv, and sketch comedy\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[{\"id\":28,\"name\":\"Stand-up Comedy\",\"slug\":\"stand-up-comedy\",\"description\":\"Individual comedic performance\",\"icon\":null,\"parent_id\":27,\"category\":\"Comedy\",\"children\":[],\"parent\":{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\"}},{\"id\":29,\"name\":\"Sketch Comedy\",\"slug\":\"sketch-comedy\",\"description\":\"Scripted comedic scenes\",\"icon\":null,\"parent_id\":27,\"category\":\"Comedy\",\"children\":[],\"parent\":{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\"}},{\"id\":30,\"name\":\"Satire\",\"slug\":\"satire\",\"description\":\"Humorous social and political commentary\",\"icon\":null,\"parent_id\":27,\"category\":\"Comedy\",\"children\":[],\"parent\":{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\"}},{\"id\":31,\"name\":\"Clown\\\/Vaudeville\",\"slug\":\"clownvaudeville\",\"description\":\"Physical and classical comedic forms\",\"icon\":null,\"parent_id\":27,\"category\":\"Comedy\",\"children\":[],\"parent\":{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\"}}],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\",\"description\":\"Acrobatics, juggling, and other circus skills\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[{\"id\":33,\"name\":\"Aerial Arts\",\"slug\":\"aerial-arts\",\"description\":\"Silks, trapeze, and aerial performances\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":34,\"name\":\"Acrobatics\",\"slug\":\"acrobatics\",\"description\":\"Tumbling, balance, and physical feats\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":35,\"name\":\"Juggling\",\"slug\":\"juggling\",\"description\":\"Object manipulation and prop juggling\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":36,\"name\":\"Clowning\",\"slug\":\"clowning\",\"description\":\"Physical comedy and clown performance\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":37,\"name\":\"Fire Performance\",\"slug\":\"fire-performance\",\"description\":\"Fire manipulation and performance\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":38,\"name\":\"Equilibristics\",\"slug\":\"equilibristics\",\"description\":\"Balancing arts (handstands, tightrope)\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}}],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":39,\"name\":\"Spoken Word\",\"slug\":\"spoken-word\",\"description\":\"Poetic and narrative performances\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":40,\"name\":\"Puppetry\",\"slug\":\"puppetry\",\"description\":\"Puppet shows and marionette performances\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":41,\"name\":\"Performance Art\",\"slug\":\"performance-art\",\"description\":\"Conceptual live art performance\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}}]},{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\",\"description\":\"Behind-the-scenes production roles\",\"icon\":null,\"parent_id\":null,\"category\":\"Technical Production\",\"children\":[{\"id\":97,\"name\":\"Lighting Design\",\"slug\":\"lighting-design\",\"description\":\"Stage and performance lighting\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":98,\"name\":\"Sound Engineering\",\"slug\":\"sound-engineering\",\"description\":\"Audio systems and sound design\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":99,\"name\":\"Stage Management\",\"slug\":\"stage-management\",\"description\":\"Coordinating live productions\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":100,\"name\":\"Set Design\",\"slug\":\"set-design\",\"description\":\"Creating physical environments for performance\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":101,\"name\":\"Costume Design\",\"slug\":\"costume-design\",\"description\":\"Creating costumes for performances\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":102,\"name\":\"Technical Direction\",\"slug\":\"technical-direction\",\"description\":\"Overseeing technical aspects of production\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":103,\"name\":\"Projection Design\",\"slug\":\"projection-design\",\"description\":\"Video and image projections for performances\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":104,\"name\":\"Prop Mastery\",\"slug\":\"prop-mastery\",\"description\":\"Creating and managing production props\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":105,\"name\":\"Rigging\",\"slug\":\"rigging\",\"description\":\"Setting up overhead support systems\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}}]},{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\",\"description\":\"Visual artistic expressions\",\"icon\":null,\"parent_id\":null,\"category\":\"Visual Arts\",\"children\":[{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\",\"description\":\"2D visual art creation\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"children\":[{\"id\":44,\"name\":\"Oil Painting\",\"slug\":\"oil-painting\",\"description\":\"Classical and contemporary oil painting\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"children\":[],\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}},{\"id\":45,\"name\":\"Watercolor\",\"slug\":\"watercolor\",\"description\":\"Transparent and opaque water-based media\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"children\":[],\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}},{\"id\":46,\"name\":\"Illustration\",\"slug\":\"illustration\",\"description\":\"Visual storytelling and commercial art\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"children\":[],\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}},{\"id\":47,\"name\":\"Mural Arts\",\"slug\":\"mural-arts\",\"description\":\"Large-scale public wall art\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"children\":[],\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}},{\"id\":48,\"name\":\"Calligraphy\",\"slug\":\"calligraphy\",\"description\":\"Artistic lettering and penmanship\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"children\":[],\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}},{\"id\":49,\"name\":\"Printmaking\",\"slug\":\"printmaking\",\"description\":\"Etching, lithography, and screen printing\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"children\":[],\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}}],\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}},{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\",\"description\":\"Photographic art and documentation\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"children\":[{\"id\":51,\"name\":\"Fine Art Photography\",\"slug\":\"fine-art-photography\",\"description\":\"Concept-driven photographic art\",\"icon\":null,\"parent_id\":50,\"category\":\"Photography\",\"children\":[],\"parent\":{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\"}},{\"id\":52,\"name\":\"Documentary Photography\",\"slug\":\"documentary-photography\",\"description\":\"Capturing real-world events and stories\",\"icon\":null,\"parent_id\":50,\"category\":\"Photography\",\"children\":[],\"parent\":{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\"}},{\"id\":53,\"name\":\"Commercial Photography\",\"slug\":\"commercial-photography\",\"description\":\"Photography for brands and marketing\",\"icon\":null,\"parent_id\":50,\"category\":\"Photography\",\"children\":[],\"parent\":{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\"}},{\"id\":54,\"name\":\"Analog\\\/Film Photography\",\"slug\":\"analogfilm-photography\",\"description\":\"Traditional darkroom and film processes\",\"icon\":null,\"parent_id\":50,\"category\":\"Photography\",\"children\":[],\"parent\":{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\"}},{\"id\":55,\"name\":\"Photojournalism\",\"slug\":\"photojournalism\",\"description\":\"Telling news stories through photography\",\"icon\":null,\"parent_id\":50,\"category\":\"Photography\",\"children\":[],\"parent\":{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\"}}],\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}},{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\",\"description\":\"3D art forms and installations\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"children\":[{\"id\":57,\"name\":\"Metalwork\",\"slug\":\"metalwork\",\"description\":\"Sculpting and fabricating with metal\",\"icon\":null,\"parent_id\":56,\"category\":\"Sculpture\",\"children\":[],\"parent\":{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\"}},{\"id\":58,\"name\":\"Woodworking\",\"slug\":\"woodworking\",\"description\":\"Crafting and sculpting with wood\",\"icon\":null,\"parent_id\":56,\"category\":\"Sculpture\",\"children\":[],\"parent\":{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\"}},{\"id\":59,\"name\":\"Ceramics\\\/Pottery\",\"slug\":\"ceramicspottery\",\"description\":\"Clay-based art and functional forms\",\"icon\":null,\"parent_id\":56,\"category\":\"Sculpture\",\"children\":[],\"parent\":{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\"}},{\"id\":60,\"name\":\"Textile Art\",\"slug\":\"textile-art\",\"description\":\"Fiber-based art and fabric construction\",\"icon\":null,\"parent_id\":56,\"category\":\"Sculpture\",\"children\":[],\"parent\":{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\"}},{\"id\":61,\"name\":\"Glass Art\",\"slug\":\"glass-art\",\"description\":\"Glass blowing and kiln-formed glass\",\"icon\":null,\"parent_id\":56,\"category\":\"Sculpture\",\"children\":[],\"parent\":{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\"}}],\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}},{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\",\"description\":\"Computer-generated and digital media art\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"children\":[{\"id\":63,\"name\":\"Graphic Design\",\"slug\":\"graphic-design\",\"description\":\"Visual communication and layout\",\"icon\":null,\"parent_id\":62,\"category\":\"Digital Art\",\"children\":[],\"parent\":{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\"}},{\"id\":64,\"name\":\"3D Modeling\",\"slug\":\"3d-modeling\",\"description\":\"Creating three-dimensional digital assets\",\"icon\":null,\"parent_id\":62,\"category\":\"Digital Art\",\"children\":[],\"parent\":{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\"}},{\"id\":65,\"name\":\"Animation\",\"slug\":\"animation\",\"description\":\"Creating moving digital imagery\",\"icon\":null,\"parent_id\":62,\"category\":\"Digital Art\",\"children\":[],\"parent\":{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\"}},{\"id\":66,\"name\":\"Motion Graphics\",\"slug\":\"motion-graphics\",\"description\":\"Graphic design in motion\",\"icon\":null,\"parent_id\":62,\"category\":\"Digital Art\",\"children\":[],\"parent\":{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\"}},{\"id\":67,\"name\":\"Digital Painting\",\"slug\":\"digital-painting\",\"description\":\"Painting using digital tools and tablets\",\"icon\":null,\"parent_id\":62,\"category\":\"Digital Art\",\"children\":[],\"parent\":{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\"}}],\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}},{\"id\":68,\"name\":\"Installation Art\",\"slug\":\"installation-art\",\"description\":\"Immersive and environmental art installations\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"children\":[],\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}},{\"id\":69,\"name\":\"Mixed Media\",\"slug\":\"mixed-media\",\"description\":\"Art combining multiple materials and techniques\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"children\":[],\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}}]},{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\",\"description\":\"Practices focused on health and well-being\",\"icon\":null,\"parent_id\":null,\"category\":\"Wellness & Healing Arts\",\"children\":[{\"id\":136,\"name\":\"Yoga\",\"slug\":\"yoga\",\"description\":\"Physical and mental yoga practice\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"children\":[],\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}},{\"id\":137,\"name\":\"Meditation\",\"slug\":\"meditation\",\"description\":\"Mindfulness and meditative techniques\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"children\":[],\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}},{\"id\":138,\"name\":\"Sound Healing\",\"slug\":\"sound-healing\",\"description\":\"Therapeutic use of sound and music\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"children\":[],\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}},{\"id\":139,\"name\":\"Movement Therapy\",\"slug\":\"movement-therapy\",\"description\":\"Dance and movement for wellness\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"children\":[],\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}},{\"id\":140,\"name\":\"Art Therapy\",\"slug\":\"art-therapy\",\"description\":\"Visual arts for therapeutic purposes\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"children\":[],\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}},{\"id\":141,\"name\":\"Massage Therapy\",\"slug\":\"massage-therapy\",\"description\":\"Manual manipulation of soft body tissues\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"children\":[],\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}}]},{\"id\":83,\"name\":\"Writing & Literature\",\"slug\":\"writing-literature\",\"description\":\"Creative and professional writing\",\"icon\":null,\"parent_id\":null,\"category\":\"Writing & Literature\",\"children\":[{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\",\"description\":\"Fiction and narrative writing\",\"icon\":null,\"parent_id\":83,\"category\":\"Writing & Literature\",\"children\":[{\"id\":85,\"name\":\"Fiction\",\"slug\":\"fiction\",\"description\":\"Short stories and novels\",\"icon\":null,\"parent_id\":84,\"category\":\"Creative Writing\",\"children\":[],\"parent\":{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\"}},{\"id\":86,\"name\":\"Poetry\",\"slug\":\"poetry\",\"description\":\"Verse and poetic expression\",\"icon\":null,\"parent_id\":84,\"category\":\"Creative Writing\",\"children\":[],\"parent\":{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\"}},{\"id\":87,\"name\":\"Screenwriting\",\"slug\":\"screenwriting\",\"description\":\"Writing for film, TV, and theater\",\"icon\":null,\"parent_id\":84,\"category\":\"Creative Writing\",\"children\":[],\"parent\":{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\"}},{\"id\":88,\"name\":\"Playwriting\",\"slug\":\"playwriting\",\"description\":\"Writing specifically for stage performance\",\"icon\":null,\"parent_id\":84,\"category\":\"Creative Writing\",\"children\":[],\"parent\":{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\"}},{\"id\":89,\"name\":\"Creative Non-Fiction\",\"slug\":\"creative-non-fiction\",\"description\":\"Fact-based narrative writing\",\"icon\":null,\"parent_id\":84,\"category\":\"Creative Writing\",\"children\":[],\"parent\":{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\"}}],\"parent\":{\"id\":83,\"name\":\"Writing & Literature\",\"slug\":\"writing-literature\"}},{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\",\"description\":\"Writing for business and non-profits\",\"icon\":null,\"parent_id\":83,\"category\":\"Writing & Literature\",\"children\":[{\"id\":91,\"name\":\"Grant Writing\",\"slug\":\"grant-writing\",\"description\":\"Securing funding through written proposals\",\"icon\":null,\"parent_id\":90,\"category\":\"Professional Writing\",\"children\":[],\"parent\":{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\"}},{\"id\":92,\"name\":\"Copywriting\",\"slug\":\"copywriting\",\"description\":\"Writing for marketing and advertising\",\"icon\":null,\"parent_id\":90,\"category\":\"Professional Writing\",\"children\":[],\"parent\":{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\"}},{\"id\":93,\"name\":\"Technical Writing\",\"slug\":\"technical-writing\",\"description\":\"Creating manuals and documentation\",\"icon\":null,\"parent_id\":90,\"category\":\"Professional Writing\",\"children\":[],\"parent\":{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\"}},{\"id\":94,\"name\":\"Journalism\",\"slug\":\"journalism\",\"description\":\"Reporting and feature writing\",\"icon\":null,\"parent_id\":90,\"category\":\"Professional Writing\",\"children\":[],\"parent\":{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\"}},{\"id\":95,\"name\":\"Editing\\\/Proofreading\",\"slug\":\"editingproofreading\",\"description\":\"Reviewing and refining written content\",\"icon\":null,\"parent_id\":90,\"category\":\"Professional Writing\",\"children\":[],\"parent\":{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\"}}],\"parent\":{\"id\":83,\"name\":\"Writing & Literature\",\"slug\":\"writing-literature\"}}]}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display the specified interest",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/interests\/:interest_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/interests\/:interest_id",
                            "variable": [
                                {
                                    "id": "interest_id",
                                    "key": "interest_id",
                                    "value": 1,
                                    "description": "The ID of the interest."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "53"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\",\"description\":\"Live performance disciplines\",\"icon\":null,\"parent_id\":null,\"category\":\"Performing Arts\",\"children\":[{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\",\"description\":\"Stage acting and dramatic performance\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[{\"id\":3,\"name\":\"Acting\",\"slug\":\"acting\",\"description\":\"Stage, screen, and voice acting\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":4,\"name\":\"Directing\",\"slug\":\"directing\",\"description\":\"Creative leadership for stage productions\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":5,\"name\":\"Musical Theater\",\"slug\":\"musical-theater\",\"description\":\"Combined acting, singing, and dancing\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":6,\"name\":\"Improv\",\"slug\":\"improv\",\"description\":\"Improvisational performance\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":7,\"name\":\"Physical Theater\",\"slug\":\"physical-theater\",\"description\":\"Movement-based dramatic storytelling\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":8,\"name\":\"Voiceover\",\"slug\":\"voiceover\",\"description\":\"Voice acting for various media\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":9,\"name\":\"Dramaturgy\",\"slug\":\"dramaturgy\",\"description\":\"Research and development of plays and operas\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}}],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\",\"description\":\"Movement-based performance art\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[{\"id\":11,\"name\":\"Ballet\",\"slug\":\"ballet\",\"description\":\"Classical ballet performance and technique\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":12,\"name\":\"Contemporary\",\"slug\":\"contemporary\",\"description\":\"Modern and contemporary dance styles\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":13,\"name\":\"Hip Hop\",\"slug\":\"hip-hop\",\"description\":\"Urban dance forms and street styles\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":14,\"name\":\"Cultural Dance\",\"slug\":\"cultural-dance\",\"description\":\"Traditional and cultural dance forms\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":15,\"name\":\"Ballroom\",\"slug\":\"ballroom\",\"description\":\"Partner and social dancing styles\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":16,\"name\":\"Jazz\",\"slug\":\"jazz\",\"description\":\"Jazz dance and theatrical dance styles\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":17,\"name\":\"Tap\",\"slug\":\"tap\",\"description\":\"Rhythm-based percussive dance\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":18,\"name\":\"Choreography\",\"slug\":\"choreography\",\"description\":\"Dance composition and movement design\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":19,\"name\":\"Aerial Dance\",\"slug\":\"aerial-dance\",\"description\":\"Dance combined with aerial apparatus\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}}],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\",\"description\":\"Live musical performances\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[{\"id\":21,\"name\":\"Vocal Performance\",\"slug\":\"vocal-performance\",\"description\":\"Singing in various styles\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":22,\"name\":\"Instrumental Performance\",\"slug\":\"instrumental-performance\",\"description\":\"Playing musical instruments\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":23,\"name\":\"Ensemble Performance\",\"slug\":\"ensemble-performance\",\"description\":\"Group musical performance (band, choir, orchestra)\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":24,\"name\":\"DJing\",\"slug\":\"djing\",\"description\":\"Live music mixing and performance\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":25,\"name\":\"Opera\",\"slug\":\"opera\",\"description\":\"Classical operatic performance\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":26,\"name\":\"Conducting\",\"slug\":\"conducting\",\"description\":\"Leading musical ensembles\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}}],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\",\"description\":\"Stand-up, improv, and sketch comedy\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[{\"id\":28,\"name\":\"Stand-up Comedy\",\"slug\":\"stand-up-comedy\",\"description\":\"Individual comedic performance\",\"icon\":null,\"parent_id\":27,\"category\":\"Comedy\",\"children\":[],\"parent\":{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\"}},{\"id\":29,\"name\":\"Sketch Comedy\",\"slug\":\"sketch-comedy\",\"description\":\"Scripted comedic scenes\",\"icon\":null,\"parent_id\":27,\"category\":\"Comedy\",\"children\":[],\"parent\":{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\"}},{\"id\":30,\"name\":\"Satire\",\"slug\":\"satire\",\"description\":\"Humorous social and political commentary\",\"icon\":null,\"parent_id\":27,\"category\":\"Comedy\",\"children\":[],\"parent\":{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\"}},{\"id\":31,\"name\":\"Clown\\\/Vaudeville\",\"slug\":\"clownvaudeville\",\"description\":\"Physical and classical comedic forms\",\"icon\":null,\"parent_id\":27,\"category\":\"Comedy\",\"children\":[],\"parent\":{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\"}}],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\",\"description\":\"Acrobatics, juggling, and other circus skills\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[{\"id\":33,\"name\":\"Aerial Arts\",\"slug\":\"aerial-arts\",\"description\":\"Silks, trapeze, and aerial performances\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":34,\"name\":\"Acrobatics\",\"slug\":\"acrobatics\",\"description\":\"Tumbling, balance, and physical feats\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":35,\"name\":\"Juggling\",\"slug\":\"juggling\",\"description\":\"Object manipulation and prop juggling\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":36,\"name\":\"Clowning\",\"slug\":\"clowning\",\"description\":\"Physical comedy and clown performance\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":37,\"name\":\"Fire Performance\",\"slug\":\"fire-performance\",\"description\":\"Fire manipulation and performance\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":38,\"name\":\"Equilibristics\",\"slug\":\"equilibristics\",\"description\":\"Balancing arts (handstands, tightrope)\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}}],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":39,\"name\":\"Spoken Word\",\"slug\":\"spoken-word\",\"description\":\"Poetic and narrative performances\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":40,\"name\":\"Puppetry\",\"slug\":\"puppetry\",\"description\":\"Puppet shows and marionette performances\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":41,\"name\":\"Performance Art\",\"slug\":\"performance-art\",\"description\":\"Conceptual live art performance\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}}]}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/public\/{organization_slug}\/events",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization_slug\/events",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization_slug\/events",
                            "variable": [
                                {
                                    "id": "organization_slug",
                                    "key": "organization_slug",
                                    "value": "liminal-space",
                                    "description": "The slug of the organization."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "52"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[],\"meta\":{\"current_page\":1,\"last_page\":1,\"per_page\":15,\"total\":0}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/public\/{organization_slug}\/events\/upcoming",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization_slug\/events\/upcoming",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization_slug\/events\/upcoming",
                            "variable": [
                                {
                                    "id": "organization_slug",
                                    "key": "organization_slug",
                                    "value": "liminal-space",
                                    "description": "The slug of the organization."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "51"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/public\/{organization_slug}\/events\/past",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization_slug\/events\/past",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization_slug\/events\/past",
                            "variable": [
                                {
                                    "id": "organization_slug",
                                    "key": "organization_slug",
                                    "value": "liminal-space",
                                    "description": "The slug of the organization."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "50"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[],\"meta\":{\"current_page\":1,\"last_page\":1,\"per_page\":15,\"total\":0}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/public\/{organization_slug}\/events\/recurring",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization_slug\/events\/recurring",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization_slug\/events\/recurring",
                            "variable": [
                                {
                                    "id": "organization_slug",
                                    "key": "organization_slug",
                                    "value": "liminal-space",
                                    "description": "The slug of the organization."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "49"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Keyword search, scoped to one organization.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization_slug\/events\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization_slug\/events\/search",
                            "variable": [
                                {
                                    "id": "organization_slug",
                                    "key": "organization_slug",
                                    "value": "liminal-space",
                                    "description": "The slug of the organization."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"q\":\"bngz\"}"
                        },
                        "description": "Delegates to index() rather than running its own query: index() already\napplies the organization scope, the published-only filter and the\nprivate-event redaction. The previous standalone implementation (on the\nsibling EventController) had none of those and queried every event in\nevery organization \u2014 it was only harmless because its route sat after\n`\/events\/{event}` and was never reachable.\n\nIt inherits index()'s endpoint toggle for the same reason: a search that\nanswered while the index was switched off would serve the list the\noperator just closed, one query parameter away.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "48"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[],\"meta\":{\"current_page\":1,\"last_page\":1,\"per_page\":15,\"total\":0}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/public\/{organization_slug}\/events\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization_slug\/events\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization_slug\/events\/:id",
                            "variable": [
                                {
                                    "id": "organization_slug",
                                    "key": "organization_slug",
                                    "value": "liminal-space",
                                    "description": "The slug of the organization."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": 44,
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "47"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 404,
                            "body": "{\"error\":\"Event not found\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Dates for one event, on the public organization-scoped API.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization\/events\/:event_id\/dates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization\/events\/:event_id\/dates",
                            "variable": [
                                {
                                    "id": "organization",
                                    "key": "organization",
                                    "value": "architecto",
                                    "description": ""
                                },
                                {
                                    "id": "event_id",
                                    "key": "event_id",
                                    "value": 44,
                                    "description": "The ID of the event."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "$organization must be declared even though it is only used for scoping:\nthis route sits under the `public\/{organization}` prefix, and an omitted\nparameter is filled positionally, so the org slug landed in $event and\nevery request died with a TypeError (a 500 on every call in production).",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "46"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 404,
                            "body": "{\"error\":\"Event not found\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "One event date on the public organization-scoped API.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization\/eventDates\/:eventDate_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization\/eventDates\/:eventDate_id",
                            "variable": [
                                {
                                    "id": "organization",
                                    "key": "organization",
                                    "value": "architecto",
                                    "description": ""
                                },
                                {
                                    "id": "eventDate_id",
                                    "key": "eventDate_id",
                                    "value": 1673,
                                    "description": "The ID of the eventDate."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "`$organization` used to be accepted and then only handed to\nPublicTicketing: the date itself was resolved by raw global id, so ANY\norganization's date \u2014 including one belonging to an unpublished or\n`private` event \u2014 was readable through ANY organization's URL by walking\nids. The sibling publicEventDates() already scopes and gates exactly this\nway; the two now agree.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "45"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 404,
                            "body": "{\"error\":\"Event date not found\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get form structure for external integrations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization\/forms\/:form",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization\/forms\/:form",
                            "variable": [
                                {
                                    "id": "organization",
                                    "key": "organization",
                                    "value": "architecto",
                                    "description": ""
                                },
                                {
                                    "id": "form",
                                    "key": "form",
                                    "value": "architecto",
                                    "description": "The form."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "44"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 404,
                            "body": "{\"success\":false,\"message\":\"Form or organization not found\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Submit a form from an external source",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization\/forms\/:form\/submit",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization\/forms\/:form\/submit",
                            "variable": [
                                {
                                    "id": "organization",
                                    "key": "organization",
                                    "value": "architecto",
                                    "description": ""
                                },
                                {
                                    "id": "form",
                                    "key": "form",
                                    "value": "architecto",
                                    "description": "The form."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Get public venue listings for an organization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization\/locations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization\/locations",
                            "variable": [
                                {
                                    "id": "organization",
                                    "key": "organization",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "43"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 404,
                            "body": "{\"error\":\"Organization not found\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get map data for venues",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization\/locations\/map",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization\/locations\/map",
                            "variable": [
                                {
                                    "id": "organization",
                                    "key": "organization",
                                    "value": "architecto",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "42"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 404,
                            "body": "{\"error\":\"Organization not found\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a single location",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization\/locations\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization\/locations\/:id",
                            "variable": [
                                {
                                    "id": "organization",
                                    "key": "organization",
                                    "value": "architecto",
                                    "description": ""
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "santa-cruz-art-league",
                                    "description": "The ID of the location."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "41"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of fiscal sponsorships for an organization.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization_slug\/fiscal-sponsorships",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization_slug\/fiscal-sponsorships",
                            "variable": [
                                {
                                    "id": "organization_slug",
                                    "key": "organization_slug",
                                    "value": "liminal-space",
                                    "description": "The slug of the organization."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "The `{organization}` segment is the only tenant boundary this\nunauthenticated route has, and the query ignored it entirely: every\norganization's approved sponsorships came back through any organization's\nURL. FiscalSponsorship is org-scoped through the `model_organization`\npivot (BelongsToOrganizations), the same way the sibling public\nEventsController@index scopes its query.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "40"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[],\"links\":{\"first\":\"https:\\\/\\\/venuefamily.com\\\/api\\\/public\\\/liminal-space\\\/fiscal-sponsorships?page=1\",\"last\":\"https:\\\/\\\/venuefamily.com\\\/api\\\/public\\\/liminal-space\\\/fiscal-sponsorships?page=1\",\"prev\":null,\"next\":null},\"meta\":{\"current_page\":1,\"from\":null,\"last_page\":1,\"links\":[{\"url\":null,\"label\":\"&laquo; Previous\",\"page\":null,\"active\":false},{\"url\":\"https:\\\/\\\/venuefamily.com\\\/api\\\/public\\\/liminal-space\\\/fiscal-sponsorships?page=1\",\"label\":\"1\",\"page\":1,\"active\":true},{\"url\":null,\"label\":\"Next &raquo;\",\"page\":null,\"active\":false}],\"path\":\"https:\\\/\\\/venuefamily.com\\\/api\\\/public\\\/liminal-space\\\/fiscal-sponsorships\",\"per_page\":15,\"to\":null,\"total\":0}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get all available statuses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization_slug\/fiscal-sponsorships\/statuses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization_slug\/fiscal-sponsorships\/statuses",
                            "variable": [
                                {
                                    "id": "organization_slug",
                                    "key": "organization_slug",
                                    "value": "liminal-space",
                                    "description": "The slug of the organization."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "39"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":{\"approved\":\"Approved\",\"pending\":\"Pending\",\"draft\":\"Draft\",\"rejected\":\"Rejected\",\"suspended\":\"Suspended\"}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display the specified fiscal sponsorship",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization_slug\/fiscal-sponsorships\/:fiscalSponsorship",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization_slug\/fiscal-sponsorships\/:fiscalSponsorship",
                            "variable": [
                                {
                                    "id": "organization_slug",
                                    "key": "organization_slug",
                                    "value": "liminal-space",
                                    "description": "The slug of the organization."
                                },
                                {
                                    "id": "fiscalSponsorship",
                                    "key": "fiscalSponsorship",
                                    "value": 20,
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "38"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 404,
                            "body": "{\"error\":\"Fiscal sponsorship not found\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get artists with published profiles for a specific organization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization_slug\/marketplace\/artists",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization_slug\/marketplace\/artists",
                            "variable": [
                                {
                                    "id": "organization_slug",
                                    "key": "organization_slug",
                                    "value": "liminal-space",
                                    "description": "The slug of the organization."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "37"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get a single artist by ID or slug for a specific organization",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization_slug\/marketplace\/artists\/:artist",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization_slug\/marketplace\/artists\/:artist",
                            "variable": [
                                {
                                    "id": "organization_slug",
                                    "key": "organization_slug",
                                    "value": "liminal-space",
                                    "description": "The slug of the organization."
                                },
                                {
                                    "id": "artist",
                                    "key": "artist",
                                    "value": "architecto",
                                    "description": "The artist."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "36"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get interests hierarchy",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization_slug\/marketplace\/interests",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization_slug\/marketplace\/interests",
                            "variable": [
                                {
                                    "id": "organization_slug",
                                    "key": "organization_slug",
                                    "value": "liminal-space",
                                    "description": "The slug of the organization."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "35"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\",\"description\":\"Operational and leadership skills\",\"icon\":null,\"parent_id\":null,\"category\":\"Business & Administration\",\"children\":[{\"id\":107,\"name\":\"Strategic Planning\",\"slug\":\"strategic-planning\",\"description\":\"Long-term goal setting and roadmapping\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":108,\"name\":\"Financial Management\",\"slug\":\"financial-management\",\"description\":\"Accounting, budgeting, and financial oversight\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":109,\"name\":\"Human Resources\",\"slug\":\"human-resources\",\"description\":\"Talent management and organizational culture\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":110,\"name\":\"Legal & IP\",\"slug\":\"legal-ip\",\"description\":\"Contracts, copyright, and intellectual property\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":111,\"name\":\"Marketing & PR\",\"slug\":\"marketing-pr\",\"description\":\"Audience engagement and brand management\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":112,\"name\":\"Fundraising & Development\",\"slug\":\"fundraising-development\",\"description\":\"Philanthropy and donor relations\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":113,\"name\":\"Project Management\",\"slug\":\"project-management\",\"description\":\"Organizing and executing specific initiatives\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":114,\"name\":\"Non-Profit Governance\",\"slug\":\"non-profit-governance\",\"description\":\"Board management and non-profit operations\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}},{\"id\":115,\"name\":\"Volunteer Management\",\"slug\":\"volunteer-management\",\"description\":\"Recruiting and coordinating volunteers\",\"icon\":null,\"parent_id\":106,\"category\":\"Business & Administration\",\"children\":[],\"parent\":{\"id\":106,\"name\":\"Business & Administration\",\"slug\":\"business-administration\"}}]},{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\",\"description\":\"Food, beverage, and event hosting\",\"icon\":null,\"parent_id\":null,\"category\":\"Culinary Arts & Hospitality\",\"children\":[{\"id\":143,\"name\":\"Culinary Arts\",\"slug\":\"culinary-arts\",\"description\":\"Cooking and food preparation\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"children\":[],\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}},{\"id\":144,\"name\":\"Baking & Pastry\",\"slug\":\"baking-pastry\",\"description\":\"Sweet and savory baked goods\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"children\":[],\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}},{\"id\":145,\"name\":\"Mixology\",\"slug\":\"mixology\",\"description\":\"Craft cocktail and beverage creation\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"children\":[],\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}},{\"id\":146,\"name\":\"Event Hosting\",\"slug\":\"event-hosting\",\"description\":\"Professional hosting and hospitality\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"children\":[],\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}},{\"id\":147,\"name\":\"Catering Management\",\"slug\":\"catering-management\",\"description\":\"Coordinating food service for events\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"children\":[],\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}},{\"id\":148,\"name\":\"Wine\\\/Sommelier\",\"slug\":\"winesommelier\",\"description\":\"Professional knowledge of wine and service\",\"icon\":null,\"parent_id\":142,\"category\":\"Culinary Arts & Hospitality\",\"children\":[],\"parent\":{\"id\":142,\"name\":\"Culinary Arts & Hospitality\",\"slug\":\"culinary-arts-hospitality\"}}]},{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\",\"description\":\"Teaching and community engagement\",\"icon\":null,\"parent_id\":null,\"category\":\"Education & Community\",\"children\":[{\"id\":127,\"name\":\"Teaching Artists\",\"slug\":\"teaching-artists\",\"description\":\"Artists who teach their craft\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"children\":[],\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":128,\"name\":\"Curatorial Practice\",\"slug\":\"curatorial-practice\",\"description\":\"Organizing exhibitions and programs\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"children\":[],\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":129,\"name\":\"Community Outreach\",\"slug\":\"community-outreach\",\"description\":\"Connecting arts with diverse populations\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"children\":[],\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":130,\"name\":\"Workshop Facilitation\",\"slug\":\"workshop-facilitation\",\"description\":\"Leading hands-on learning experiences\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"children\":[],\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":131,\"name\":\"Arts Education\",\"slug\":\"arts-education\",\"description\":\"Formal arts education initiatives\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"children\":[],\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":132,\"name\":\"Cultural Preservation\",\"slug\":\"cultural-preservation\",\"description\":\"Protecting and celebrating cultural heritage\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"children\":[],\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":133,\"name\":\"Youth Mentorship\",\"slug\":\"youth-mentorship\",\"description\":\"Guiding and supporting young artists\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"children\":[],\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}},{\"id\":134,\"name\":\"Accessibility Consulting\",\"slug\":\"accessibility-consulting\",\"description\":\"Ensuring programs are accessible to all\",\"icon\":null,\"parent_id\":126,\"category\":\"Education & Community\",\"children\":[],\"parent\":{\"id\":126,\"name\":\"Education & Community\",\"slug\":\"education-community\"}}]},{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\",\"description\":\"Digital tools and media platforms\",\"icon\":null,\"parent_id\":null,\"category\":\"Media & Technology\",\"children\":[{\"id\":117,\"name\":\"Web Development\",\"slug\":\"web-development\",\"description\":\"Building and maintaining websites\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":118,\"name\":\"App Development\",\"slug\":\"app-development\",\"description\":\"Creating mobile and desktop applications\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":119,\"name\":\"UI\\\/UX Design\",\"slug\":\"uiux-design\",\"description\":\"User interface and experience design\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":120,\"name\":\"Video Production\",\"slug\":\"video-production\",\"description\":\"Filming, editing, and producing video content\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":121,\"name\":\"Social Media Strategy\",\"slug\":\"social-media-strategy\",\"description\":\"Managing online community and presence\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":122,\"name\":\"Data Analytics\",\"slug\":\"data-analytics\",\"description\":\"Interpreting data to drive decisions\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":123,\"name\":\"AI in Arts\",\"slug\":\"ai-in-arts\",\"description\":\"Exploring artificial intelligence in creative practice\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":124,\"name\":\"Systems Administration\",\"slug\":\"systems-administration\",\"description\":\"Managing IT infrastructure and networks\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}},{\"id\":125,\"name\":\"Digital Archiving\",\"slug\":\"digital-archiving\",\"description\":\"Preserving digital assets and records\",\"icon\":null,\"parent_id\":116,\"category\":\"Media & Technology\",\"children\":[],\"parent\":{\"id\":116,\"name\":\"Media & Technology\",\"slug\":\"media-technology\"}}]},{\"id\":70,\"name\":\"Music & Audio\",\"slug\":\"music-audio\",\"description\":\"Music creation and audio engineering\",\"icon\":null,\"parent_id\":null,\"category\":\"Music & Audio\",\"children\":[{\"id\":71,\"name\":\"Music Composition\",\"slug\":\"music-composition\",\"description\":\"Writing and arranging music\",\"icon\":null,\"parent_id\":70,\"category\":\"Music & Audio\",\"children\":[{\"id\":72,\"name\":\"Songwriting\",\"slug\":\"songwriting\",\"description\":\"Creating lyrics and melody\",\"icon\":null,\"parent_id\":71,\"category\":\"Music Composition\",\"children\":[],\"parent\":{\"id\":71,\"name\":\"Music Composition\",\"slug\":\"music-composition\"}},{\"id\":73,\"name\":\"Arranging\",\"slug\":\"arranging\",\"description\":\"Adapting music for different ensembles\",\"icon\":null,\"parent_id\":71,\"category\":\"Music Composition\",\"children\":[],\"parent\":{\"id\":71,\"name\":\"Music Composition\",\"slug\":\"music-composition\"}},{\"id\":74,\"name\":\"Scoring for Film\\\/Media\",\"slug\":\"scoring-for-filmmedia\",\"description\":\"Creating music for visual media\",\"icon\":null,\"parent_id\":71,\"category\":\"Music Composition\",\"children\":[],\"parent\":{\"id\":71,\"name\":\"Music Composition\",\"slug\":\"music-composition\"}},{\"id\":75,\"name\":\"Orchestration\",\"slug\":\"orchestration\",\"description\":\"Writing music for large ensembles\",\"icon\":null,\"parent_id\":71,\"category\":\"Music Composition\",\"children\":[],\"parent\":{\"id\":71,\"name\":\"Music Composition\",\"slug\":\"music-composition\"}}],\"parent\":{\"id\":70,\"name\":\"Music & Audio\",\"slug\":\"music-audio\"}},{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\",\"description\":\"Capturing and processing sound\",\"icon\":null,\"parent_id\":70,\"category\":\"Music & Audio\",\"children\":[{\"id\":77,\"name\":\"Studio Recording\",\"slug\":\"studio-recording\",\"description\":\"Capturing audio in a controlled environment\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"children\":[],\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}},{\"id\":78,\"name\":\"Mixing\",\"slug\":\"mixing\",\"description\":\"Balancing multi-track audio recordings\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"children\":[],\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}},{\"id\":79,\"name\":\"Mastering\",\"slug\":\"mastering\",\"description\":\"Final polish of audio productions\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"children\":[],\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}},{\"id\":80,\"name\":\"Sound Design\",\"slug\":\"sound-design\",\"description\":\"Creating specific audio elements and atmospheres\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"children\":[],\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}},{\"id\":81,\"name\":\"Live Sound Engineering\",\"slug\":\"live-sound-engineering\",\"description\":\"Managing audio for live events\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"children\":[],\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}},{\"id\":82,\"name\":\"Podcast Production\",\"slug\":\"podcast-production\",\"description\":\"Recording and editing spoken word content\",\"icon\":null,\"parent_id\":76,\"category\":\"Audio Production\",\"children\":[],\"parent\":{\"id\":76,\"name\":\"Audio Production\",\"slug\":\"audio-production\"}}],\"parent\":{\"id\":70,\"name\":\"Music & Audio\",\"slug\":\"music-audio\"}}]},{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\",\"description\":\"Live performance disciplines\",\"icon\":null,\"parent_id\":null,\"category\":\"Performing Arts\",\"children\":[{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\",\"description\":\"Stage acting and dramatic performance\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[{\"id\":3,\"name\":\"Acting\",\"slug\":\"acting\",\"description\":\"Stage, screen, and voice acting\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":4,\"name\":\"Directing\",\"slug\":\"directing\",\"description\":\"Creative leadership for stage productions\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":5,\"name\":\"Musical Theater\",\"slug\":\"musical-theater\",\"description\":\"Combined acting, singing, and dancing\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":6,\"name\":\"Improv\",\"slug\":\"improv\",\"description\":\"Improvisational performance\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":7,\"name\":\"Physical Theater\",\"slug\":\"physical-theater\",\"description\":\"Movement-based dramatic storytelling\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":8,\"name\":\"Voiceover\",\"slug\":\"voiceover\",\"description\":\"Voice acting for various media\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}},{\"id\":9,\"name\":\"Dramaturgy\",\"slug\":\"dramaturgy\",\"description\":\"Research and development of plays and operas\",\"icon\":null,\"parent_id\":2,\"category\":\"Theater\",\"children\":[],\"parent\":{\"id\":2,\"name\":\"Theater\",\"slug\":\"theater\"}}],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\",\"description\":\"Movement-based performance art\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[{\"id\":11,\"name\":\"Ballet\",\"slug\":\"ballet\",\"description\":\"Classical ballet performance and technique\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":12,\"name\":\"Contemporary\",\"slug\":\"contemporary\",\"description\":\"Modern and contemporary dance styles\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":13,\"name\":\"Hip Hop\",\"slug\":\"hip-hop\",\"description\":\"Urban dance forms and street styles\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":14,\"name\":\"Cultural Dance\",\"slug\":\"cultural-dance\",\"description\":\"Traditional and cultural dance forms\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":15,\"name\":\"Ballroom\",\"slug\":\"ballroom\",\"description\":\"Partner and social dancing styles\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":16,\"name\":\"Jazz\",\"slug\":\"jazz\",\"description\":\"Jazz dance and theatrical dance styles\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":17,\"name\":\"Tap\",\"slug\":\"tap\",\"description\":\"Rhythm-based percussive dance\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":18,\"name\":\"Choreography\",\"slug\":\"choreography\",\"description\":\"Dance composition and movement design\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}},{\"id\":19,\"name\":\"Aerial Dance\",\"slug\":\"aerial-dance\",\"description\":\"Dance combined with aerial apparatus\",\"icon\":null,\"parent_id\":10,\"category\":\"Dance\",\"children\":[],\"parent\":{\"id\":10,\"name\":\"Dance\",\"slug\":\"dance\"}}],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\",\"description\":\"Live musical performances\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[{\"id\":21,\"name\":\"Vocal Performance\",\"slug\":\"vocal-performance\",\"description\":\"Singing in various styles\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":22,\"name\":\"Instrumental Performance\",\"slug\":\"instrumental-performance\",\"description\":\"Playing musical instruments\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":23,\"name\":\"Ensemble Performance\",\"slug\":\"ensemble-performance\",\"description\":\"Group musical performance (band, choir, orchestra)\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":24,\"name\":\"DJing\",\"slug\":\"djing\",\"description\":\"Live music mixing and performance\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":25,\"name\":\"Opera\",\"slug\":\"opera\",\"description\":\"Classical operatic performance\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}},{\"id\":26,\"name\":\"Conducting\",\"slug\":\"conducting\",\"description\":\"Leading musical ensembles\",\"icon\":null,\"parent_id\":20,\"category\":\"Music Performance\",\"children\":[],\"parent\":{\"id\":20,\"name\":\"Music Performance\",\"slug\":\"music-performance\"}}],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\",\"description\":\"Stand-up, improv, and sketch comedy\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[{\"id\":28,\"name\":\"Stand-up Comedy\",\"slug\":\"stand-up-comedy\",\"description\":\"Individual comedic performance\",\"icon\":null,\"parent_id\":27,\"category\":\"Comedy\",\"children\":[],\"parent\":{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\"}},{\"id\":29,\"name\":\"Sketch Comedy\",\"slug\":\"sketch-comedy\",\"description\":\"Scripted comedic scenes\",\"icon\":null,\"parent_id\":27,\"category\":\"Comedy\",\"children\":[],\"parent\":{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\"}},{\"id\":30,\"name\":\"Satire\",\"slug\":\"satire\",\"description\":\"Humorous social and political commentary\",\"icon\":null,\"parent_id\":27,\"category\":\"Comedy\",\"children\":[],\"parent\":{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\"}},{\"id\":31,\"name\":\"Clown\\\/Vaudeville\",\"slug\":\"clownvaudeville\",\"description\":\"Physical and classical comedic forms\",\"icon\":null,\"parent_id\":27,\"category\":\"Comedy\",\"children\":[],\"parent\":{\"id\":27,\"name\":\"Comedy\",\"slug\":\"comedy\"}}],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\",\"description\":\"Acrobatics, juggling, and other circus skills\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[{\"id\":33,\"name\":\"Aerial Arts\",\"slug\":\"aerial-arts\",\"description\":\"Silks, trapeze, and aerial performances\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":34,\"name\":\"Acrobatics\",\"slug\":\"acrobatics\",\"description\":\"Tumbling, balance, and physical feats\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":35,\"name\":\"Juggling\",\"slug\":\"juggling\",\"description\":\"Object manipulation and prop juggling\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":36,\"name\":\"Clowning\",\"slug\":\"clowning\",\"description\":\"Physical comedy and clown performance\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":37,\"name\":\"Fire Performance\",\"slug\":\"fire-performance\",\"description\":\"Fire manipulation and performance\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}},{\"id\":38,\"name\":\"Equilibristics\",\"slug\":\"equilibristics\",\"description\":\"Balancing arts (handstands, tightrope)\",\"icon\":null,\"parent_id\":32,\"category\":\"Circus Arts\",\"children\":[],\"parent\":{\"id\":32,\"name\":\"Circus Arts\",\"slug\":\"circus-arts\"}}],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":39,\"name\":\"Spoken Word\",\"slug\":\"spoken-word\",\"description\":\"Poetic and narrative performances\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":40,\"name\":\"Puppetry\",\"slug\":\"puppetry\",\"description\":\"Puppet shows and marionette performances\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}},{\"id\":41,\"name\":\"Performance Art\",\"slug\":\"performance-art\",\"description\":\"Conceptual live art performance\",\"icon\":null,\"parent_id\":1,\"category\":\"Performing Arts\",\"children\":[],\"parent\":{\"id\":1,\"name\":\"Performing Arts\",\"slug\":\"performing-arts\"}}]},{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\",\"description\":\"Behind-the-scenes production roles\",\"icon\":null,\"parent_id\":null,\"category\":\"Technical Production\",\"children\":[{\"id\":97,\"name\":\"Lighting Design\",\"slug\":\"lighting-design\",\"description\":\"Stage and performance lighting\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":98,\"name\":\"Sound Engineering\",\"slug\":\"sound-engineering\",\"description\":\"Audio systems and sound design\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":99,\"name\":\"Stage Management\",\"slug\":\"stage-management\",\"description\":\"Coordinating live productions\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":100,\"name\":\"Set Design\",\"slug\":\"set-design\",\"description\":\"Creating physical environments for performance\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":101,\"name\":\"Costume Design\",\"slug\":\"costume-design\",\"description\":\"Creating costumes for performances\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":102,\"name\":\"Technical Direction\",\"slug\":\"technical-direction\",\"description\":\"Overseeing technical aspects of production\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":103,\"name\":\"Projection Design\",\"slug\":\"projection-design\",\"description\":\"Video and image projections for performances\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":104,\"name\":\"Prop Mastery\",\"slug\":\"prop-mastery\",\"description\":\"Creating and managing production props\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}},{\"id\":105,\"name\":\"Rigging\",\"slug\":\"rigging\",\"description\":\"Setting up overhead support systems\",\"icon\":null,\"parent_id\":96,\"category\":\"Technical Production\",\"children\":[],\"parent\":{\"id\":96,\"name\":\"Technical Production\",\"slug\":\"technical-production\"}}]},{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\",\"description\":\"Visual artistic expressions\",\"icon\":null,\"parent_id\":null,\"category\":\"Visual Arts\",\"children\":[{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\",\"description\":\"2D visual art creation\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"children\":[{\"id\":44,\"name\":\"Oil Painting\",\"slug\":\"oil-painting\",\"description\":\"Classical and contemporary oil painting\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"children\":[],\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}},{\"id\":45,\"name\":\"Watercolor\",\"slug\":\"watercolor\",\"description\":\"Transparent and opaque water-based media\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"children\":[],\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}},{\"id\":46,\"name\":\"Illustration\",\"slug\":\"illustration\",\"description\":\"Visual storytelling and commercial art\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"children\":[],\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}},{\"id\":47,\"name\":\"Mural Arts\",\"slug\":\"mural-arts\",\"description\":\"Large-scale public wall art\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"children\":[],\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}},{\"id\":48,\"name\":\"Calligraphy\",\"slug\":\"calligraphy\",\"description\":\"Artistic lettering and penmanship\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"children\":[],\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}},{\"id\":49,\"name\":\"Printmaking\",\"slug\":\"printmaking\",\"description\":\"Etching, lithography, and screen printing\",\"icon\":null,\"parent_id\":43,\"category\":\"Painting & Drawing\",\"children\":[],\"parent\":{\"id\":43,\"name\":\"Painting & Drawing\",\"slug\":\"painting-drawing\"}}],\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}},{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\",\"description\":\"Photographic art and documentation\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"children\":[{\"id\":51,\"name\":\"Fine Art Photography\",\"slug\":\"fine-art-photography\",\"description\":\"Concept-driven photographic art\",\"icon\":null,\"parent_id\":50,\"category\":\"Photography\",\"children\":[],\"parent\":{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\"}},{\"id\":52,\"name\":\"Documentary Photography\",\"slug\":\"documentary-photography\",\"description\":\"Capturing real-world events and stories\",\"icon\":null,\"parent_id\":50,\"category\":\"Photography\",\"children\":[],\"parent\":{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\"}},{\"id\":53,\"name\":\"Commercial Photography\",\"slug\":\"commercial-photography\",\"description\":\"Photography for brands and marketing\",\"icon\":null,\"parent_id\":50,\"category\":\"Photography\",\"children\":[],\"parent\":{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\"}},{\"id\":54,\"name\":\"Analog\\\/Film Photography\",\"slug\":\"analogfilm-photography\",\"description\":\"Traditional darkroom and film processes\",\"icon\":null,\"parent_id\":50,\"category\":\"Photography\",\"children\":[],\"parent\":{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\"}},{\"id\":55,\"name\":\"Photojournalism\",\"slug\":\"photojournalism\",\"description\":\"Telling news stories through photography\",\"icon\":null,\"parent_id\":50,\"category\":\"Photography\",\"children\":[],\"parent\":{\"id\":50,\"name\":\"Photography\",\"slug\":\"photography\"}}],\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}},{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\",\"description\":\"3D art forms and installations\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"children\":[{\"id\":57,\"name\":\"Metalwork\",\"slug\":\"metalwork\",\"description\":\"Sculpting and fabricating with metal\",\"icon\":null,\"parent_id\":56,\"category\":\"Sculpture\",\"children\":[],\"parent\":{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\"}},{\"id\":58,\"name\":\"Woodworking\",\"slug\":\"woodworking\",\"description\":\"Crafting and sculpting with wood\",\"icon\":null,\"parent_id\":56,\"category\":\"Sculpture\",\"children\":[],\"parent\":{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\"}},{\"id\":59,\"name\":\"Ceramics\\\/Pottery\",\"slug\":\"ceramicspottery\",\"description\":\"Clay-based art and functional forms\",\"icon\":null,\"parent_id\":56,\"category\":\"Sculpture\",\"children\":[],\"parent\":{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\"}},{\"id\":60,\"name\":\"Textile Art\",\"slug\":\"textile-art\",\"description\":\"Fiber-based art and fabric construction\",\"icon\":null,\"parent_id\":56,\"category\":\"Sculpture\",\"children\":[],\"parent\":{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\"}},{\"id\":61,\"name\":\"Glass Art\",\"slug\":\"glass-art\",\"description\":\"Glass blowing and kiln-formed glass\",\"icon\":null,\"parent_id\":56,\"category\":\"Sculpture\",\"children\":[],\"parent\":{\"id\":56,\"name\":\"Sculpture\",\"slug\":\"sculpture\"}}],\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}},{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\",\"description\":\"Computer-generated and digital media art\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"children\":[{\"id\":63,\"name\":\"Graphic Design\",\"slug\":\"graphic-design\",\"description\":\"Visual communication and layout\",\"icon\":null,\"parent_id\":62,\"category\":\"Digital Art\",\"children\":[],\"parent\":{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\"}},{\"id\":64,\"name\":\"3D Modeling\",\"slug\":\"3d-modeling\",\"description\":\"Creating three-dimensional digital assets\",\"icon\":null,\"parent_id\":62,\"category\":\"Digital Art\",\"children\":[],\"parent\":{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\"}},{\"id\":65,\"name\":\"Animation\",\"slug\":\"animation\",\"description\":\"Creating moving digital imagery\",\"icon\":null,\"parent_id\":62,\"category\":\"Digital Art\",\"children\":[],\"parent\":{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\"}},{\"id\":66,\"name\":\"Motion Graphics\",\"slug\":\"motion-graphics\",\"description\":\"Graphic design in motion\",\"icon\":null,\"parent_id\":62,\"category\":\"Digital Art\",\"children\":[],\"parent\":{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\"}},{\"id\":67,\"name\":\"Digital Painting\",\"slug\":\"digital-painting\",\"description\":\"Painting using digital tools and tablets\",\"icon\":null,\"parent_id\":62,\"category\":\"Digital Art\",\"children\":[],\"parent\":{\"id\":62,\"name\":\"Digital Art\",\"slug\":\"digital-art\"}}],\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}},{\"id\":68,\"name\":\"Installation Art\",\"slug\":\"installation-art\",\"description\":\"Immersive and environmental art installations\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"children\":[],\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}},{\"id\":69,\"name\":\"Mixed Media\",\"slug\":\"mixed-media\",\"description\":\"Art combining multiple materials and techniques\",\"icon\":null,\"parent_id\":42,\"category\":\"Visual Arts\",\"children\":[],\"parent\":{\"id\":42,\"name\":\"Visual Arts\",\"slug\":\"visual-arts\"}}]},{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\",\"description\":\"Practices focused on health and well-being\",\"icon\":null,\"parent_id\":null,\"category\":\"Wellness & Healing Arts\",\"children\":[{\"id\":136,\"name\":\"Yoga\",\"slug\":\"yoga\",\"description\":\"Physical and mental yoga practice\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"children\":[],\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}},{\"id\":137,\"name\":\"Meditation\",\"slug\":\"meditation\",\"description\":\"Mindfulness and meditative techniques\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"children\":[],\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}},{\"id\":138,\"name\":\"Sound Healing\",\"slug\":\"sound-healing\",\"description\":\"Therapeutic use of sound and music\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"children\":[],\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}},{\"id\":139,\"name\":\"Movement Therapy\",\"slug\":\"movement-therapy\",\"description\":\"Dance and movement for wellness\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"children\":[],\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}},{\"id\":140,\"name\":\"Art Therapy\",\"slug\":\"art-therapy\",\"description\":\"Visual arts for therapeutic purposes\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"children\":[],\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}},{\"id\":141,\"name\":\"Massage Therapy\",\"slug\":\"massage-therapy\",\"description\":\"Manual manipulation of soft body tissues\",\"icon\":null,\"parent_id\":135,\"category\":\"Wellness & Healing Arts\",\"children\":[],\"parent\":{\"id\":135,\"name\":\"Wellness & Healing Arts\",\"slug\":\"wellness-healing-arts\"}}]},{\"id\":83,\"name\":\"Writing & Literature\",\"slug\":\"writing-literature\",\"description\":\"Creative and professional writing\",\"icon\":null,\"parent_id\":null,\"category\":\"Writing & Literature\",\"children\":[{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\",\"description\":\"Fiction and narrative writing\",\"icon\":null,\"parent_id\":83,\"category\":\"Writing & Literature\",\"children\":[{\"id\":85,\"name\":\"Fiction\",\"slug\":\"fiction\",\"description\":\"Short stories and novels\",\"icon\":null,\"parent_id\":84,\"category\":\"Creative Writing\",\"children\":[],\"parent\":{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\"}},{\"id\":86,\"name\":\"Poetry\",\"slug\":\"poetry\",\"description\":\"Verse and poetic expression\",\"icon\":null,\"parent_id\":84,\"category\":\"Creative Writing\",\"children\":[],\"parent\":{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\"}},{\"id\":87,\"name\":\"Screenwriting\",\"slug\":\"screenwriting\",\"description\":\"Writing for film, TV, and theater\",\"icon\":null,\"parent_id\":84,\"category\":\"Creative Writing\",\"children\":[],\"parent\":{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\"}},{\"id\":88,\"name\":\"Playwriting\",\"slug\":\"playwriting\",\"description\":\"Writing specifically for stage performance\",\"icon\":null,\"parent_id\":84,\"category\":\"Creative Writing\",\"children\":[],\"parent\":{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\"}},{\"id\":89,\"name\":\"Creative Non-Fiction\",\"slug\":\"creative-non-fiction\",\"description\":\"Fact-based narrative writing\",\"icon\":null,\"parent_id\":84,\"category\":\"Creative Writing\",\"children\":[],\"parent\":{\"id\":84,\"name\":\"Creative Writing\",\"slug\":\"creative-writing\"}}],\"parent\":{\"id\":83,\"name\":\"Writing & Literature\",\"slug\":\"writing-literature\"}},{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\",\"description\":\"Writing for business and non-profits\",\"icon\":null,\"parent_id\":83,\"category\":\"Writing & Literature\",\"children\":[{\"id\":91,\"name\":\"Grant Writing\",\"slug\":\"grant-writing\",\"description\":\"Securing funding through written proposals\",\"icon\":null,\"parent_id\":90,\"category\":\"Professional Writing\",\"children\":[],\"parent\":{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\"}},{\"id\":92,\"name\":\"Copywriting\",\"slug\":\"copywriting\",\"description\":\"Writing for marketing and advertising\",\"icon\":null,\"parent_id\":90,\"category\":\"Professional Writing\",\"children\":[],\"parent\":{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\"}},{\"id\":93,\"name\":\"Technical Writing\",\"slug\":\"technical-writing\",\"description\":\"Creating manuals and documentation\",\"icon\":null,\"parent_id\":90,\"category\":\"Professional Writing\",\"children\":[],\"parent\":{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\"}},{\"id\":94,\"name\":\"Journalism\",\"slug\":\"journalism\",\"description\":\"Reporting and feature writing\",\"icon\":null,\"parent_id\":90,\"category\":\"Professional Writing\",\"children\":[],\"parent\":{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\"}},{\"id\":95,\"name\":\"Editing\\\/Proofreading\",\"slug\":\"editingproofreading\",\"description\":\"Reviewing and refining written content\",\"icon\":null,\"parent_id\":90,\"category\":\"Professional Writing\",\"children\":[],\"parent\":{\"id\":90,\"name\":\"Professional Writing\",\"slug\":\"professional-writing\"}}],\"parent\":{\"id\":83,\"name\":\"Writing & Literature\",\"slug\":\"writing-literature\"}}]}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/public\/{organization_slug}\/tags",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/public\/:organization_slug\/tags",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/public\/:organization_slug\/tags",
                            "variable": [
                                {
                                    "id": "organization_slug",
                                    "key": "organization_slug",
                                    "value": "liminal-space",
                                    "description": "The slug of the organization."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Authorization"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "34"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "https:\/\/venuefamily.com"
                                },
                                {
                                    "key": "access-control-allow-credentials",
                                    "value": "true"
                                },
                                {
                                    "key": "x-worktree",
                                    "value": "\/Users\/tommichael\/Code\/venue-family"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "SAMEORIGIN"
                                },
                                {
                                    "key": "x-xss-protection",
                                    "value": "1; mode=block"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "strict-transport-security",
                                    "value": "max-age=31536000; includeSubDomains"
                                }
                            ],
                            "code": 200,
                            "body": "{\"groups\":[],\"general\":[]}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}