Add a fixed delay to a response, either: A fixed time (written as human readable, e.g. `3 seconds`) or ```json "response": { "delay": "3 seconds" } ``` or a random time ```json "response": { "delay": { "from": "1 second", "to": "3 seconds" } } ```
Add a fixed delay to a response, either:
A fixed time (written as human readable, e.g.
3 seconds) oror a random time