getDecisionWithoutContext

@GET(value = "dp/api/v1/policies/decision/{depot}/{collection}/{dataset}")
abstract fun getDecisionWithoutContext(    @Path(value = "depot") depot: String,     @Path(value = "collection") collection: String,     @Path(value = "dataset") dataset: String,     @Header(value = "dataos-correlation-id") correlationId: String = UUID.randomUUID().toString()): Call<Decision>