get https://rls.congacloud.com/api/filestore/v1/files///info
Returns metadata about a file including:
- Content type (MIME type)
- File tags/metadata
- File name and path information
It provides file information without downloading the full file content, making it efficient for operations that require only file existence verification or metadata checks.
If the file does not exist or cannot be accessed, a 404 Not Found response is returned.