feat: token creation, email templace change, activate user endpoint

This commit is contained in:
2026-04-09 14:05:09 +02:00
parent 120c12a1f1
commit a7cdb9efb1
8 changed files with 300 additions and 15 deletions
@@ -0,0 +1,21 @@
info:
name: Activate User
type: http
seq: 2
http:
method: PUT
url: "{{URL}}/v1/users/activated"
body:
type: json
data: |-
{
"token": "PRI372IRUNEGH65VUU4KEM4RYQ"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5