matrix Client Server Api Server Routes
fun Route.matrixClientServerApiServerRoutes(appserviceApiHandler: AppserviceApiHandler, authenticationApiHandler: AuthenticationApiHandler, devicesApiHandler: DevicesApiHandler, discoveryApiHandler: DiscoveryApiHandler, keysApiHandler: KeysApiHandler, mediaApiHandler: MediaApiHandler, pushApiHandler: PushApiHandler, roomsApiHandler: RoomsApiHandler, serverApiHandler: ServerApiHandler, syncApiHandler: SyncApiHandler, usersApiHandler: UsersApiHandler, eventContentSerializerMappings: EventContentSerializerMappings = DefaultEventContentSerializerMappings, json: Json = createMatrixEventJson(eventContentSerializerMappings))