curl --request POST \
--url https://connvo-dev.convex.cloud/api/run/meetings/stateTracking/recordActivity \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"activityType": "speaking",
"meetingId": "<string>",
"userId": "<string>"
}
}
'