OBJECT
type CarrierCommandStatusDto {fleetpulseUserId: UUID commandCompleted: Boolean assetId: Long commandId: Int commandName: String commandJson: JsonNode status: String description: String deviceId: String errorDescription: String created: OffsetDateTime updated: OffsetDateTime }