Contact import endpoint now supports JSON body
You can now create contact import jobs using a complete JSON definition for your contact attributes.
In order to achieve this you can pass the JSON payload in the contact import API via fileUrl or jsonBody . Just add a json file in the fileUrl parameter or JSON formatted data in the jsonBody parameter.