I submit this curl request …
curl -X POST -H “Accept: application/json, /” -H “Content-Type: application/json” -H “Authorization: Bearer my.access.token” -d ‘{“email_addresses”:[{“email”:“azook@aspireokc.com”,“field”:“EMAIL1”}],“given_name”:“Andy”,“email_status”:“SingleOptIn”,“family_name”:“Zook”}’ https://api.infusionsoft.com/crm/rest/v1/contacts
And I get the following reply …
{“message”:“Input could not be converted to a valid request”}
However, I can paste the data into the InfusionSoft API reference “try” area, it works fine. What am I missing?