Authorization: Bearer ********************
curl --location --request POST 'http://localhost:8080/file/upload' \ --header 'Authorization: Bearer <token>' \ --form 'file=@"D:\\system\\Screenshots\\屏幕截图 2026-02-10 233429.png"'
{}