passwordProtection entitlementcurl --location --request PUT 'https://upload.tf/api/v1/pages/mysite/password' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"password": "a-strong-passphrase"
}'{
"success": true,
"data": {
"protected": true
}
}