leaveSession

@HTTP(method = "DELETE", path = "leave", hasBody = true)
abstract suspend fun leaveSession(@Body request: LeaveSessionRequest): Response<Unit>

Leaves the current room session.