{{request.query.id}}
?id=xxx
{{request.query.name}}
?name=xxx
{{#if request.query.id}}...{{else}}default{{/if}}
{{jsonPath request.body '$.userId'}}
userId
{{jsonPath request.body '$.user.name'}}
{{randomValue type='UUID'}}
550e8400-...
{{randomValue type='ALPHANUMERIC' length=10}}
aB3kR7mNpQ
{{randomValue type='NUMERIC' length=8}}
48291037
{{now}}
2025-03-26T10:00:00Z
{{now format='yyyy-MM-dd'}}
2025-03-26
{{now offset='3 days' format='yyyy-MM-dd'}}
2025-03-29