Update the auto_file and auto_register fields of an organization.
cURL
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>' \ --data ' { "auto_register": true, "auto_file": true } '
{ "auto_register": true, "auto_file": true }
Successful Response