curl --request POST \
--url https://sync.useparagon.com/api/permissions/{syncId}/batch-check \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"checks": [
{
"object": "a657df3b-17e2-5989-bc5f-13ddb7fdab41",
"user": "user:[email protected]",
"role": "can_read"
}
]
}'