curl --request POST \
--url https://connvo-dev.convex.cloud/api/run/realtime/subscriptionManager/establishSubscription \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"resourceId": "<string>",
"resourceType": "<string>",
"subscriptionId": "<string>",
"priority": "critical"
}
}
'