curl --request POST \
--url https://connvo-dev.convex.cloud/api/run/audit/logging/getAuditLogs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"args": {
"action": "<string>",
"actorUserId": "<string>",
"limit": 123,
"resourceId": "<string>",
"resourceType": "<string>"
}
}
'