KickUserRequest
data class KickUserRequest(@Json(name = "user_id") val userId: String, @Json(name = "block") val block: Boolean? = null)
KickUserRequest is the payload for kicking a user from a call. Optionally block the user as well.