curl --request POST \
--url https://connvo-dev.convex.cloud/api/run/realtime/batchedOperations/batchApplyNoteOperation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"clientSequence": 123,
"expectedVersion": 123,
"meetingId": "<string>",
"operation": {
"position": 123,
"type": "insert",
"content": "<string>",
"length": 123
}
}
}
'