diff options
Diffstat (limited to 'code/api/Endpoints/Account/create.http')
| -rw-r--r-- | code/api/Endpoints/Account/create.http | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/code/api/Endpoints/Account/create.http b/code/api/Endpoints/Account/create.http new file mode 100644 index 0000000..b29352b --- /dev/null +++ b/code/api/Endpoints/Account/create.http @@ -0,0 +1,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" +}
\ No newline at end of file |
