curl --request POST \
--url https://sync.useparagon.com/api/permissions/{syncId}/list-objects \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"objectType": "file",
"user": "[email protected]",
"role": "can_read"
}'