sendVideoReaction

@POST(value = "/video/call/{type}/{id}/reaction")
abstract suspend fun sendVideoReaction(@Path(value = "type") type: String, @Path(value = "id") id: String, @Body sendReactionRequest: SendReactionRequest): SendReactionResponse

Send reaction to the call Sends reaction to the call