curl --request PUT \
--url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/accessSettings \
--header 'Content-Type: application/json' \
--data '
{
"translationMemoryDownloadEnabled": true,
"webEditorEnabledForLinguists": true,
"showUserDataToLinguists": true,
"emailNotifications": true,
"strictWorkflowFinish": true,
"useVendors": true,
"linguistsMayEditLockedSegments": true,
"linguistsMaySetAutoPropagation": true,
"linguistsMayEditTagContent": true,
"triggerWebhooks": true
}
'