feat: token creation, email templace change, activate user endpoint
This commit is contained in:
@@ -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
|
||||
@@ -10,8 +10,8 @@ http:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"name": "Carol 3",
|
||||
"email": "carol5@example.com",
|
||||
"name": "Bob",
|
||||
"email": "bob@example.com",
|
||||
"password": "pa55word"
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
Reference in New Issue
Block a user