@GET("v2/run_attempts/{runAttemptId}/requestApproval")
    suspend fun requestApproval(@Path("runAttemptId") id: String): Response<ResponseBody>