Authorization: Bearer ********************curl --location --request POST 'localhost:8080/resource/oss/upload' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""'{
"code": 0,
"msg": "string",
"data": {
"url": "string",
"fileName": "string",
"ossId": "string"
}
}