db set up, enroll api built

This commit is contained in:
Ean Milligan
2026-04-08 00:46:17 -04:00
parent 8f98899d6d
commit 64d70d6d67
7 changed files with 75 additions and 7 deletions

24
.bruno/enroll user.bru Normal file
View File

@@ -0,0 +1,24 @@
meta {
name: enroll user
type: http
seq: 1
}
post {
url: http://localhost:14014/api/enroll
body: json
auth: inherit
}
body:json {
{
"name": "test",
"pin": "1234",
"email": ""
}
}
settings {
encodeUrl: true
timeout: 0
}