Map<String, dynamic> toJson() => { "error_code": errorCode, "status": status, "message": message, "response_code": responseCode, "operation_id": operationId, };