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