Authorization: Bearer ********************
curl --location --request PUT 'http://localhost:5600/open/system/data/import' \ --header 'Authorization: Bearer <token>' \ --form 'data=@""'
{ "code": 0, "data": "string" }