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