aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/Endpoints/Account/create.http
blob: b29352b15533fff51da8d812affb1f0dc9e9b6df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
POST http://localhost:5068/account/create
Content-Type: application/json;charset=utf-8
Accept: application/json

{
"username": "ivar",
"password": "ivar123",
"firstName": "Ivar",
"lastName": "Løvlie"
}