curl --request POST \
--url https://connvo-dev.convex.cloud/api/run/notes/offline/queueOfflineOperations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"args": {
"clientId": "<string>",
"meetingId": "<string>",
"operations": [
{
"attempts": 123,
"authorId": "<string>",
"clientId": "<string>",
"content": "<string>",
"error": "<string>",
"id": "<string>",
"lastAttempt": 123,
"length": 123,
"position": 123,
"queuedAt": 123,
"sequence": 123,
"status": "pending",
"timestamp": 123,
"transformedFrom": [
"<string>"
],
"type": "insert"
}
]
}
}'