Create contact using REST API error :: {"message": "General error" }

Hi @Deep_Sleep_Test,

I had a similar issue with creating contacts and my solution was to format the email_addresses field differently.
Maybe give that a try and see if it gets you any further.

{
	"email_addresses": {
		"0": {
			"email": "divyesh7@softsages.com",
			"field": "EMAIL1"
		}
	}
}