Opt out of marketing mails / AWS newsletter when creating a new account

I am using AWS Organizations to manage a plethora of AWS accounts. I create them the AWS TF module.
Sadly I get marketing mails or AWS newsletter 15 times now as all mails to those accounts e-mail addresses are forwarded to me and my team.

The only way to opt out of these mails I found is to do it manually for every account via https://pages.awscloud.com/communication-preferences.

Is it possible to automatically opt-out of these mails via Terraform? Only the master-Account should receive them.

I’m afraid that it isn’t possible with the CreateAccount API.

https://docs.aws.amazon.com/organizations/latest/APIReference/API_CreateAccount.html

Thank you @gtirloni.
Is this possible with any other API so I could apply it after creating an account?