curl --location --request POST 'http://localhost:8080/photos/upload' \ --header 'Authorization: {{token}}' \ --form 'file=@"C:\\Users\\83876\\Pictures\\Screenshots\\屏幕截图 2024-12-27 144113.png"' \ --form 'albumId="123"' \ --form 'title="开车"' \ --form 'location="sustech"' \ --form 'capturedAt="2025-03-12T10:30:00"' \ --form 'isFavorite="true"' \ --form 'tag="12333"'
{ "code": 0, "message": "", "data": { "": {} } }