From 0daf406aafd483211bb223ebae0b133543c82b69 Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Mon, 22 Nov 2021 17:43:40 +0100 Subject: [PATCH] fix --- templates/create_workspace_client.json.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/create_workspace_client.json.j2 b/templates/create_workspace_client.json.j2 index 7eb6cd4..0af4929 100644 --- a/templates/create_workspace_client.json.j2 +++ b/templates/create_workspace_client.json.j2 @@ -196,7 +196,6 @@ "url" : "${init.input.storagehub}/workspace/users", "method" : "POST", "headers" : { - "Content-Type" : "application/x-www-form-urlencoded", "Accept" : "application/json", "Authorization" : "Bearer ${authorize.output.body.access_token}" },