aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/Endpoints/Internal/Account/_calls.http
blob: 78380f5d4d82506f908048b8ecdf1d7a0648ceae (plain) (blame)
1
2
3
4
5
6
7
8
9
### Login
POST http://localhost:5000/_/account/login
Content-Type: application/json

{
  "username": "i@oiee.no",
  "password": "ivar123",
  "persist": false
}