{
"data": [
{
"valueKind": "Undefined"
}
],
"metadata": {
"companyId": "string",
"channelId": "string",
"applicationSource": "string",
"entity": "string"
}
}curl --location --request POST 'https://platform.shopranos.eu/api/connector/import/chunk' \
--header 'x-operationid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"valueKind": "Undefined"
}
],
"metadata": {
"companyId": "string",
"channelId": "string",
"applicationSource": "string",
"entity": "string"
}
}'