Template
1
0
Files
boilerplate/.bruno/workspace/create.bru
2025-09-24 01:20:09 +02:00

22 lines
186 B
Plaintext

meta {
name: Create
type: http
seq: 1
}
post {
url: {{url}}/workspace
body: json
auth: inherit
}
body:json {
{
"name": "valkyr"
}
}
settings {
encodeUrl: true
}