Authorization: Bearer ********************
curl --location --request POST '/staffconf/educode/import' \ --header 'Authorization: Bearer <token>' \ --form 'file=@""'
{ "code": 10000, "message": "success", "data": "string" }