sourceId identifies the target data source.contactsData (array of row objects) and optional fieldMapping (same shape as CSV import) to map incoming keys to Highperformr fields.curl --location 'https://app.highperformr.ai/api/contacts//bulk-upsert-contacts' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"contactsData": [],
"fieldMapping": [
{
"sourceFieldName": "example",
"hpFieldName": "example"
}
]
}'{
"message": "example"
}