curl --location --request POST 'https://test-api.yunjishop.cn/resource/app/oss/upload/image' \
--form 'file=@""'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"property1": "string",
"property2": "string"
}
}