Authorization: Bearer ********************
curl --location --request POST '/ParameterType/addParameterType' \ --header 'Authorization: Bearer <token>' \ --form 'file=@""'
{ "code": 10000, "data": "string", "message": "提示消息内容" }