pangolin/bruno/API Keys/Create API Key.bru
2025-10-04 18:36:44 -07:00

17 lines
178 B
Text

meta {
name: Create API Key
type: http
seq: 1
}
put {
url: http://localhost:3000/api/v1/api-key
body: json
auth: inherit
}
body:json {
{
"isRoot": true
}
}