curl --location --request POST 'http://47.92.1.39:8005/api/upload' \ --header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlcyI6IlN1cGVyVklQIiwiZXhwIjoxNjc4NTkyNDM4LCJ1c2VySWQiOjE2LCJ1c2VybmFtZSI6InRlc3QifQ.0cW0BOfT1MWwIpGPnw9u0PzhGsT8hkDlSi-QDDwexFY' \ --form 'file=@""'
{ "success": true, "errCode": null, "errMessage": null, "data": { "url": "http://121.36.109.90:8000/file/test/63c16fe2e4b0df386a11afdb.md" } }