mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 04:35:40 +00:00
20 lines
257 B
Plaintext
20 lines
257 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"],
|
|
"forwardslashes": "\/url\/path\/"
|
|
}
|
|
}
|