Template
1
0
Files
boilerplate/.bruno/workspace/create.bru
2025-11-23 22:57:43 +01:00

22 lines
180 B
Plaintext

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