export interface IUnprotectRequest {
fileStorageId: string;
}
export interface IUnprotectResponse {
headers?: { [key: string]: string };