aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/Endpoints/Internal/PasswordResetRequests/_calls.http
blob: c400f4947d8ce1fc1eab2afce81c3934400d922a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
### Create request
POST http://localhost:5000/_/password-reset-request/create
Accept: application/json
Content-Type: application/json

{
  "email": ""
}

### Create request
POST http://localhost:5000/_/password-reset-request/create
Accept: application/json
Content-Type: application/json

{
  "email": ""
}