curl --request GET \
--url https://api.example.com/settings/app \
--cookie fastapiusersauth={
"app_registry_validation_enabled": true,
"app_executions_query_limit": 123,
"app_interactions_enabled": true
}curl --request GET \
--url https://api.example.com/settings/app \
--cookie fastapiusersauth={
"app_registry_validation_enabled": true,
"app_executions_query_limit": 123,
"app_interactions_enabled": true
}Was this page helpful?