curl --location --request POST '/upload' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw ''{
"code": 0,
"message": "string",
"data": {
"code": "string",
"data": {
"name": "string",
"ext": "string",
"size": 0,
"url": "string"
}
},
"timestamp": 0
}