Returns bool within RequestResponse after creating folder.
Future<RequestResponse<bool?>> createFolder( {required String folderName, String? parentFolder});