annotateInsight

@FormUrlEncoded
@POST(value = "/api/v1/insights/annotate")
abstract suspend fun annotateInsight(@Field(value = "insight_id") insightId: String, @Field(value = "annotation") annotation: Int): AnnotationResponse
@FormUrlEncoded
@POST(value = "/api/v1/insights/annotate")
abstract suspend fun annotateInsight(    @Field(value = "insight_id") insightId: String,     @Field(value = "annotation") annotation: Int,     @Header(value = "Authorization") auth: String): AnnotationResponse