createSession

@POST(value = "create")
abstract suspend fun createSession(@Body request: CreateSessionRequest): Response<CreateSessionResponse>

Creates or initializes a host session for the selected language.