Bulk add new credentials to a specific account offer. Duplicate credentials within the same account offer are automatically skipped. Only available for non-legacy accounts.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the account offer
Array of credential strings to add
1500[
"Login: newuser1\nPassword: pass123",
"Login: newuser2\nPassword: pass456"
]