I'm getting message http.status.bad_request:Bad request. upon attempting and AddContact. I'm using the C# wrapper for the version 2 APIs. The json string that is being posted is: {"addresses":[{"country_code":"BR","postal_code":"01008-000"}],"custom_fields":[],"email_addresses":[{"email_address":"blissbunny108@gmail.com"}],"first_name":"Amar","last_name":"a Deus","lists":[{"contact_count":102,"id":"1084848296","name":"Self-Realization Fellowship Mailing List","status":"ACTIVE"}],"notes":[]} Can you explain why I'm getting this error?
... View more