From fb96d9291fce1f3b2f391a96f9151bbf18439086 Mon Sep 17 00:00:00 2001 From: Lilleman Date: Sat, 22 Jan 2022 17:07:10 +0100 Subject: [PATCH] Test-commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d3efc69..4d033fc 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,5 @@ Obtain an admin GWT: `curl -d '"api-key-goes-here"' -H "Content-Type: applicatio Use a bearer token to make a call: `curl -H "Content-Type: application/json" -H "Authorization: bearer your-JWT-token-goes-here" -i http://localhost:4000/account/{accountID}` Create account: `curl -d '{"name": "Bosse", "password": "Hemligt", "fields": [{ "name":"role", "values":["user"]}]}' -H "Content-Type: application/json" -H "Authorization: bearer your-JWT-token-goes-here" -i http://localhost:4000/account` + +x