Checks the existence of a file.
The file path, including the file name. For example `folder/image.png`.
val exists = supabase.storage.from("avatars").exists("folder/avatar1.png")