I am using the undocumented members API to add members from my Nextjs app. What is the comped argument sent to the endpoint?
This is the body I found in my network tab.
{ members: [{name: "Johnny", email: "jappleseed@gmail.com", note: "", subscribed: true, comped: false, labels: []}] }