Working on email templating, updating with swagger

This commit is contained in:
2025-05-14 20:33:13 -04:00
parent 1e3c75624a
commit e46e8ab9b4
41 changed files with 1124 additions and 189 deletions

View File

@@ -1,7 +1,7 @@
meta {
name: Get Profile
type: http
seq: 6
seq: 7
}
get {

View File

@@ -1,7 +1,7 @@
meta {
name: Refresh Session
type: http
seq: 5
seq: 6
}
get {

View File

@@ -0,0 +1,11 @@
meta {
name: Reset Password
type: http
seq: 5
}
post {
url: {{API_URL}}/account/password/reset
body: none
auth: none
}