curl --request POST \
--url https://connvo-dev.convex.cloud/api/run/insights/mutations/updateInsightsFeedback \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"insightId": "insights_ck9hx2g1v0001",
"feedback": {
"read": true,
"useful": true,
"rating": 4,
"notes": "The action items were very helpful, but some recommendations were too generic"
}
}
}
'