curl --location --request PUT 'http://localhost:8080/photos/' \ --header 'Authorization: {{token}}' \ --form 'albumId=""' \ --form 'isFavorite=""' \ --form 'tag=""' \ --form 'fileName=""' \ --form 'location=""'
{}