first commit

This commit is contained in:
creations 2025-03-19 19:00:41 -04:00
commit ea35958607
Signed by: creations
GPG key ID: 8F553AA4320FC711
19 changed files with 285 additions and 0 deletions

View file

@ -0,0 +1,11 @@
meta {
name: request
type: http
seq: 2
}
get {
url: {{base_url}}/api/auth/email/verify/request
body: none
auth: inherit
}

15
api/auth/email/verify.bru Normal file
View file

@ -0,0 +1,15 @@
meta {
name: verify
type: http
seq: 1
}
post {
url: {{base_url}}/api/auth/email/verify/:code
body: none
auth: none
}
params:path {
code: 0195979d-8cf0-7000-b178-58187510ac4e
}