Authorization: ********************curl --location --request POST '/articles/upload' \
--header 'Authorization: <api-key>' \
--form 'file=@""'{
"code": 0,
"data": {
"file_id": "string",
"url": "string"
},
"message": "string"
}