curl --location --request POST 'http://api.bbs.sunding.cn/sd/api/user/media/upload-image' \
--header 'Authorization: Bearer {{token}}' \
--form 'business="album"' \
--form 'image=@""'{
"code": 200,
"data": {
"id": 0
},
"execTime": 0,
"msg": "操作成功"
}