curl --request PATCH \
--url https://api.example.com/settings/app \
--header 'Content-Type: application/json' \
--cookie fastapiusersauth= \
--data '
{
"app_registry_validation_enabled": false,
"app_executions_query_limit": 100,
"app_interactions_enabled": false
}
'