curl --request PUT \
--url https://api.example.com/v1/organization_details/auto_file/auto_register \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--header 'x-organization-id: <x-organization-id>' \
--data '
{
"auto_register": true,
"auto_file": true
}
'