Files
bruno/packages/bruno-cli/tests/runner/fixtures/opencollection/collection/users/create-user.yml
2026-01-05 15:57:49 +05:30

15 lines
185 B
YAML

info:
name: Create User
type: http
seq: 1
http:
method: POST
url: https://api.example.com/users
body:
mode: json
json: |
{
"name": "John Doe"
}