meta { name: set-var-dynamic-variable type: http seq: 1 } post { url: https://echo.usebruno.com body: json auth: none } headers { Content-Type: application/json } script:pre-request { bru.setVar("title", "{{$randomFirstName}}"); } body:json { { "title": "{{title}}" } }