Added Register Workflow Request Handler and fixed some bugs

This commit is contained in:
CodingPhoenixx
2026-02-15 21:32:06 +01:00
parent 6eca824961
commit ffbf4f7500
11 changed files with 280 additions and 12 deletions
+31
View File
@@ -0,0 +1,31 @@
type: http_request
model: http_request
id: rq_eRxcYSQsbe
createdAt: 2026-02-15T19:37:26.962157100
updatedAt: 2026-02-15T19:39:42.170904100
workspaceId: wk_gViMDNsLC9
folderId: fl_gBnxCkQD7y
authentication: {}
authenticationType: null
body:
text: |-
{
"firstName": "${[ firstname ]}",
"lastName": "${[ lastname ]}",
"email": "${[ email ]}",
"phoneNumber": "${[ phoneNumber ]}",
"country": "de",
"password": "${[ password ]}"
}
bodyType: application/json
description: ''
headers:
- enabled: true
name: Content-Type
value: application/json
id: d7yQvygRwt
method: POST
name: Register
sortPriority: -1753351216695.0
url: ${[ BASE_URL ]}/auth/register
urlParameters: []