bruno_template/api/invite/create.bru
2025-03-19 19:00:41 -04:00

17 lines
168 B
Text
Executable file

meta {
name: create
type: http
seq: 1
}
post {
url: {{base_url}}/api/invite/create
body: json
auth: inherit
}
body:json {
{
"expires": "1d1h"
}
}