pub async fn create_all_files_folder(
__arg0: State<UnifiedAppState>,
__arg1: Json<CreateFolderRequest>,
) -> Result<impl IntoResponse, StatusCode>Expand description
POST /all-files/folder - Create a new folder
pub async fn create_all_files_folder(
__arg0: State<UnifiedAppState>,
__arg1: Json<CreateFolderRequest>,
) -> Result<impl IntoResponse, StatusCode>POST /all-files/folder - Create a new folder