Authorization: Bearer ********************
curl --location --request POST 'http://localhost:81/system/user/importData' \ --header 'Authorization: Bearer <token>' \ --form 'file=@""'
{ "code": 0, "msg": "", "data": {} }