curl --location --request POST 'http://127.0.0.1:5678/api/upload' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHBpcmVkIjoxNzI5MTQ2NzQzLCJ1c2VyX2lkIjo0fQ.Rhk2XHTo-x55Ry2zHfcE2M9XcgdFo1DkTPDhhwg8Bk4' \
--form 'file=@""'
{
"code": 0,
"data": {
"name": "string",
"obj_key": "string",
"size": 0,
"url": "string",
"ext": "string"
},
"message": "string"
}