summaryrefslogtreecommitdiffstats
path: root/api/http/login.http
blob: 2c1438fef8d666233d7a7bbfaeda80db898a5d9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
### GET request to example server
POST {{canonical}}/login

{
    "username": "",
    "password": ""
}

### Create user
POST {{canonical}}/create-user
Content-Type: application/json

{
    "name": "",
    "email": "",
    "password": ""
}