curl --request PATCH \
--url https://app.teable.cn/api/import/%7BbaseId%7D/%7BtableId%7D \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
--header 'content-type: application/json' \
--data '{"attachmentUrl":"string","fileType":"csv","insertConfig":{"sourceWorkSheetKey":"string","excludeFirstRow":true,"sourceColumnMap":{"property1":0,"property2":0}},"notification":true}'