{"message":"LiveKit token server with User Management and SIEM APIs","endpoints":{"livekit":"GET /token?room=<room>&identity=<id>","users":{"getAll":"GET /api/users","getById":"GET /api/users/:id","create":"POST /api/users","update":"PUT /api/users/:id","delete":"DELETE /api/users/:id","search":"GET /api/users/search?q=<query>","stats":"GET /api/users/stats"},"siem":{"getAllFieldDictionary":"GET /api/siem/field-dictionary","getByKeyword":"GET /api/siem/field-dictionary/keyword?keyword=<keyword>","search":"GET /api/siem/field-dictionary/search?q=<query>","getByMappedField":"GET /api/siem/field-dictionary/mapped-field?mapped_field=<field>"}}}