curl --location --request POST 'https://api.zhimu-tech.com/zhimu-api/file/uploadFile' \
--header 'x-zm-token;' \
--form 'fileName=""' \
--form 'fileType=""' \
--form 'file=@""' \
--form 'md5=""'{
"success": true,
"errorCode": "string",
"errorMessage": "string",
"data": "string"
}