mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-29 23:54:24 +00:00
15 lines
185 B
YAML
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"
|
|
}
|