Xcode 15.3 I'm trying to send build to TestFlight through Xcode and got this error:
AppsService: ResponseErrors (1): Error status: 403, code: FORBIDDEN.OFAC_UNCLEARED, title: 'This Apple ID has not been cleared by sanctions.', detail: 'This Apple ID has not been cleared by sanctions, so it cannot access this page.', id:___
PS. I have application in ASC with this version.
In the Agreement section there are no pending agreements

Upd: I go dive deep into Organizer logs and found these:
2024-03-07 00:21:01 +0000 App Store Connect team IDs for account (null) are (
REDACTED,
REDACTED,
REDACTED,
REDACTED,
REDACTED,
REDACTED
)
2024-03-07 00:21:02 +0000 Step failed: <IDEDistributionFetchAppRecordStep: 0x600055c6ab20>: IDEFoundation.DistributionAppRecordProviderError.appRecordRequestFailed(DVTAppStoreConnect.AppsService.Error.responseErrors(ResponseErrors (1): Error status: 403, code: FORBIDDEN.OFAC_UNCLEARED, title: 'This Apple ID has not been cleared by sanctions.', detail: 'This Apple ID has not been cleared by sanctions, so it cannot access this page.', id: REDACTED))

Open up Apple developer account, I'm sure there is a new agreement that you have to accept before publishing to app store.