From 2840ffe12c3d48c2e5217c1e8fcc741c2b51d0c4 Mon Sep 17 00:00:00 2001 From: Lilleman Date: Sun, 13 Feb 2022 21:21:08 +0100 Subject: [PATCH] Minor change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d033fc..5f41788 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,4 @@ Use a bearer token to make a call: `curl -H "Content-Type: application/json" -H 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 +y \ No newline at end of file