Files
bruno/tests/response/json-response-formatting/fixtures/collection/request.bru
2025-11-10 16:58:14 +05:30

19 lines
218 B
Plaintext

meta {
name: request
type: http
seq: 1
}
post {
url: https://echo.usebruno.com
body: json
auth: none
}
body:json {
{
"bigint": 1736184243098437392,
"unicode": ["\u4e00","\u4e8c","\u4e09"]
}
}