@ -741,7 +741,8 @@ struct BatchResponse<T: Decodable>: Decodable {
struct OperationResult<T: Decodable>: Decodable {
var apiCallId: String
var status: Int
var data: T
var data: T?
var message: String?
}
struct ErrorMessage {