@GET("v2/runs/{runId}/enroll")
    suspend fun enrollTrial(@Path("runId") id: String): Response<JsonObject>