Incorrect documentation for subscribeToCampaign
On https://developer.drip.com/?javascript#subscribe-someone-to-a-campaign it shows that client.subscribeToCampaign takes in an array of subscribers. Unfortunately, it only takes one subscriber.
❗️ Wrong

✅ Right

More Notes
If you use what the documentation describes, you'll get an HTTP 402 error stating:
{
errors: [
{
code: 'parsing_error',
message:
"JSON parsing error: The property '#/' of type object did not match one or more of the required schemas",
},
],
}
Same error here
Seems to be true for recordEvent as well. Docs say it accents an array of events but really it only accepts a single event object.
@dripEmail it's been quite a while since this has been opened and seems accurate. Thoughts?
Top three contributors are @samudary @blangenfeld @pieterjandesmedt , but this project appears abandoned:
