add opnsense-api requests to bruno

This commit is contained in:
2024-12-19 19:17:38 -08:00
parent d526839bfa
commit 589c3f2890
12 changed files with 176 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
meta {
name: Get Key Pair
type: http
seq: 7
}
get {
url: {{base}}/api/wireguard/server/key_pair
body: none
auth: inherit
}