Authorization: Bearer ********************
curl --location --request GET '/othermana/contshape/import' \ --header 'Authorization: Bearer <token>' \ --form 'file=@""'
{ "code": 10000, "data": "UNAUTHORIZED", "message": "提示消息内容" }