updateCall

@PATCH(value = "/video/call/{type}/{id}")
abstract suspend fun updateCall(@Path(value = "type") type: String, @Path(value = "id") id: String, @Body updateCallRequest: UpdateCallRequest): UpdateCallResponse

Update Call