curl --request PATCH \
--url http://127.0.0.1:3000/api/import/{baseId}/{tableId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"attachmentUrl": "<string>",
"fileType": "csv",
"insertConfig": {
"sourceWorkSheetKey": "<string>",
"excludeFirstRow": true,
"sourceColumnMap": {}
},
"notification": true
}
'