# Operations (sample payloads)

## Main operations

### Delay

Wait a short amount of time
**Sample Input**

```json
\{
    "time_unit": "seconds",
    "delay_value": 30
\}
```

**Sample Output**

```json
{}
```
